Ipv4Entry

Keys

Children

class NetworkInstances.NetworkInstance.Afts.Ipv4Unicast.Ipv4Entry

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Afts Ipv4Unicast Ipv4Entry

This class represents configuration data.

List of the IPv4 unicast entries within the abstract

forwarding table. This list is keyed by the destination IPv4

prefix.

prefix(key)

Reference to the IPv4 unicast destination prefix which must be matched to utilise the AFT entry

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])/(([0-9])|([1-2][0-9])|(3[0-2]))$

refers to: prefix

config

Configuration parameters for the IPv4 unicast AFT entry

type: Config

state

Operational state parameters for the IPv4 unicast AFT entry

type: State

config: False

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