beautypg.com

Allied Telesis AT-FS970M Series User Manual

Page 1577

background image

AT-FS970M Switch Command Line User’s Guide

1577

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