State¶
Leafs
- 
class 
NetworkInstances.NetworkInstance.Fdb.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceFdbStateThis class represents state data.
Operational state parameters relating to the FDB
- 
mac_learning¶ When this leaf is set to true, MAC learning is enabled for the network instance, such that MAC addresses are learned from ingress frames and added to the FDB
type: bool
config: False
- 
mac_aging_time¶ The number of seconds of inactivity after which the entry in the local FDB is timed out
type: int
range: 0..65535config: False
units: seconds
- 
maximum_entries¶ The maximum number of MAC address entries that should be accepted into the FDB
type: int
range: 0..65535config: False
-