beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 195

background image

AT-8100 Switch Command Line User’s Guide

195

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 254 and
“NO STORM-CONTROL” on page 226.