PolicyForwardingEntry¶
Keys
Children
-
class
NetworkInstances.NetworkInstance.Afts.PolicyForwarding.
PolicyForwardingEntry
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Afts
PolicyForwarding
PolicyForwardingEntry
This class represents configuration data.
List of the policy forwarding entries within the abstract
forwarding table. Each entry is uniquely identified by an
index on the system, due to the arbitrary match conditions
that may be implemented within the policy forwarding AFT.
The index may change upon changes of the entry if, and only
if, the device exporting the AFT replaces the entire entry
by removing the previous entry and replacing it with a
subsequent updated version.
-
index
(key)¶ Reference to the arbitary index for the policy forwarding AFT entry
type: int
range: 0..18446744073709551615refers to:
index
-
next_hops
¶ 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)
type:
NextHops
-