Rate Limit and Storm Control Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 1006
50
Command Mode
Interface (Ethernet) Configuration mode
User Guidelines
The calculated rate includes the 20 bytes of Ethernet framing overhead
(preamble+SFD+IPG).
The rate limit on a port does not calculate traffic controlled by storm control on this
port.
Use the no storm-control command to disable storm control of all traffic type on
the port.
You can use the following commands to reset an interface shut down by Storm
Control:
• The errdisable recovery reset command with the interface
interface-id
parameter to reset a given interface.
• The errdisable recovery cause with the storm-control parameter to
automatically recover from the Storm Control error-disabled state.
Example
The following example enables broadcast, multicast, and unicast unknown storm
control on port gi11 and multicast unregistered and unicast unknown on port gi12:
Enable group 1 for registered and unregistered multicast traffic on interface gi11.
Extra traffic is discarded.
switchxxxxxx(config)#
interface gi11
switchxxxxxx(config-if)#
storm-control broadcast kbps 10000 shutdown
switchxxxxxx(config-if)#
storm-control multicast level 20 trap
switchxxxxxx(config-if)#
storm-control unicast level 5 trap shutdown
switchxxxxxx(config-if)#
exit
switchxxxxxx(config)#
interface gi12
switchxxxxxx(config-if)#
storm-control multicast unregistered level 5 trap
shutdown
switchxxxxxx(config-if)#
storm-control unicast level 5 trap
switchxxxxxx(config-if)#
exit