368 Command Reference for x230 Series Edge Switches C613-50055-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
SWITCHING COMMANDS
STORM
-CONTROL LEVEL
storm-control level
Overview Use this command to specify the threshold level for broadcasting, multicast, or
destination lookup failure (DLF) traffic for the port. Storm-control limits the
specified traffic type to the specified threshold.
Use the no variant of this command to disable storm-control for broadcast,
multicast or DLF traffic.
Syntax
storm-control {broadcast|multicast|dlf} level <level>
no storm-control {broadcast|multicast|dlf} level
Default By default, storm-control is disabled.
Mode Interface Configuration
Usage Flooding techniques are used to block the forwarding of unnecessary flooded
traffic. A packet storm occurs when a large number of broadcast packets are
received on a port. Forwarding these packets can cause the network to slow down
or time out.
Example To limit broadcast traffic on port1.0.2 to 30% of the maximum port speed, use
the following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# storm-control broadcast level 30
Related
Commands
show storm-control
Parameter Description
<level> <0-100>Specifies the threshold as a percentage of the maximum
port speed.
broadcast Applies the storm-control to broadcast frames.
multicast Applies the storm-control to multicast frames.
dlf Applies the storm-control to destination lookup failure traffic.