Defines the Remote Operations Traceroute Hop Table for keeping track of the results of traceroute tests on a per-hop basis.
The indexes of the table are traceRouteCtlOwnerIndex, traceRouteCtlTestName, traceRouteHopsHopIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.81.1.5.1.1 |
traceRouteHopsHopIndex |
Unsigned32{(1,'ffffffff'h)} |
not-accessible |
Specifies the hop index for a traceroute hop. Values for this object with respect to the same traceRouteCtlOwnerIndex and traceRouteCtlTestName MUST start at 1 and be given increasing values for subsequent hops. The value of traceRouteHopsHopIndex is not necessarily the number of the hop on the traced path. The traceRouteHopsTable keeps the current traceroute path per traceRouteCtlEntry if enabled by setting the corresponding traceRouteCtlCreateHopsEntries to true(1). All hops (traceRouteHopsTable entries) in a traceroute path MUST be updated at the same time when a traceroute operation is completed. Care needs to be applied when a path either changes or can't be determined. The initial portion of the path, up to the first hop change, MUST retain the same traceRouteHopsHopIndex values. The remaining portion of the path SHOULD be assigned new traceRouteHopsHopIndex values. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.2 |
traceRouteHopsIpTgtAddressType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-only |
This object indicates the type of address stored in the corresponding traceRouteHopsIpTgtAddress object. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.3 |
traceRouteHopsIpTgtAddress |
OCTET STRING{(0,255)} |
read-only |
This object reports the IP address associated with the hop. A value for this object should be reported as a numeric IP address, not as a DNS name. The address type (InetAddressType) that relates to this object is specified by the corresponding value of pingCtlSourceAddressType. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.4 |
traceRouteHopsMinRtt |
Unsigned32 |
read-only |
The minimum traceroute round-trip-time (RTT) received for this hop. A value of 0 for this object implies that no RTT has been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.5 |
traceRouteHopsMaxRtt |
Unsigned32 |
read-only |
The maximum traceroute round-trip-time (RTT) received for this hop. A value of 0 for this object implies that no RTT has been received. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.6 |
traceRouteHopsAverageRtt |
Unsigned32 |
read-only |
The current average traceroute round-trip-time (RTT) for this hop. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.7 |
traceRouteHopsRttSumOfSquares |
Unsigned32 |
read-only |
This object contains the sum of the squares of all round-trip-times received for this hop. Its purpose is to enable standard deviation calculation. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.8 |
traceRouteHopsSentProbes |
Unsigned32 |
read-only |
The value of this object reflects the number of probes sent for this hop during this traceroute test. The value of this object should start at 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.9 |
traceRouteHopsProbeResponses |
Unsigned32 |
read-only |
Number of responses received for this hop during this traceroute test. This value of this object should start at 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.81.1.5.1.10 |
traceRouteHopsLastGoodProbe |
OCTET STRING{(8,8),(11,11)} |
read-only |
Date and time at which the last response was received for a probe for this hop during this traceroute test. |
This object is implemented as defined in the corresponding MIB files. |