LspPingProtocolResults Object


Description:

LSP Ping results.

Parents: LspPingProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

LspPingProtocolConfig

Use this to connect a results object to an object.

LspPingProtocolResults Writable Attributes

There are no writable attributes.

LspPingProtocolResults Read-Only Attributes

Read-Only Attribute Description
LspPingDownCount

Number of LSP Ping sessions down.

Type: u64

Default: 0

LspPingUpCount

Number of LSP Ping sessions up.

Type: u64

Default: 0

RxEchoReplyCount

Number of echo reply messages received.

Type: u64

Default: 0

RxEchoRequestCount

Number of echo request messages received.

Type: u64

Default: 0

TxEchoReplyCount

Number of echo reply messages sent.

Type: u64

Default: 0

TxEchoRequestCount

Number of echo request messages sent.

Type: u64

Default: 0