cpqSsBoxFltTolPwrSupplyStatus
CPQSTSYS-MIB ·
.1.3.6.1.4.1.232.8.2.1.1.11
Object
column mandatory
Enumeration
This value specifies the overall status of the fault tolerant
power supply sub-system in a drive box.
This value will be one of the following:
other(1)
The power supply status cannot be determined.
ok(2)
There are no detected power supply failures.
degraded(3)
One of the power supply units in a fault tolerant power
supply has failed.
failed(4)
No failure conditions can currently be determined.
noFltTolPower(5)
This unit does not support fault tolerant power supply
monitoring.
Context
- MIB
- CPQSTSYS-MIB
- OID
.1.3.6.1.4.1.232.8.2.1.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSsDrvBoxEntry
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 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsBoxFltTolPwrSupplyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsBoxFltTolPwrSupplyStatus.<cpqSsBoxCntlrIndex>.<cpqSsBoxBusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTSYS-MIB::cpqSsBoxFltTolPwrSupplyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |
5 | noFltTolPower |