SNMP MIB-2 Core Operations | Generated by AI

Home 2026.02

Question: What operations can an SNMP entity perform on objects in MIB-2?

Answer:

The correct answer is D: Get, Set, Trap.

Explanation:

In the Simple Network Management Protocol (SNMP), an SNMP entity (typically a manager or an agent) interacts with managed objects defined in the Management Information Base version 2 (MIB-2). The fundamental operations defined in SNMP for interacting with these objects are:

  1. Get: Used by the SNMP manager to retrieve the value of a specific object instance from the agent.
  2. Set: Used by the SNMP manager to modify or set the value of a specific object instance on the agent.
  3. Trap: An asynchronous notification sent by the SNMP agent to the manager to report significant events or errors (e.g., link down, authentication failure). While technically a PDU (Protocol Data Unit) type initiated by the agent rather than an operation “performed on” an object in the same way Get/Set are, in the context of SNMP operations involving MIB objects and communication flows, it is grouped as one of the primary actions.

Why the other options are incorrect:

Given the explicit explanation provided in your source material confirms the set is Get, Set, Trap, Option D is the intended correct answer.

References:


Back Donate