nodeAlarmStatus
APNL-MODULAR-PDU-MIB ·
.1.3.6.1.4.1.29640.4.3.33.1.4
Object
column Bits
Array of bits each one indicates an alarm activated in the alarm selector value. TrapCurrHi (0) The current is to high against the high current threshold. TrapCurrLo (1) The current is to low against the low current threshold. TrapVoltHi (2) The voltage is to high against the high voltage threshold. TrapVoltLo (3) The volage is to low against the low voltage threshold. SwitchOn (4) The switch is on against the switch on bitfield. SwitchOff (5) The switch is off against the switch off bitfield.
Context
- MIB
- APNL-MODULAR-PDU-MIB
- OID
.1.3.6.1.4.1.29640.4.3.33.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nodeEntry
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 '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::nodeAlarmStatus'
More examples
Read one indexed 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::nodeAlarmStatus.<nodeIndex>'
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::nodeAlarmStatus'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | trapCurrHi |
1 | trapCurrLo |
2 | trapVoltHi |
3 | trapVoltLo |
4 | switchOn |
5 | switchOff |