C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
933
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
PROTO
Mode
Global Configuration
Default
Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Usage
Use IPv6 extended access-lists to control the transmission of IPv6 packets on an
interface, and restrict the content of routing updates. The switch stops checking
the IPv6 extended access-list when a match is encountered.
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 create the IPv6 access-list named
ACL-1
to deny IP protocol
9
packets from
2001:0db8:1::1/128
to
2001:0db8:f::1/128
, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list extended ACL-1 deny proto 9
2001:0db8:1::1/128 2001:0db8:f::1/128
To remove the IPv6 access-list named
ACL-1
to deny IP protocol
9
packets from
2001:0db8:1::1/128
to
2001:0db8:f::1/128
, use the commands:
awplus#
configure terminal
awplus(config)#
no ipv6 access-list extended ACL-1 deny proto
10 2001:0db8:1::1/128 2001:0db8:f::1/128
Related
Commands
ipv6 access-list extended (named)
(ipv6 access-list extended IP protocol filter)
show ipv6 access-list (IPv6 Software ACLs)
show running-config
<ipv6-
destination-
address/prefi
x>
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