C613-50102-01 REV C
Command Reference for x510 Series
1481
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
PROTOCOL
FILTER
)
Default
Any traffic on an interface controlled by a hardware ACL that does not explicitly
match a filter is permitted.
Usage
This command adds a hardware classification filter (for use with features such as
QoS), to a current standard IPv6 access-list. The filter will match on any IP protocol
type packet that has the specified source and destination IPv6 addresses and the
specified IP protocol type. The parameter
any
may be specified if an address does
not matter,
NOTE
:
Hardware ACLs will
permit
access unless
explicitly denied
by an ACL action.
Examples
To add a filter entry to the ACL named “my-acl” to deny IGMP packets from
2001:0db8::0/64 , use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-acl
awplus(config-ipv6-hw-acl)#
deny proto 2 2001:0db8::0/64 any
To remove a filter entry that blocks IGMP packets from network 2001:0db8::0/64
from the ACL named “my-acl”, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-acl
awplus(config-ipv6-hw-acl)#
no deny proto 2 2001:0db8::0/64 any
Related
Commands
(ipv6 access-list named ICMP filter)
(ipv6 access-list named IPv6 filter)