zrgBatteryRelayStatus
ZHONE-CARD-RESOURCES-MIB ·
.1.3.6.1.4.1.5504.3.3.11.1
Object
scalar Bits
Description.
The object describes the state of the ZRG board power supply.
The power may have one or two states from the following states:
normalMode(0) indicates that the load is receiving power from commercial power
batteryON(1) indicates that the load is receiving power from battery.
batteryLOW(2) indicates that the battery has been reduced to the point that
roughly 20% of the available runtime is available.
batteryBAD(3) indicates that the battery has failed it's periodic test. The
battery should be replaced as system availability has been compromised.
batteryGone(4) indicates that the battery is disconnected. Load will not be
supported if the commercial power fails.
noUPS(5) indicates that the UPS unit is disconnected. Load will not be
supported if the commercial power fails.
Context
- MIB
- ZHONE-CARD-RESOURCES-MIB
- OID
.1.3.6.1.4.1.5504.3.3.11.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- zrgResources
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 'ZHONE-CARD-RESOURCES-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-CARD-RESOURCES-MIB::zrgBatteryRelayStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-CARD-RESOURCES-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-CARD-RESOURCES-MIB::zrgBatteryRelayStatus'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | normalMode |
1 | batteryON |
2 | batteryLOW |
3 | batteryBAD |
4 | batteryGone |
5 | noUPS |