eqptPowerBatState

ASAM-EQUIP-MIB · .1.3.6.1.4.1.637.61.1.23.18.1.7

Object

column mandatory Enumeration
The battery state will provide a view on the state of the battery.
Possible states are: charging, charged and discharging.
This operational state has meaning for devices that have a configured
eqptPowerBatType. Other devices get a not-configured (0) value returned.
Enumeration is as follows:
  1 = no data available, e.g. battery configured, but not connected
  2 = charging
  3 = charged
  4 = discharging
              
ALCATEL NOTE:
SUPPORT: YES   INSRVMOD: NA     RANGE: See above
PERSIST: NO    DEFVALUE: 0      UNITS: -

Context

MIB
ASAM-EQUIP-MIB
OID
.1.3.6.1.4.1.637.61.1.23.18.1.7
Type
column
Access
readonly
Status
mandatory
Parent
eqptPowerEntry

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 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-EQUIP-MIB::eqptPowerBatState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-EQUIP-MIB::eqptPowerBatState.<eqptPowerId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-EQUIP-MIB::eqptPowerBatState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0not-configured
1no-data
2charging
3charged
4discharging