State¶
Leafs
Enum Classes
-
class
NetworkInstances.NetworkInstance.Fdb.MacTable.Entries.Entry.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Fdb
MacTable
Entries
Entry
State
This class represents state data.
Operational state data for MAC table entries
-
mac_address
¶ MAC address for the dynamic or static MAC table entry
type: str
pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}config: False
-
vlan
¶ VLAN from which this MAC address was received
type: int
range: 1..4094refers to:
vlan_id
config: False
-
age
¶ The time in seconds since the MAC address has been in the table
type: int
range: 0..18446744073709551615config: False
units: seconds
-