State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Afts.Ipv4Unicast.Ipv4Entry.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Afts
Ipv4Unicast
Ipv4Entry
State
This class represents state data.
Operational state parameters for the IPv4 unicast AFT
entry.
-
prefix
¶ The IPv4 destination prefix that should 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]))$config: False
-
packets_forwarded
¶ The number of packets which have matched, and been forwarded, based on the AFT entry
type: int
range: 0..18446744073709551615config: False
-
octets_forwarded
¶ The number of octets which have matched, and been forwarded, based on the AFT entry
type: int
range: 0..18446744073709551615config: False
-
origin_network_instance
¶ If the AFT entry was imported from another network instance (e.g., it corresponds to a L3 forwarding entry which was learned within another network-instance), the value of this leaf reflects the network-instance from which it was learned. For example, if the local network-instance corresponds to a L3VRF, and routes are imported from the VPNv4 address-family of the BGP instance in the DEFAULT_INSTANCE, then this value would reflect the DEFAULT_INSTANCE as the origin-network-instance
type: str
refers to:
name
config: False
-