H3C-DISK-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-DISK-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
 h3cDisk 1.3.6.1.4.1.2011.10.10.3
This MIB describes the general information of disk device, include the running status, disk interface, and chche management.
     h3cDiskMibObjects 1.3.6.1.4.1.2011.10.10.3.1
         h3cDiskTable 1.3.6.1.4.1.2011.10.10.3.1.1 no-access
This table contains some entity extend information of the disk.
             h3cDiskEntry 1.3.6.1.4.1.2011.10.10.3.1.1.1 no-access
An entry containing management information applicable to the disk.
                 h3cDiskIndex 1.3.6.1.4.1.2011.10.10.3.1.1.1.1 integer32 no-access
This object identifies the entity index of disk. The object identified by this index is the same object as identified by the same value of entPhysicalIndex.
                 h3cDiskPortType 1.3.6.1.4.1.2011.10.10.3.1.1.1.2 integer read-only
This object describes the interface type of disk. The value 'sata' means serial advanced technology attachment. The value 'pata' means parallel advanced technology attachment. The value 'sas' means serial attached SCSI. The value 'scsi' means small computer system interface. The value 'ieee1394' means a type of bus standard. The value 'fcal' means fiber channel arbitrated loop. Enumeration: 'ieee1394': 5, 'pata': 2, 'sata': 1, 'sas': 3, 'scsi': 4, 'fcal': 6.
                 h3cDiskPortSpeed 1.3.6.1.4.1.2011.10.10.3.1.1.1.3 integer32 read-only
This object identifies the speed of disk interface. The units is million bytes per second.
                 h3cDiskSize 1.3.6.1.4.1.2011.10.10.3.1.1.1.4 integer32 read-only
This object describes the size of disk's total space. The units is million bytes.
                 h3cDiskFreeSpace 1.3.6.1.4.1.2011.10.10.3.1.1.1.5 integer32 read-only
This object describes the size of spare space of the disk. The units is million bytes.
                 h3cDiskLocationState 1.3.6.1.4.1.2011.10.10.3.1.1.1.6 h3cstorageenablestate read-write
This object identifies if the led used to confirm the position of disk is enable.
                 h3cDiskRunLedState 1.3.6.1.4.1.2011.10.10.3.1.1.1.7 integer read-only
This object identifies the runing state of the disk. The value of 'on' means the blue led is on, and the disk works well. The value of 'blink' means the blue led is blinking, and the disk is being readed or writed. The value of 'fastblink' means the blue led is blinking very fast, and the disk is being located. This object can not be 'fastblink' when the value of associated h3cDiskLocationState object is equal to 'disable'. Enumeration: 'on': 1, 'fastblink': 3, 'blink': 2.
                 h3cDiskFaultLedState 1.3.6.1.4.1.2011.10.10.3.1.1.1.8 integer read-only
This object identifies the fault state of the disk. The value of 'off' means the yellow led is go out, and the disk works well. The value of 'on' means the yellow led is on, and the disk break down. The value of 'blink' means the yellow led is blinking, and a group of raid disk is being synchronized. Enumeration: 'on': 2, 'off': 1, 'blink': 3.
                 h3cDiskInitialize 1.3.6.1.4.1.2011.10.10.3.1.1.1.9 h3cstorageactiontype read-write
The operation of initialize the disk. When the value of this object is set to 'action', the operation of disk initialize are touched off.
                 h3cDiskGlobalSpare 1.3.6.1.4.1.2011.10.10.3.1.1.1.10 integer read-write
This object identifies if the disk is a global hot spare disk. The value 'globalSpare' means it is a global spare disk, and the value 'nonglobalSpare' means not. Enumeration: 'globalSpare': 1, 'nonglobalSpare': 2.
                 h3cDiskLocalSpare 1.3.6.1.4.1.2011.10.10.3.1.1.1.11 integer read-only
This object identifies if the disk is a specific hot spare disk. The value 'localSpare' means it is a local spare disk, and 'nonlocalSpare' means not. Enumeration: 'localSpare': 1, 'nonlocalSpare': 2.
                 h3cDiskReadCache 1.3.6.1.4.1.2011.10.10.3.1.1.1.12 h3cstorageenablestate read-write
This object identifies the state of read cache.
                 h3cDiskWriteCache 1.3.6.1.4.1.2011.10.10.3.1.1.1.13 h3cstorageenablestate read-write
This object identifies the state of write cache.
                 h3cDiskPowerOffReason 1.3.6.1.4.1.2011.10.10.3.1.1.1.14 integer read-only
This object describes the reason of disk poweroff. The value 'environmentUnstable' means disk poweroff and may poweron again. The value 'mediumError' means disk poweroff and never poweron. The value 'smartCheckError' means disk's SMART check failed and poweroff. The value 'generalError' means disk poweroff because of general error. Enumeration: 'environmentUnstable': 1, 'generalError': 4, 'smartCheckError': 3, 'mediumError': 2.