pduStatus
APNL-MODULAR-PDU-MIB ·
.1.3.6.1.4.1.29640.4.3.4
Object
scalar Enumeration
Status of the Pdu. pduBusy (0) Indicates that an admin command is in progress. pduReady (1) The execution of an admin command was successfull. pduAlarm (2) This state is not in use. pduError (3) The execution of an admin command failed.
Context
- MIB
- APNL-MODULAR-PDU-MIB
- OID
.1.3.6.1.4.1.29640.4.3.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- pdu
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APNL-MODULAR-PDU-MIB' -M '/opt/observium/mibs/apnl:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APNL-MODULAR-PDU-MIB::pduStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APNL-MODULAR-PDU-MIB' -M '/opt/observium/mibs/apnl:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APNL-MODULAR-PDU-MIB::pduStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | pduBusy |
1 | pduReady1 |
2 | pduAlarm |
3 | pduError |