C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
917
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
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
To add an ACL filter entry that blocks all SSH traffic from network 2001:0db8::0/64
on the default VLAN (
vlan1
) 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
vlan 1
To remove an ACL filter entry that blocks all SSH traffic from network 2001:0db8::0/
64 from 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)#
no deny tcp 2001:0db8::0/64 any eq
22
Validation
Commands
show ipv6 access-list (IPv6 Hardware ACLs)
<
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