Aggregator¶
Leafs
-
class
BgpRib.AfiSafis.AfiSafi.Ipv4Unicast.Neighbors.Neighbor.AdjRibOutPost.Routes.Route.Attributes.
Aggregator
¶ Bases:
Entity
Class Hierarchy:
BgpRib
AfiSafis
AfiSafi
Ipv4Unicast
Neighbors
Neighbor
AdjRibOutPost
Routes
Route
Attributes
Aggregator
This class represents state data.
BGP attribute indicating the prefix has been aggregated by
the specified AS and router.
-
as_
¶ AS number of the autnonomous system that performed the aggregation
type: int
range: 0..4294967295config: False
-
as4
¶ AS number of the autnonomous system that performed the aggregation (4-octet representation). This value is populated if an upstream router is not 4-octet capable. Its semantics are similar to the AS4_PATH optional transitive attribute
type: int
range: 0..4294967295config: False
-
address
¶ IP address of the router that performed the aggregation
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}]+)?config: False
-