hwLineStatus
HUAWEI-VOIP-ONT-MIB ·
.1.3.6.1.4.1.2011.6.36.11.1.1.4
Object
column Enumeration
hwLineStatus Options: 1. registering(1) -indicates the port is registering now 2. idle(2) -indicates the port is idle 3. picking(3) -indicates pick up 4. dialing(4) -indicates dialing 5. ringing(5) -indicates ringing 6. backringing(6) -indicates ringing for back 7. connecting(7) -indicates connecting now 8. connected(8) -indicates the port is connected 9. releasing(9) -indicates connect is releasing 10. failregister(10) -indicates the port register failed 11. inactive(11) -indicates the port is not active 12. other(-1) -indicates other
Context
- MIB
- HUAWEI-VOIP-ONT-MIB
- OID
.1.3.6.1.4.1.2011.6.36.11.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwPstnStatusEntry
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-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VOIP-ONT-MIB::hwLineStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VOIP-ONT-MIB::hwLineStatus.<hwVoiceIfIndex>.<hwVoiceOntIndex>.<hwVoiceOntPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-VOIP-ONT-MIB::hwLineStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | other |
1 | registering |
2 | idle |
3 | picking |
4 | dialing |
5 | ringing |
6 | backringing |
7 | connecting |
8 | connected |
9 | releasing |
10 | failregister |
11 | inactive |