Title: How to configure storm control for RG-S5300-E Series Switches? [Print this page] Author: GTAC-Sophia Time: 2023-7-4 14:59 Title: How to configure storm control for RG-S5300-E Series Switches? Enable the broadcast storm function on port 1 and limit the broadcast storm level to1. That is, 1% of the port bandwidth.
Ruijie>enable
Ruijie#configure termina
Ruijie(config)#interface gigabitEthernet 1/1
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlbroadcast level 1 ------>The broadcast storm suppression level is 1,that is, 1% of the port bandwidth, like 1% of 1 GB is 10 m.
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlunicast level 1 ------>Enable unknown list-based stormsuppression (The target MAC address of a packet is not learned by the switch.The level is 1, that is, 1% of the port bandwidth, like 1% of 1G is 10 m.
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlmulticast level 1 You can also limit the number of broadcast packets by PPS. For example, you can limit the number of broadcast packets to 200 per second
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlbroadcast pps 200
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlunicast pps 200
Ruijie(config-if-GigabitEthernet 1/1)#storm-controlmulticast 200
Ruijie(config-if-GigabitEthernet 1/1)#end Check the configuration:
Welcome to Ruijie Community (https://community.ruijienetworks.com/)