Allied Telesis AT-8100 Series User Manual
Page 1569

AT-8100 Switch Command Line User’s Guide
1569
Examples
This example adds an IP ACL with an ID of 3022 to port 15:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.15
awplus(config-if)# access-group 3022
This example removes an IP ACL with an ID of 3001 from port 7:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.7
awplus(config-if)# no access-group 3001
This example adds an IP ACL with a list name of “protomirror” to port 3:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.3
awplus(config-if)# access-group protomirror
This example adds the Named IP ACL, called “protodeny” to port 7:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.7
awplus(config-if)# access-group protodeny