Route¶
Leafs
Children
-
class
BgpRib.AfiSafis.AfiSafi.Ipv6Unicast.LocRib.Routes.Route¶ Bases:
EntityClass Hierarchy:
BgpRibAfiSafisAfiSafiIpv6UnicastLocRibRoutesRouteThis class represents state data.
List of routes in the table
-
prefix¶ Prefix for the route
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])))(/(([0-9])|([0-9]{2})|(1[0-1][0-9])|(12[0-8])))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
-