shelfStatus
CPQHSV200V6-MIB ·
.1.3.6.1.4.1.232.136.1.3.8.2.1.2
Object
column mandatory
Enumeration
This variable reports the overall status of the Shelf. OTHER: unknown or undeterminable OK: Normal Operating Condition DEGRADED: Warning Condition FAILED: Failure
Context
- MIB
- CPQHSV200V6-MIB
- OID
.1.3.6.1.4.1.232.136.1.3.8.2.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- shelfEntry
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 'CPQHSV200V6-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHSV200V6-MIB::shelfStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQHSV200V6-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHSV200V6-MIB::shelfStatus.<shelfEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQHSV200V6-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQHSV200V6-MIB::shelfStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |