hwAnaAlarmState
HUAWEI-ENVIRONMENT-MIB ·
.1.3.6.1.4.1.2011.6.1.1.2.1.10
Object
column Enumeration
The status of the present monitored.
Options:
1.normal(1) -indicates that the measurement value is lower than the set high
limit of the alarm, and higher than the low limit
2.overWorkHigh(2) -indicates that the measurement value is higher than the high limit of the alarm
3.belowWorkLow(3) -indicates that the measurement value is lower than the low limit of the alarm
4.abnormal(4) -indicates that the measurement value is outside the scope of limit of the alarm
5.invalid(-1) -indicates that the device can not get the value, e.g. the EMU does not support this operation, or the EMU state is abnormal
Context
- MIB
- HUAWEI-ENVIRONMENT-MIB
- OID
.1.3.6.1.4.1.2011.6.1.1.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwAnaChannelEntry
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 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwAnaAlarmState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwAnaAlarmState.<hwEnvEmuIndex>.<hwAnaChannelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ENVIRONMENT-MIB::hwAnaAlarmState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | normal |
2 | overWorkHigh |
3 | belowWorkLow |
4 | abnormal |