GTAC-Sophia Publish time 2023-7-4 14:59:39

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:
data/attachment/forum/202307/04/145916nginim3tv93eg118.png


Pages: [1]
View full version: How to configure storm control for RG-S5300-E Series Switches?