hwVectoringVdslVectoringInterfaceState
HUAWEI-VECTOR-MIB ·
.1.3.6.1.4.1.2011.6.171.7.1.2
Object
column Enumeration
The object indicates VDSL vectoring interface state. Options: 1. down(1) - vectoring interface state is abnormal 2. up(2) - vectoring interface state is normal 3. invalidValue(-1) - invalid value
Context
- MIB
- HUAWEI-VECTOR-MIB
- OID
.1.3.6.1.4.1.2011.6.171.7.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwVectoringBoardVectoringStateEntry
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-VECTOR-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VECTOR-MIB::hwVectoringVdslVectoringInterfaceState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-VECTOR-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VECTOR-MIB::hwVectoringVdslVectoringInterfaceState.<hwFrameIndex>.<hwSlotIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-VECTOR-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-VECTOR-MIB::hwVectoringVdslVectoringInterfaceState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalidValue |
1 | down |
2 | up |