LspPingPingResults Object


Description:

LSP ping echo request results.

Parents: LspPingProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

LspPingProtocolConfig

Use this to connect a results object to an object.

LspPingPingResults Writable Attributes

There are no writable attributes.

LspPingPingResults Read-Only Attributes

Read-Only Attribute Description
AvgPingLatency

Average ping latency in milliseconds.

Type: u64

Default: 0

FailCount

Number of unsuccessful echo requests.

Type: u64

Default: 0

LspFecInfo

Forwarding equivalency class information.

Type: string

Default: Fec Info

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

MaxPingLatency

Maximum ping latency in milliseconds.

Type: u64

Default: 0

MinPingLatency

Minimum ping latency in milliseconds.

Type: u64

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 protocol state machine.

Type: enum

Default: STOPPED

Possible Values:

Value Description
STOPPED

State machine is stopped.

RESOLVING_LSP_PATH

Resolving the LSP path.

STARTED

An LSP packet has been sent.

SuccessCount

Number of successful echo requests.

Type: u64

Default: 0