maintDot3OamLoopbackResultExecStatus
IPE-DOT3OAM-MIB ·
.1.3.6.1.4.1.119.2.3.69.501.6.46.2.1.8
Object
column Enumeration
The status of loopback test result. 'noLoopback' means no loopback test is executing. 'executing' represents the loopback test is in progress, and the new loopback request will be rejected. 'failed' means the previous loopback test failed. 'completed' means the previous loopback test completed successfully.
Context
- MIB
- IPE-DOT3OAM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.501.6.46.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- maintDot3OamLoopbackResultEntry
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 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackResultExecStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackResultExecStatus.<maintDot3OamLoopbackResultIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-DOT3OAM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-DOT3OAM-MIB::maintDot3OamLoopbackResultExecStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoopback |
2 | failed |
3 | completed |
4 | executing |