cpqn52nnPsStatus
CPQN5226A-MIB ·
.1.3.6.1.4.1.232.101.2.2.2.6.1.2
Object
column mandatory
Enumeration
The status of the power supply. The value good(1) is returned if the power supply identified by cpqn52nnPSIndex is running properly. The value bad(2) is returned if the power supply identified by cpqn52nnPSIndex has failed to operate properly but has been inserted into the slot. This will include an inserted power supply with no power. The value na(3) is returned if the power supply has not been inserted into the slot.
Context
- MIB
- CPQN5226A-MIB
- OID
.1.3.6.1.4.1.232.101.2.2.2.6.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqn52nnPowerSupplyEntry
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 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQN5226A-MIB::cpqn52nnPsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQN5226A-MIB::cpqn52nnPsStatus.<cpqn52nnPsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQN5226A-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQN5226A-MIB::cpqn52nnPsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | good |
2 | bad |
3 | not-present |