traceRouteResultsTable

Defines the Remote Operations Traceroute Results Table for keeping track of the status of a traceRouteCtlEntry.

An entry is added to the traceRouteResultsTable when an traceRouteCtlEntry is started by successful transition of its traceRouteCtlAdminStatus object to enabled(1).

If the object traceRouteCtlAdminStatus already has the value enabled(1), and if the corresponding traceRouteResultsOperStatus object has the value completed(3), then successfully writing enabled(1) to the object traceRouteCtlAdminStatus re-initializes the already existing entry in the traceRouteResultsTable. The values of objects in the re-initialized entry are the same as the values of objects in a new entry would be.

An entry is removed from the traceRouteResultsTable when its corresponding traceRouteCtlEntry is deleted.

The indexes of the table are traceRouteCtlOwnerIndex, traceRouteCtlTestName.

OID

Object

Syntax

Max Access

Description

Implemented Specifications

1.3.6.1.2.1.81.1.3.1.1

traceRouteResultsOperStatus

INTEGER{enabled(1),disabled(2),completed(3)}

read-only

Reflects the operational state of an traceRouteCtlEntry:

enabled(1) - Test is active.

disabled(2) - Test has stopped.

completed(3) - Test is completed.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.2

traceRouteResultsCurHopCount

Gauge32

read-only

Reflects the current TTL value (from 1 to

255) for a remote traceroute operation.

Maximum TTL value is determined by

traceRouteCtlMaxTtl.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.3

traceRouteResultsCurProbeCount

Gauge32

read-only

Reflects the current probe count (1..10) for

a remote traceroute operation. The maximum

probe count is determined by

traceRouteCtlProbesPerHop.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.4

traceRouteResultsIpTgtAddrType

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 traceRouteResultsIpTgtAddr

object.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.5

traceRouteResultsIpTgtAddr

OCTET STRING{(0,255)}

read-only

This object reports the IP address associated

with a traceRouteCtlTargetAddress value when the

destination address is specified as a DNS name.

The value of this object should be a zero-length

octet string when a DNS name is not specified or

when a specified DNS name fails to resolve.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.6

traceRouteResultsTestAttempts

Gauge32

read-only

The current number of attempts to determine a path

to a target. The value of this object MUST be started

at 0.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.7

traceRouteResultsTestSuccesses

Gauge32

read-only

The current number of attempts to determine a path

to a target that have succeeded. The value of this

object MUST be reported as 0 when no attempts have

succeeded.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.81.1.3.1.8

traceRouteResultsLastGoodPath

OCTET STRING{(8,8),(11,11)}

read-only

The date and time when the last complete path

was determined. A path is complete if responses

were received or timeout occurred for each hop on

the path; i.e., for each TTL value from the value

of the corresponding traceRouteCtlInitialTtl object

up to the end of the path or (if no reply from the

target IP address was received) up to the value of

the corresponding traceRouteCtlMaxTtl object.

This object is implemented as defined in the corresponding MIB files.

Creation Restriction

The entries cannot be created in this table.

Modification Restriction

The entries in this table cannot be modified.

Deletion Restriction

The entries in this table cannot be deleted.

Access Restriction

The entries in this table can be read without restraint.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >