906
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 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
IPV
6
ACCESS
-
LIST
(
NAMED
)
ipv6 access-list (named)
Overview
Use this command to either create a new IPv6 hardware access-list, or to select an
existing IPv6 hardware access-list in order to apply a filter entry to it.
Use the
no
variant of this command to delete an existing IPv6 hardware access-list.
NOTE
:
Before you can delete an access-list, you must first remove it from any interface
it is assigned to.
Syntax
ipv6 access-list
<ipv6-access-list-name>
no ipv6 access-list
<ipv6-access-list-name
>
Mode
Global Configuration
Default
Any traffic on an interface controlled by a hardware ACL that does not explicitly
match a filter is permitted.
Usage
Use IPv6 hardware named 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 hardware named access-list when a match is encountered.
For backwards compatibility you can either create IPv6 hardware named
access-lists from within this command, or you can enter
ipv6
access-list
followed by only the IPv6 hardware named access-list name. This
latter (and preferred) method moves you to the
(config-ipv6-hw-acl)
prompt for the selected IPv6 hardware named access-list number, and from here
you can configure the filters for this selected IPv6 hardware named access-list.
NOTE
:
Hardware ACLs will
permit
access unless
explicitly denied
by an ACL action.
Examples
To create an IPv6 access-list named
my-ipv6-acl
, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-ipv6-acl
awplus(config-ipv6-hw-acl)#
To delete the IPv6 access-list named
my-ipv6-acl
, use the commands:
awplus#
configure terminal
awplus(config)#
no ipv6 access-list my-ipv6-acl
Validation
Commands
show ipv6 access-list (IPv6 Hardware ACLs)
Parameter
Description
<ipv6-access-list-name>
Specify an IPv6 access-list name.