Configuring Storm Suppression on Huawei Switches

Switch Configuration Storm Suppression

For inexplicable contract sending by the server, please refer to the case
Low and high thresholds for storm control on broadcast, multicast, or unknown unicast packets
storm control action
Detection Interval for Storm Control

<Huawei>system-view #Enter system view
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname LSW1 #Change the name to LSW1
[LSW1]int GigabitEthernet 0/0/1 #Enter interface g0/0/1
[LSW1-GigabitEthernet0/0/1]storm-control broadcast min-rate 1000 max-rate 2000 #Configure broadcast storm suppression
[LSW1-GigabitEthernet0/0/1]storm-control multicast min-rate 1000 max-rate 2000 #Configure multicast storm control
[LSW1-GigabitEthernet0/0/1]storm-control unicast min-rate 1000 max-rate 2000 #Configure unknown unicast storm control
[LSW1-GigabitEthernet0/0/1]storm-control action block #Configure the action that the storm exceeds the threshold as a blocking message
[LSW1-GigabitEthernet0/0/1]storm-control enable log #And open the function of recording logs during storm control
[LSW1-GigabitEthernet0/0/1]storm-control interval 90 #Configure the detection interval of storm control as 90 seconds                  
[LSW1]display storm-control interface GigabitEthernet 0/0/1 #Verify whether the port is configured correctly

Guess you like

Origin blog.csdn.net/qq_54100121/article/details/130419099