Echo¶
Leafs
activelast_packet_receivedlast_packet_transmittedreceived_packetstransmitted_packetsup_transitions
-
class
Bfd.Interfaces.Interface.Peers.Peer.State.Echo¶ Bases:
EntityClass Hierarchy :
BfdInterfacesInterfacePeersPeerStateEchoThis class represents state data.
Operational state parameters specifically relating to the
echo mode of BFD.
-
active¶ This leaf is set to true when echo mode is running between the local and remote system. When it is set to false, solely asynchronous mode is active
type: bool
config: False
-
last_packet_transmitted¶ The date and time at which the last BFD packet was transmitted for this session, expressed as the number of nanoseconds since the Unix Epoch (January 1, 1970, 00:00 UTC)
type: int
range: 0..18446744073709551615
config: False
-
last_packet_received¶ The date and time at which the last BFD packet was received for this session, expressed as the number of nanoseconds since the Unix Epoch (January 1, 1970, 00:00 UTC)
type: int
range: 0..18446744073709551615
config: False
-
transmitted_packets¶ The number of packets that have been transmitted by the local system
type: int
range: 0..18446744073709551615
config: False
-
received_packets¶ The number of packets that have been received by the local system from the remote neighbour
type: int
range: 0..18446744073709551615
config: False
-
up_transitions¶ The number of times that the adjacency with the neighbor has transitioned into the up state
type: int
range: 0..18446744073709551615
config: False
-