SNMP-STORAGE-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SNMP-STORAGE-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
 snmpStorageMIB 1.3.6.1.6.3.1
This MIB modules provides objects that allow management applications to commit non-volatile conceptual rows to stable storage.
     snmpStorageObjects 1.3.6.1.6.3.1.1
         snmpStorageGlobControl 1.3.6.1.6.3.1.1.1 integer read-write
Setting this object to write(2) causes the agent to sync not yet committed non-volatile MIB data to stable storage. Setting this object to write(2) while the value of the snmpStorageGlobStatus object is writing(3) leads to an inconsitent value error. Setting this object to nop(1) always succeeds and has no effect. Management applications are advised to make use of the snmpSetSerialNo object defined in the SNMPv2-MIB to coordinate their use of this object. Enumeration: 'write': 2, 'nop': 1.
         snmpStorageGlobStatus 1.3.6.1.6.3.1.1.2 integer read-only
This object reports the current status of the write operation. Enumeration: 'writing': 3, 'finished': 4, 'other': 1, 'dirty': 2, 'error': 5.
         snmpStorageGlobError 1.3.6.1.6.3.1.1.3 snmpadminstring read-only
This object contains a descriptive error message if the last attempt to write global stable storage has failed.
         snmpStorageGlobErrorTime 1.3.6.1.6.3.1.1.4 dateandtime read-only
The data and time when the snmpStorageGlobError was last updated. The value '0000000000000000'H is returned if snmpStorageGlobError has not yet been updated after the initialization.
         snmpStorageTable 1.3.6.1.6.3.1.1.5 no-access
             snmpStorageEntry 1.3.6.1.6.3.1.1.5.1 no-access
                 snmpStorageIndex 1.3.6.1.6.3.1.1.5.1.1 unsigned32 no-access
The index which uniquely identifies a row in the snmpStorageTable.
                 snmpStorageDescr 1.3.6.1.6.3.1.1.5.1.2 snmpadminstring read-only
A textual description which explains the scope of MIB data which is controlled by this row.
                 snmpStorageID 1.3.6.1.6.3.1.1.5.1.3 autonomoustype read-only
                 snmpStorageControl 1.3.6.1.6.3.1.1.5.1.4 integer read-write
Setting this object to write(2) causes the agent to sync not yet committed non-volatile MIB data to stable storage. Setting this object to write(2) while the value of the snmpStorageStatus object is writing(3) leads to an inconsitent value error. Setting this object to nop(1) always succeeds and has no effect. Management applications are advised to make use of the snmpSetSerialNo object defined in the SNMPv2-MIB to coordinate their use of this object. Enumeration: 'write': 2, 'nop': 1.
                 snmpStorageStatus 1.3.6.1.6.3.1.1.5.1.5 integer read-only
This object reports the current status of the write operation. Enumeration: 'writing': 3, 'finished': 4, 'other': 1, 'dirty': 2, 'error': 5.
                 snmpStorageError 1.3.6.1.6.3.1.1.5.1.6 snmpadminstring read-only
This object contains a descriptive error message if the last attempt to write into stable storage has failed.
                 snmpStorageErrorTime 1.3.6.1.6.3.1.1.5.1.7 dateandtime read-only
The data and time when the snmpStorageError was last updated. The value '0000000000000000'H is returned if snmpStorageError has not yet been updated after the initialization.
     snmpStorageConformance 1.3.6.1.6.3.1.2
         snmpStorageCompliances 1.3.6.1.6.3.1.2.1
             snmpStorageCompliance 1.3.6.1.6.3.1.2.1.1
         snmpStorageGroups 1.3.6.1.6.3.1.2.2
             snmpStorageGlobalGroup 1.3.6.1.6.3.1.2.2.1
             snmpStorageGroup 1.3.6.1.6.3.1.2.2.2