hh3cDiskFaultLedState
HH3C-DISK-MIB ·
.1.3.6.1.4.1.25506.10.3.1.1.1.8
Object
column Enumeration
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.
Context
- MIB
- HH3C-DISK-MIB
- OID
.1.3.6.1.4.1.25506.10.3.1.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cDiskEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-DISK-MIB::hh3cDiskFaultLedState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-DISK-MIB::hh3cDiskFaultLedState.<hh3cDiskIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-DISK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-DISK-MIB::hh3cDiskFaultLedState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |
3 | blink |