tePathRecordedRoute

TE-MIB · .1.3.6.1.2.1.122.1.3.1.17

Object

The route actually used for this path, as recorded
by the signaling protocol.  This is again an ordered
list of hops; each hop is expected to be strict.
              
The value of this object gives the primary index
into the Hop Table.  The secondary index is the hop
count in the path, so to get the route, one can get
the first hop with index <tePathRecordedRoute, 1>
in the Hop Table and do a getnext to get subsequent
              
hops.
              
A value of zero (0) means there is no recordedRoute.

Context

MIB
TE-MIB
OID
.1.3.6.1.2.1.122.1.3.1.17
Type
column
Access
readonly
Status
current
Parent
tePathEntry
Groups
1

Walk 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 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::tePathRecordedRoute'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::tePathRecordedRoute.<teTunnelIndex>.<tePathIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TE-MIB::tePathRecordedRoute'

Syntax

Source
SNMPv2-SMIUnsigned32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance