Neighbor¶
Keys
Children
-
class
BgpRib.AfiSafis.AfiSafi.Ipv4Unicast.Neighbors.Neighbor¶ Bases:
EntityClass Hierarchy:
BgpRibAfiSafisAfiSafiIpv4UnicastNeighborsNeighborThis class represents state data.
List of neighbors (peers) of the local BGP speaker
-
neighbor_address(key)¶ IP address of the BGP neighbor or peer
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?config: False
-
adj_rib_in_pre¶ Per-neighbor table containing the NLRI updates received from the neighbor before any local input policy rules or filters have been applied. This can be considered the ‘raw’ updates from the neighbor
type:
AdjRibInPreconfig: False
-
adj_rib_in_post¶ Per-neighbor table containing the paths received from the neighbor that are eligible for best-path selection after local input policy rules have been applied
type:
AdjRibInPostconfig: False
-
adj_rib_out_pre¶ Per-neighbor table containing paths eligble for sending (advertising) to the neighbor before output policy rules have been applied
type:
AdjRibOutPreconfig: False
-
adj_rib_out_post¶ Per-neighbor table containing paths eligble for sending (advertising) to the neighbor after output policy rules have been applied
type:
AdjRibOutPostconfig: False
-