gigamonSnmpBatteryLevel
GIGAMON-SNMP-MIB ·
.1.3.6.1.4.1.26866.1.2.23
Object
scalar Enumeration
battery level: 0 - battery charge complete 1 - battery level has been down below 75% 2 - battery level has been down below 50% 3 - battery level has been down below 25% 4 - battery level has down to 15% or below and shutting down the system
Context
- MIB
- GIGAMON-SNMP-MIB
- OID
.1.3.6.1.4.1.26866.1.2.23- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- gigamonSnmpNotificationObjects
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 'GIGAMON-SNMP-MIB' -M '/opt/observium/mibs/gigamon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GIGAMON-SNMP-MIB::gigamonSnmpBatteryLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GIGAMON-SNMP-MIB' -M '/opt/observium/mibs/gigamon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GIGAMON-SNMP-MIB::gigamonSnmpBatteryLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | batteryChargeComplete |
1 | downBelow75 |
2 | downBelow50 |
3 | downBelow25 |
4 | shutDownSystem |