Route¶
Keys
Leafs
Children
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.StaticRoutes.Ipv6.
Route
¶ Bases:
Entity
Class Hierarchy:
Routing
RoutingInstance
RoutingProtocols
RoutingProtocol
StaticRoutes
Ipv6
Route
This class represents configuration data.
A user-ordered list of static routes.
-
destination_prefix
(key)¶ IPv6 destination prefix
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])))mandatory: True
-
description
¶ Textual description of the route
type: str
-