beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1631

background image

AT-8100 Switch Command Line User’s Guide

1631

This example discards tagged packets from UDP ports 67 to 87 if they are
from the 154.11.234.0/64 network and are going to the 154.11.234.1/64
network. Then the ACL is assigned to port 23:

awplus> enable
awplus# configure terminal
awplus(config)# ipv6 access-list denyudp2
awplus(config-ip-acl)# deny udp 154.11.234.0/64 range 67 87
154.11.234.1/64

range 67 87

awplus(config-ipv6-acl)# exit
awplus(config)# interface port1.0.23
awplus(config_if)# ipv6 traffic-filter denyudp2