beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1599

background image

AT-8100 Switch Command Line User’s Guide

1599

This example creates a Named IP ACL, called “ipdeny,” that denies ICMP
packets from source IP address 190.155.100.5 with a decimal mask of 16
to destination IP address 190.155.100.7 with a decimal mask of 16. Then
the ACL is assigned to port 11:

awplus> enable
awplus# configure terminal
awplus(config)# ip access-list ipdeny
awplus(config-ip-acl)# deny ip 190.168.100.5/16
190.168.100.7/16
awplus(config-ip-acl)# exit
awplus(config)# interface port1.0.11
awplus(config-if)# access-group ipdeny