C613-50102-01 REV C
Command Reference for x510 Series
1477
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IP
V
6 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
IPV
6
ACCESS
-
LIST
NAMED
IP
V
6
FILTER
)
Default
Any traffic on an interface controlled by a hardware ACL that does not explicitly
match a filter is permitted.
Examples
To add a filter entry to the ACL named “my-acl” to block IPv6 traffic sent from
network 2001:0db8::0/64, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-acl
awplus(config-ipv6-hw-acl)#
deny ipv6 2001:0db8::0/64 any
To remove a filter entry from the ACL named “my-acl”, that blocks all IPv6 traffic
sent from network 2001:0db8::0/ 64, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-acl
awplus(config-ipv6-hw-acl)#
no deny ipv6 2001:0db8::0/64 any
Related
Commands
(ipv6 access-list named protocol filter)