C613-50170-01 Rev B
Command Reference for x510 Series
1596
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
IPV
6
ACCESS
-
LIST
EXTENDED
IP
PROTOCOL
FILTER
)
(ipv6 access-list extended IP protocol filter)
Overview
Use this ACL filter to add a filter entry for an IPv6 source and destination address
and prefix, with or without an IP protocol specified, to the current extended IPv6
access-list. If a sequence is specified, the new entry is inserted at the specified
location. Otherwise, the new entry is added at the end of the access-list.
The
no
variant of this command removes a filter entry for an IPv6 source and
destination address and prefix, with or without an IP protocol filter entry, from the
current extended IPv6 access-list. You can specify the ACL filter entry by entering
either its sequence number, or its filter entry profile.
Syntax [ip|proto]
[
<sequence-number
>] {deny|permit} {ip|any|proto <
ip-protocol
>}
{<
ipv6-source-address/prefix
>|any}
{<
ipv6-destination-address/prefix
>|any} [log]
no {deny|permit} {ip|any|proto <
ip-protocol
>}
{<
ipv6-source-address/prefix
>|any}
{<
ipv6-destination-address/prefix
>|any} [log]
no [
<sequence-number
>]
Parameter
Description
<
sequence-number
>
<1-65535>
The sequence number for the filter entry of the selected access control list.
deny
Specifies the packets to reject.
permit
Specifies the packets to accept.
ip
IP packet.
any
Any packet.
proto <
ip-protocol
>
<1-255>
Specify IP protocol number, as defined by IANA (Internet Assigned Numbers
Authority
www.iana.org/assignments/protocol-numbers
)
See below for a list of IP protocol numbers and their descriptions.
<ipv6-source-
address/prefix>
IPv6 source 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 source address or local address.
<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.