Allied Telesis AT-FS970M Series User Manual
Page 191

AT-FS970M Switch Command Line User’s Guide
191
To remove threshold limits from the ports, use the NO STORM-CONTROL
command, also in the Port Interface mode. 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 disables unknown unicast rate limiting on port 5, 6, and 15:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.5,port1.0.6,port1.0.15
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
For reference information, refer to “STORM-CONTROL” on page 249 and
“NO STORM-CONTROL” on page 221.