oupsBatAbmStatus
CPQPOWER-MIB ·
.1.3.6.1.4.1.232.165.6.2.4
Object
scalar mandatory
Enumeration
Gives the status of the Advanced Battery Management; example: batteryResting(3) is the state when the battery is fully charged and none of the other actions (charging/discharging/floating) is being done.
Context
- MIB
- CPQPOWER-MIB
- OID
.1.3.6.1.4.1.232.165.6.2.4- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- oupsBattery
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 'CPQPOWER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQPOWER-MIB::oupsBatAbmStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQPOWER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQPOWER-MIB::oupsBatAbmStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | batteryCharging |
2 | batteryDischarging |
3 | batteryResting |
4 | batteryTesting |
5 | notAvailable |