State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Afts.Ethernet.MacEntry.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceAftsEthernetMacEntryStateThis class represents state data.
Operational state parameters for the Ethernet AFT
entry.
-
mac_address¶ The outer MAC address of the Ethernet frame that must be matched for the AFT entry to be utilised
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$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
-