beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1627

background image

AT-8100 Switch Command Line User’s Guide

1627

This example creates an ACL that discards all untagged ingress packets
that have the source and destination TCP port number 275. Then the ACL
is assigned to port 5:

awplus> enable
awplus# configure terminal
awplus(config)# ipv6 access-list tcpdeny2
awplus(config-ipv6-acl)# deny tcp any eq 275 any eq 275
awplus(config-ipv6-acl)# exit
awplus(config)# interface port1.0.5
awplus(config_if)# ipv6 traffic-filter tcpdeny2