Specifications
2-836
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.3.0XO(15.1(1)XO)
OL_28738 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
storm-control
• Use the no form of this command.
The lower level is ignored for the interf aces that perform storm control in the hardwar e.
Examples This exampl e shows how to enable broadcast storm control on a port with a 75.67 percent rising
suppression level:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet 3/1
Switch(config-if)# storm-control broadcast level 75.67
Switch(config-if)# end
This example shows how to disable th e port during a storm:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet 3/1
Switch(config-if)# storm-control action shutdown
Switch(config-if)# end
This example shows how to disable sto rm control on a port:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet 3/1
Switch(config-if)# no storm-control broadcast level
Switch(config-if)# end
This example shows how to disable storm control by setting the high level to 100 percent:
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface fastethernet 3/1
Switch(config-if)# storm-control broadcast level 100
Switch(config-if)# end
Related Commands Command Description
show interfaces counters Displays the traffic on the physical interface.
show running-conf ig Displays the running configuration of a switch.