NextHops

Children

class NetworkInstances.NetworkInstance.Afts.Ipv6Unicast.Ipv6Entry.NextHops

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Afts Ipv6Unicast Ipv6Entry NextHops

This class represents configuration data.

The list of next-hops that are to be used for entry within

the AFT table. The structure of each next-hop is address

family independent, such that it is possible to resolve fully

how the next-hop is treated. For example:

- Where ingress IPv4 unicast packets are to be forwarded via

an MPLS LSP, the next-hop list should indicate the MPLS

label stack that is used to the next-hop.

- Where ingress MPLS labelled packets are to be forwarded to

an IPv6 nexthop (for example, a CE within a VPN, then the

popped label stack, and IPv6 next-hop address should be

indicated).

next_hop

A next-hop associated with the forwarding instance. The entries within the next-hop list should only reflect next-hops that are actively used by the local system. That is to say inactive, backup or FRR next-hops should not be included within this list

type: list of NextHop