936
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
IP
V
6 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
IPV
6
ACCESS
-
LIST
EXTENDED
IP
PROTOCOL
FILTER
)
Mode
IPv6 Extended ACL Configuration
Default
Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Usage
The filter entry 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
:
Software ACLs will
deny
access unless
explicitly permitted
by an ACL action.
Examples
To add a new ACL filter entry to the extended IPv6 access-list named
my-list
with sequence number
5
rejecting the IPv6 packet from
2001:db8:1:1
to
2001:db8:f:1
, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list extended my-list
awplus(config-ipv6-ext-acl)#
5 deny ip 2001:db8:1::1/128
2001:db8:f::1/128
To remove the ACL filter entry to the extended IPv6 access-list named
my-list
with sequence number
5
, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list extended my-list
awplus(config-ipv6-ext-acl)#
no 5
Related
Commands
ipv6 access-list extended (named)
show ipv6 access-list (IPv6 Software ACLs)
show running-config
<ipv6-
destination-
address/prefix>
IPv6 destination address, or local address.
The IPv6 address uses the format X:X::X:X/Prefix-Length. The
prefix-length is usually set between 0 and 64.
any
Any destination address or remote address.
log
Log the results.
Parameter
Description