hwAcbGroupBatRunningState
EMAP-MIB ·
.1.3.6.1.4.1.2011.6.164.1.17.1.1.4
Object
column Enumeration
State of the Battery group unit running state. It is an enumeration type: If the enumeration value is 1, it indicates the Battery is first on line, If the enumeration value is 2, it indicates that Battery power off, If the enumeration value is 3, it indicates that Battery is on float charging, If the enumeration value is 4, it indicates that Battery is on equal charging, If the enumeration value is 5, it indicates that Battery is on discharge, If the enumeration value is 6, it indicates that Battery is on charge, If the enumeration value is 7, it indicates that Battery is on test, If the enumeration value is 255, it indicates Battery uint operation status unknown.
Context
- MIB
- EMAP-MIB
- OID
.1.3.6.1.4.1.2011.6.164.1.17.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwAcbGroupSampEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EMAP-MIB::hwAcbGroupBatRunningState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EMAP-MIB::hwAcbGroupBatRunningState.<hwAcbGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EMAP-MIB::hwAcbGroupBatRunningState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | firstOn |
2 | powerOff |
3 | float |
4 | equal |
5 | dicharge |
6 | charge |
7 | test |
255 | unknown |