Config¶
Leafs
- 
class 
NetworkInstances.NetworkInstance.Fdb.Config¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceFdbConfigThis class represents configuration data.
Configuration 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
- 
mac_aging_time¶ The number of seconds of inactivity after which the entry in the local FDB is timed out
type: int
range: 0..65535units: seconds
- 
maximum_entries¶ The maximum number of MAC address entries that should be accepted into the FDB
type: int
range: 0..65535
-