l3VpnTraceResultsResultCode
MPRTMPLS ·
.1.3.6.1.4.1.5651.6.2.1.5.5.1.3
Object
column Enumeration
The result code of one MPLS traceroute process: skip display(1) success(2) request not transmitted(3) timeout(4) unreachable(5) downstream router but not destination(6) malformed request(7) malformed reply(8)
Context
- MIB
- MPRTMPLS
- OID
.1.3.6.1.4.1.5651.6.2.1.5.5.1.3- 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::l3VpnTraceResultsResultCode'
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::l3VpnTraceResultsResultCode.<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::l3VpnTraceResultsResultCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | skipDisplay |
0 | success |
1 | requestNotTransmitted |
2 | timeout |
3 | unreachable |
4 | downstreamRouterButNotDestination |
5 | malformedRequest |
6 | malformedReply |