MAC Address table configurations in Broadcom SoNiC
1.To configure MAC address-table
Command:
mac address-table <mac-address> { vlan { <phy-if-name> | PortChannel } }
2.To set the MAC aging time
Command:
mac address-table aging-time <mac-time>
3. To set the MAC move dampening threshold interval
Command:
mac address-table dampening-interval <interval-value>
4. To Set the MAC move dampening threshold
Command:
mac address-table dampening-threshold <threshold-value>
Related Articles
DHCP Snooping configuration on Broadcom Sonic
Enabling DHCP Snooping Command: ip dhcp snooping This command enables DHCP Snooping globally on the device, helping monitor and block unauthorized DHCP servers. Disable DHCP snooping sonic-cli# configure terminal sonic-cli(config)# no ip dhcp ...
IP Helper Configuration on Broadcom SoNiC
1. To Display IP helper global information Command: show ip forward-protocol 2. To Displays IP helper server addresses configured on interface Command: show ip helper-address [ <iface> ] 3.To Display IP helper packet counters and statistics on ...
Border Gateway Protocol- FAQ (Broadcom SoNiC)
1. How do I configure BGP hold and keepalive timers? Use timers <keepalive> <hold>. 2. How do I enable BGP in SONiC? Use router bgp <AS_number> to enter BGP configuration mode. 3. What does neighbor mean in BGP configuration? neighbor defines the IP ...
Configuring AAA in Broadcom sonic
AAA Authentication Fail through Description: Configures AAA authentication fail through. Syntax: aaa authentication failthrough <enable> Parameters: enable: Enable or disable the feature. Example: sonic(config)# aaa authentication failthrough enable ...
How to configure LLDP in Broadcom SoNiC?
LLDP Basic Configurations 1. LLDP modes configuration (receive and transmit) at the interface level Commands- interface range <iface_range_num > lldp <mode> To remove configuration -no lldp <mode> Note- Mode options are receive and transmit . 2. To ...