LspPingTraceRouteResults Object


Description:

LSP ping trace route results.

Parents: LspPingProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

LspPingProtocolConfig

Use this to connect a results object to an object.

LspPingTraceRouteResults Writable Attributes

There are no writable attributes.

LspPingTraceRouteResults Read-Only Attributes

Read-Only Attribute Description
FailCount

Number of unsuccessful echo requests.

Type: u64

Default: 0

LspFecInfo

Forwarding equivalency class information.

Type: string

Default: Fec Info

LspHopCount

Number of hops in the LSP.

Type: u8

Default: 0

LspPathDown

Number of LSP paths that are in the down state.

Type: u8

Default: 0

LspPathUp

Number of LSP paths that are in the up state.

Type: u8

Default: 0

RxReturnCode

Received return code.

Type: enum

Default: NO_RETURN_CODE

Possible Values:

Value Description
NO_RETURN_CODE

No return code was received.

MALFORMED_ECHO_REQUEST

Malformed echo request received.

TLV_NOT_UNDERSTOOD

One or more of the TLVs was not understood.

REPLYING_ROUTER_IS_AN_EGRESS

Replying router is an egress for the FEC at stack- depth <Return Subcode>.

NO_FEC_MAPPING

Replying router has no mapping for the FEC at stack- depth <Return Subcode>.

DOWNSTREAM_MAPPING_MISMATCH

Downstream Mapping Mismatch.

UNKNOWN_UPSTREAM_IF_INDEX

Upstream Interface Index Unknown.

LABEL_SWITCHED

Label switched at stack-depth <Return Subcode>.

LABEL_SWITCHED_BUT_NO_MPLS_FORWARDING

Label switched but no MPLS forwarding at stack-depth <Return Subcode>.

FEC_AND_LABEL_MISMATCH

Mapping for this FEC is not the given label at stack- depth <Return Subcode>.

NO_LABEL_ENTRY

No label entry at stack-depth <Return Subcode>.

PROTOCOL_NOT_ASSOCIATED_WITH_IF

Protocol not associated with interface at FEC stack- depth <Return Subcode>.

PREMATURE_TERMINATION_OF_PING

Premature termination of ping due to label stack shrinking to a single label.

State

State of the LSP Ping session.

Type: enum

Default: STOPPED

Possible Values:

Value Description
STOPPED

Ping messages are not being transmitted.

RESOLVING_LSP_PATH

Ping path is being resolved.

STARTED

An LSP ping packet has been sent.

SuccessCount

Number of successful echo requests.

Type: u64

Default: 0