rPDUDeviceStatusCommandPending
DellrPDU-MIB ·
.1.3.6.1.4.1.674.10903.200.2.200.110.2.1.5
Object
column mandatory
Enumeration
Indicates whether the device is processing a pending command. If the commandPendingUnknown (3) value is returned, all devices receiving power from the Rack PDU should be shut down. The Rack PDU's power should then be cycled to clear this condition.
Context
- MIB
- DellrPDU-MIB
- OID
.1.3.6.1.4.1.674.10903.200.2.200.110.2.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rPDUDeviceStatusEntry
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 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DellrPDU-MIB::rPDUDeviceStatusCommandPending'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DellrPDU-MIB::rPDUDeviceStatusCommandPending.<rPDUDeviceStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DellrPDU-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DellrPDU-MIB::rPDUDeviceStatusCommandPending'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | commandPending |
2 | noCommandPending |
3 | commandPendingUnknown |