DGS-6604
m
storm-control timer (Global)
CLI Reference Guide
884
not be automatically recovered but it can be manually recovered by using the "no
shutdown" command.
Examples
This example shows how to configure the
time-interval
. The count of received
broadcast or multicast packets is monitored every 15 seconds.
This example shows how to configure the
countdown
timer. When the threshold
is exceeded, the port will enter into the shutdown mode. If the traffic rate has
been higher than the threshold during the count of 180 seconds, then the port will
be changed to shutdown forever mode.
This example shows how to configure the
auto-recovery-timer
. When a port is
in shutdown forever mode, it will be automatically recovered to normal operation
after 300 seconds.
Verify the settings by entering the
show storm-control
command
Switch# configure terminal
Switch(config)# storm-control time-interval 15
Switch(config)#
Switch# configure terminal
Switch(config)# storm-control time-interval 15
Switch(config)# storm-control countdown 180
Switch(config)#
Switch# configure terminal
Switch(config)# storm-control time-interval 15
Switch(config)# storm-control countdown 180
Switch(config)# storm-control auto-recover-time 300
Switch(config)#