beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1596

background image

Chapter 99: ACL Commands

1596

This example creates a Named ICMP ACL, called “icmpdeny,” that denies
ICMP packets from source IP source address 190.155.22.1 with a decimal
mask of 16 to IP destination address 190.155.22.3 with a decimal mask of
24. Then the ACL is assigned to port 4:

awplus> enable
awplus# configure terminal
awplus(config)# ip access-list icmpdeny
awplus(config-ip-acl)# deny icmp 190.155.22.1/16
190.155.22.3/24
awplus(config-ip-acl)# exit
awplus(config)# interface port1.0.4
awplus(config-if)# access-group icmpdeny