State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Afts.Ipv6Unicast.Ipv6Entry.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Afts
Ipv6Unicast
Ipv6Entry
State
This class represents state data.
Operational state parameters for the IPv6 unicast AFT
entry.
-
prefix
¶ The IPv6 destination prefix that should be matched to utilise the AFT entry
type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9])$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
-