766
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
IP
V
6 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
IPV
6
ACCESS
-
LIST
NAMED
TCP UDP
FILTER
)
Mode
IPv6 Hardware ACL Configuration
Default
Any traffic on an interface controlled by a hardware ACL that does not explicate
match a filter is permitted.
Usage
The filter entry will match on any TCP or UDP packet that has the specified source
and destination IPv6 addresses and TCP or UDP type. The parameter
any
may be
specified if an address does not matter.
NOTE
:
Hardware ACLs will
permit
access unless
explicitly denied
by an ACL action.
Examples
To add an ACL filter entry that blocks all SSH traffic from network 2001:0db8::0/64
to the hardware IPv6 access-list named
my-acl
, use the commands:
awplus#
configure terminal
awplus(config)#
ipv6 access-list my-acl
awplus(config-ipv6-hw-acl)#
deny tcp 2001:0db8::0/64 any eq 22
<
ipv6-source-address
>
Specifies the source address.
The IPv6 address uses the format X:X::X:X.
<
ipv6-source-wildcard
>
Specifies the source wildcard bits in IPv6 format
X:X::X:X.
host <
ipv6-source-host
>
Specifies the a single source host.
The IPv6 address uses the format X:X::X:X.
any
Specifies any Source host. An abbreviation for the
IPv6 prefix ::/0.
eq
Equal to.
<
sourceport
>
The source port number, specified as an integer
between 0 and 65535.
<
destport
>
The destination port number, specified as an
integer between 0 and 65535.
<
ipv6-dest-prefix/
prefix-length
>
Specify destination address with mask.
The IPv6 address prefix uses the format
X:X::/prefix-length. The prefix-length is usually set
between 0 and 64.
<
ipv6-destination-
address
>
Specify destination address.
The IPv6 address uses the format X:X::X:X.
<
ipv6-destination-
wildcard
>
Specify destination wildcard bits in IPv6 format
X:X::X:X.
host
<
ipv6-destination-host
>
Specify a single destination host address.
The IPv6 address uses the format X:X::X:X.
any
Specifies any destination host. An abbreviation
for the IPv6 prefix
::/0
.
Parameter
Description