NextHop

Leafs

Enum Classes

class FibRoute.Output.Route.NextHop

Bases: Entity

Class Hierarchy: FibRoute Output Route NextHop

This class represents configuration data.

Route’s next-hop attribute.

outgoing_interface

Name of the outgoing interface

type: str

next_hop_address

IP address

type: str

ietf_ipv4_unicast_routing_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}]+)?
ietf_ipv6_unicast_routing_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}]+)?
special_next_hop

Special next-hop options

type: SpecialNextHop