hwBTSSAdslSeltTestParamLoopTermin
HUAWEI-BTEST-MIB ·
.1.3.6.1.4.1.2011.6.21.3.1.1.21.1.7
Object
column Enumeration
Selt test parameter Loop Termination state. Options: 1. open(0) - Indicates that the line terminal is started 2. short(1) - Indicates that the line terminal is short-circuited 3. unknow(2) - Indicates the unknown state 4. terminated(3) - Indicates that the line terminal is stopped 5. invalid(-1) - Indicates the invalid state
Context
- MIB
- HUAWEI-BTEST-MIB
- OID
.1.3.6.1.4.1.2011.6.21.3.1.1.21.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwBTSSAdslSeltTestEntry
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-BTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BTEST-MIB::hwBTSSAdslSeltTestParamLoopTermin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-BTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BTEST-MIB::hwBTSSAdslSeltTestParamLoopTermin.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-BTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-BTEST-MIB::hwBTSSAdslSeltTestParamLoopTermin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
0 | open |
1 | short |
2 | unknow |
3 | terminated |