NextHop¶
Leafs
Enum Classes
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.StaticRoutes.Ipv6.Route.
NextHop
¶ Bases:
Entity
Class Hierarchy:
Routing
RoutingInstance
RoutingProtocols
RoutingProtocol
StaticRoutes
Ipv6
Route
NextHop
This class represents configuration data.
Configuration of next-hop.
-
outgoing_interface
¶ Name of the outgoing interface
type: str
-
special_next_hop
¶ Special next-hop options
type:
SpecialNextHop
-
next_hop_address
¶ IPv6 address of the next-hop
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}]+)?
-