PolicyForwarding¶
Children
-
class
NetworkInstances.NetworkInstance.Afts.
PolicyForwarding
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Afts
PolicyForwarding
This class represents configuration data.
The abstract forwarding table for policy-based forwarding
entries. Since multiple match criteria can be utilised
within a policy-based forwarding rule, this AFT provides a
flexible match criteria, and is indexed based on an
arbitrary 64-bit index. Entries within the AFT may match on
multiple field types (e.g., L4 header fields, as well as L2
fields).
Examples of entries within this table are:
- IPv4 policy-based routing based on DSCP.
- MPLS policy-based forwarding entries.
-
policy_forwarding_entry
¶ 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
type: list of
PolicyForwardingEntry
-