NextHop¶
Leafs
Enum Classes
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.StaticRoutes.Ipv4.Route.
NextHop
¶ Bases:
Entity
Class Hierarchy:
Routing
RoutingInstance
RoutingProtocols
RoutingProtocol
StaticRoutes
Ipv4
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
¶ IPv4 address of the next-hop
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}]+)?
-