Route¶
Leafs
Children
-
class
BgpRib.AfiSafis.AfiSafi.Ipv4Unicast.LocRib.Routes.Route¶ Bases:
EntityClass Hierarchy:
BgpRibAfiSafisAfiSafiIpv4UnicastLocRibRoutesRouteThis class represents state data.
List of routes in the table
-
prefix¶ Prefix for the route
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])/(([0-9])|([1-2][0-9])|(3[0-2]))config: False
-
attributes¶ Base BGP route attributes associated with this route
type:
Attributesconfig: False
-
ext_attributes¶ Extended BGP route attributes associated with this route
type:
ExtAttributesconfig: False
-
last_modified_date¶ Timestamp of when this path was last changed
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})config: False
-
last_update_received¶ Timestamp of when the last BGP update message was received for this path / prefix
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})config: False
-
valid_route¶ Indicates that the route is considered valid by the local router
type: bool
config: False
-
invalid_reason¶ If the route is rejected as invalid, this indicates the reason
type: one of the below values:
INVALIDCLUSTERLOOPconfig: False
-
best_path¶ Current path was selected as the best path
type: bool
config: False
-