No storm-control – Allied Telesis AT-FS970M Series User Manual
Page 221

AT-FS970M Switch Command Line User’s Guide
221
NO STORM-CONTROL
Syntax
no storm-control broadcast|multicast|dlf
Parameters
broadcast
Specifies broadcast packets.
multicast
Specifies multicast packets.
dlf
Specifies unknown unicast packets.
Description
Use this command to remove packet threshold levels that were set on the
ports with “STORM-CONTROL” on page 249.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 166
Examples
This example removes the threshold limit for broadcast packets on port 12:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.12
awplus(config-if)# no storm-control broadcast
This example removes the threshold limit for unknown unicast rate on port
5:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.5
awplus(config-if)# no storm-control dlf
This example removes the threshold limit for multicast packets on port 23:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.23
awplus(config-if)# no storm-control multicast