Queues¶
Leafs
-
class
Bgp.Neighbors.Neighbor.State.
Queues
¶ Bases:
Entity
Class Hierarchy:
Bgp
Neighbors
Neighbor
State
Queues
This class represents state data.
Counters related to queued messages associated with the
BGP neighbor
-
input
¶ The number of messages received from the peer currently queued
type: int
range: 0..4294967295config: False
-
output
¶ The number of messages queued to be sent to the peer
type: int
range: 0..4294967295config: False
-