hwNqaReactCurrentStatus
A3COM-HUAWEI-NQA-MIB ·
.1.3.6.1.4.1.43.45.1.5.25.28.1.13.1.11
Object
column Enumeration
Specifies the current status of this reaction entry:
invalid - Specifies the reaction entry status is uncertain.
overThreshold - Specifies the reaction entry has met
the hwNqaReactThresholdType and the
threshold value.
belowThreshold - Specifies the reaction entry has
disobeyed the hwNqaReactThresholdType
and the threshold value.
Context
- MIB
- A3COM-HUAWEI-NQA-MIB
- OID
.1.3.6.1.4.1.43.45.1.5.25.28.1.13.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwNqaReactionEntry
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 'A3COM-HUAWEI-NQA-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-HUAWEI-NQA-MIB::hwNqaReactCurrentStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-HUAWEI-NQA-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-HUAWEI-NQA-MIB::hwNqaReactCurrentStatus.<hwNqaReactOwnerIndex>.<hwNqaReactTestName>.<hwNqaReactItemIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-HUAWEI-NQA-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-HUAWEI-NQA-MIB::hwNqaReactCurrentStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | overThreshold |
3 | belowThreshold |