Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
590
This example shows how to enable broadcast storm control on eth3/0/1 and eth3/0/2. It sets the threshold
of eth3/0/1 to 500 packets per second with the shutdown action and sets the threshold of the interface
port 3.2 to 70% with the drop action.
Switch# configure terminal
Switch(config)# interface eth3/0/1
Switch(config-if)# storm-control broadcast level pps 500
Switch(config-if)# storm-control action shutdown
Switch(config)# interface eth3/0/2
Switch(config-if)# storm-control broadcast level 70 60
Switch(config-if)# storm-control action drop
Switch(config-if)#
63-3 storm-control polling
This command is used to configure the polling interval of received packet counts. Use the no form of this
command to restore to its default settings.
storm-control polling {interval SECONDS | retries {NUMBER | infinite}}
no storm-control polling {interval | retries}
Parameters
interval SECONDS
Specifies the polling interval of received packet counts. This value
must be between 1 and 300 seconds.
retries NUMBER
Specifies the retry count. If the action is configured to the shutdown
mode and a storm continues as long as the interval times retries
values set, the port will enter the error disabled state. This value must
be between 0 and 360. 0 means that a shutdown mode port will
directly enter the error disabled state when a storm is detected. Infinite
means that a shutdown mode port will never enter the error disabled
state even if a storm was detected.
Default
The default polling interval is 5 seconds.
The default retries count value is 3.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this to specify the sample interval of received packet counts.
Example
This example shows how to specify the polling interval as 15 seconds.