l3VpnTraceResultsStatus
MPRTMPLS ·
.1.3.6.1.4.1.5651.6.2.1.5.5.1.18
Object
column Enumeration
Status of each MPLS traceroute entity: traceroute is in progress(1) traceroute has finished(2)
Context
- MIB
- MPRTMPLS
- OID
.1.3.6.1.4.1.5651.6.2.1.5.5.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mplsl3VpnTraceResultsEntry
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 'MPRTMPLS' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPRTMPLS::l3VpnTraceResultsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPRTMPLS' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPRTMPLS::l3VpnTraceResultsStatus.<l3VpnTraceResultsEntityId>.<l3VpnTraceResultsTtlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPRTMPLS' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPRTMPLS::l3VpnTraceResultsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tracerouteIsInProgress |
2 | tracerouteHasFinished |