Prefixes¶
Leafs
-
class
Bgp.Neighbors.Neighbor.AfiSafis.AfiSafi.State.Prefixes¶ Bases:
EntityClass Hierarchy:
BgpNeighborsNeighborAfiSafisAfiSafiStatePrefixesThis class represents state data.
Prefix counters for the BGP session
-
received¶ The number of prefixes received from the neighbor
type: int
range: 0..4294967295config: False
-
sent¶ The number of prefixes advertised to the neighbor
type: int
range: 0..4294967295config: False
-
installed¶ The number of advertised prefixes installed in the Loc-RIB
type: int
range: 0..4294967295config: False
-