clMeshNodeBatteryStatus

CISCO-LWAPP-MESH-BATTERY-MIB · .1.3.6.1.4.1.9.9.620.1.1.1.1.2

Object

column Enumeration
This object represents the status of the battery.
unknown    - Battery status is unknown.
normal     - Battery is operating normally and is in
              standby mode ready to takeover if
             input AC power supply fails.
overloaded - Battery is overloaded when more current than
             the specified rating is drawn.
low        - Battery has low voltage when the output voltage
             is less than 11 Volts.
acfail     - External AC power supply has failed.
replace    - Battery must be replaced when it does not
             recharge fully and is at less than 70% capacity.
missing    - One or more batteries in the battery string
             is missing. The battery string has normally
             4 batteries.

Context

MIB
CISCO-LWAPP-MESH-BATTERY-MIB
OID
.1.3.6.1.4.1.9.9.620.1.1.1.1.2
Type
column
Access
readonly
Status
current
Parent
clMeshNodeBatteryEntry
Groups
3

Walk 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 'CISCO-LWAPP-MESH-BATTERY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-BATTERY-MIB::clMeshNodeBatteryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-MESH-BATTERY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-BATTERY-MIB::clMeshNodeBatteryStatus.<cLApSysMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-MESH-BATTERY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-MESH-BATTERY-MIB::clMeshNodeBatteryStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2normal
3overloaded
4low
5acfail
6replace
7missing