C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
939
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
STANDARD
(
NAMED
)
ipv6 access-list standard (named)
Overview
This command configures an IPv6 standard access-list for filtering frames that
permit or deny IPv6 packets from a specific source IPv6 address.
The
no
variant of this command removes a specified IPv6 standard access-list.
Syntax
[list-name]
ipv6 access-list standard
<ipv6-acl-list-name>
no ipv6 access-list standard
<ipv6-acl-list-name>
Syntax [deny|
permit]
ipv6 access-list standard
<ipv6-acl-list-name>
[{deny|permit}
{<
ipv6-source-address/prefix-length
>|any}
[exact-match]]
no ipv6 access-list standard
<ipv6-acl-list-name>
[{deny|permit} {<
ipv6-source-address/prefix
-length>|any}
[exact-match]]
Mode
Global Configuration
Default
Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Usage
Use IPv6 standard 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 standard access-list when a match is encountered.
Parameter
Description
<ipv6-acl-list-name>
A user-defined name for the IPv6 software standard
access-list.
Parameter
Description
<ipv6-acl-list-name>
A user-defined name for the IPv6 software standard
access-list.
deny
The IPv6 software standard access-list rejects
packets that match the type, source, and destination
filtering specified with this command.
permit
The IPv6 software standard access-list permits
packets that match the type, source, and destination
filtering specified with this command.
<ipv6-source-address/
prefix-length>
Specifies a source address and prefix length.
The IPv6 address prefix uses the format
X:X::/prefix-length. The prefix-length is usually set
between 0 and 64.
any
Matches any source IPv6 address.
exact-match
Exact match of the prefixes.