beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1584

background image

Chapter 99: ACL Commands

1584

awplus(config_if)# access-group 3011
awplus(config_if)# end
awplus# show access-list
awplus# show interface port1.0.5,port1.0.6 access-group

This example configures port 18 to accept untagged packets only from the
167.75.89.0 network and that are protocol 54. The permit ACL is assigned
the ID number 3014 and the deny ACL, which blocks all protocol 54
packets, is assigned the ID number 3025:

awplus> enable
awplus# configure terminal
awplus(config)# access-list 3014 permit proto 54
167.75.89.0/24

any

awplus(config)# access-list 3025 deny proto 54 any any
awplus(config)# interface port1.0.18
awplus(config_if)# access-group 3014
awplus(config_if)# access-group 3025
awplus(config_if)# end
awplus# show access-list
awplus# show interface port1.0.18 access-group