GET-SUBTREE-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: GET-SUBTREE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 getSubtreeMIB 1.3.6.1.2.1.1
This MIB module provides the ability to retrieve arbitrary subtrees of OIDs (in parallel) by receiving traps.
     getSubtreeMIBObjects 1.3.6.1.2.1.1.1
         getSubtree 1.3.6.1.2.1.1.1.1
             getSubtreeRootTable 1.3.6.1.2.1.1.1.1.1 no-access
The (conceptual) table containing the root OID(s) of the MIB subtree(s) to be retrieved. Multiple rows with different values for getSubtreeRootOID may be created if the manager wishes to retrieve several subtrees simultaneously
                 getSubtreeRootEntry 1.3.6.1.2.1.1.1.1.1.1 no-access
An entry (conceptual row) specifying the root OID of the MIB subtree to be retrieved
                     getSubtreeRootOperationID 1.3.6.1.2.1.1.1.1.1.1.1 unsigned32 no-access
An integer uniquely identifying the GetSubtree operation in progress. This value should be randomly generated by a manager before attempting to create the row.
                     getSubtreeRootOIDIndex 1.3.6.1.2.1.1.1.1.1.1.2 unsigned32 no-access
An index value used to associate various root OIDs with the same GetSubtree operation. This value should be one for the first entry associated with a particular retrieval operation and should be sequentially incremented for each additional entry.
                     getSubtreeRootOID 1.3.6.1.2.1.1.1.1.1.1.3 object identifier read-only
The root OID of the subtree to be retrieved.
                     getSubtreeRootStatus 1.3.6.1.2.1.1.1.1.1.1.4 rowstatus read-only
The status of this row. The manager should create one row for each subtree to be retrieved. After the entire subtree retrieval operation is completed (or if the operation is aborted by the user) all rows in this table corresponding to that operation are automatically deleted by the agent. Objects in this table cannot be modified while a GetSubtree retrieval operation is in progress.
             getSubtreeControlTable 1.3.6.1.2.1.1.1.1.2 no-access
The (conceptual) table used to control GetSubtree operations in progress. This table is used in conjunction with getSubtreeRootTable. A manager interested in retrieving a subtree of MIB objects must first create an entry in the getSubtreeRootTable specifying the root OID (s) of the subtree(s) to be retrieved. It must then make a corresponding entry in this table using the same getSubtreeRootOperationID value and identifying itself (via getSubtreeControlTarget) as the recipient of the traps. When the agent completes retrieval of all MIB instances within the specified subtree(s) this conceptual row will be automatically deleted.
                 getSubtreeControlEntry 1.3.6.1.2.1.1.1.1.2.1 no-access
An entry (conceptual row) containing the information on a particular GetSubtree operation in progress.
                     getSubtreeControlTarget 1.3.6.1.2.1.1.1.1.2.1.2 snmpadminstring read-only
This object selects a management target defined in the snmpTargetAddrTable (in the SNMP-TARGET-MIB). The selected target is defined by an entry in the snmpTargetAddrTable whose index value (snmpTargetAddrName) is equal to this object.
                     getSubtreeControlSeqNumber 1.3.6.1.2.1.1.1.1.2.1.3 counter32 read-only
The number of trap responses previously sent for this GetSubtree request.
                     getSubtreeControlCount 1.3.6.1.2.1.1.1.1.2.1.4 counter32 read-only
The number of repetitions transmitted thus far (up to and including those sent in the current trap)
                     getSubtreeControlDone 1.3.6.1.2.1.1.1.1.2.1.5 truthvalue read-only
This is set to true in the last trap sent, and is set to false otherwise.
                     getSubtreeControlStatus 1.3.6.1.2.1.1.1.1.2.1.6 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table. Once created, the row may be deleted, but other objects in the row may not be modified. A row (and corresponding rows in the getSubtreeRootTable) will be deleted automatically by the agent once the operation has completed. A row may be created using an instance value for getSubtreeRootOperationID even if no entries exist in getSubtreeRootTable indexed by that value. Creating a row will cause the subtree retrieval operation to commence if there are entries in the getSubtreeRootTable indexed by the same value of getSubtreeRootOperationID as this row. If the agent allows aborting operations in progress, deleting a row will cause the operation to halt. If the operation is successfully aborted, the rows in the getSubtreeRootTable corresponding to this request will also be automatically deleted by the agent.
         getSubtreeTraps 1.3.6.1.2.1.1.1.2
             getSubtreeTrapPrefix 1.3.6.1.2.1.1.1.2.0
                 getSubtreeResponse 1.3.6.1.2.1.1.1.2.0.1
In addition to the three objects above, this trap also contains a series of varbinds containing the next chunk of the subtree. The generating entity will append, in order, as many variables to the variable- bindings field as it can without exceeding the maximum message size, and without going beyond the subtree of OIDs requested. A series of such traps will be generated until the end of the subtree is reached.
     getSubtreeMIBConformance 1.3.6.1.2.1.1.2
         getSubtreeMIBCompliances 1.3.6.1.2.1.1.2.1
             getSubtreeMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for the GetSubtree MIB.
         getSubtreeMIBGroups 1.3.6.1.2.1.1.2.2
             getSubtreeObjectGroup 1.3.6.1.2.1.1.2.2.1
A collection of objects to support requests for subtree retrieval operations.
             getSubtreeNotificationGroup 1.3.6.1.2.1.1.2.2.2
The notification which an entity is required to implement.