hwLoopLineTestBusyProcFlag
HUAWEI-COMMTEST-MIB ·
.1.3.6.1.4.1.2011.6.21.1.1.1.2.1.7
Object
column r/w
Enumeration
Identify whether to start a test when the line is busy. The system will excecute a corresponding operation according to the configuration that a user specifies, for example, to cancel the test or to force to test. Options: 1. busyNoTest(1) -perform no test when a port is busy 2. busyTest(2) -perform a remedy test when a port is busy 3. busystrenTest(3) -force to test when a port is busy 4. deferredTest(4) -defer a test when a port is busy 5. invalid(-1) -invalid value Default: busyNoTest(1) If the value of this leaf is deferredTest(4), both hwLoopLineTestDeferredTime and hwLoopLineTestTimeoutProc must be set.
Context
- MIB
- HUAWEI-COMMTEST-MIB
- OID
.1.3.6.1.4.1.2011.6.21.1.1.1.2.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwLoopLineTestOprEntry
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-COMMTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-COMMTEST-MIB::hwLoopLineTestBusyProcFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-COMMTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-COMMTEST-MIB::hwLoopLineTestBusyProcFlag.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-COMMTEST-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-COMMTEST-MIB::hwLoopLineTestBusyProcFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | busyNoTest |
2 | busyTest |
3 | busystrenTest |
4 | deferredTest |