Ipv4Unicast

Children

class NetworkInstances.NetworkInstance.Afts.Ipv4Unicast

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Afts Ipv4Unicast

This class represents configuration data.

The abstract forwarding table for IPv4 unicast. Entries

within this table are uniquely keyed on the IPv4 unicast

destination prefix which is matched by ingress packets.

The data set represented by the IPv4 Unicast AFT is the set

of entries from the IPv4 unicast RIB that have been selected

for installation into the FIB of the device exporting the

data structure.

ipv4_entry

List of the IPv4 unicast entries within the abstract forwarding table. This list is keyed by the destination IPv4 prefix

type: list of Ipv4Entry