Async¶
Leafs
-
class
Bfd.Interfaces.Interface.MicroBfdSessions.MicroBfdSession.State.Async¶ Bases:
EntityClass Hierarchy:
BfdInterfacesInterfaceMicroBfdSessionsMicroBfdSessionStateAsyncThis class represents state data.
Operational state parameters specifically relating to
asynchronous mode of BFD.
-
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..18446744073709551615config: 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..18446744073709551615config: False
-
transmitted_packets¶ The number of packets that have been transmitted by the local system
type: int
range: 0..18446744073709551615config: False
-
received_packets¶ The number of packets that have been received by the local system from the remote neighbour
type: int
range: 0..18446744073709551615config: False
-
up_transitions¶ The number of times that the adjacency with the neighbor has transitioned into the up state
type: int
range: 0..18446744073709551615config: False
-