C613-50170-01 Rev B
Command Reference for x510 Series
1610
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
VTY
IPV
6
ACCESS
-
CLASS
(
NAMED
)
vty ipv6 access-class (named)
Overview
For IPv6, use this command to set a standard named software access list to be the
management ACL. This is then applied to all available VTY lines for controlling
remote access by Telnet and SSH. This command allows or denies packets
containing the IPv6 addresses included in the ACL to create a connection to your
device.
ACLs that are attached using this command have an implicit ‘deny-all’ filter as the
final entry in the ACL. A typical configuration is to permit a specific address, or
range of addresses, and rely on the ‘deny-all’ filter to block all other access.
Use the
no
variant of this command to remove the access list.
Syntax
vty ipv6 access-class
<access-name>
no vty ipv6 access-class [
<access-name>
]
Mode
Global Configuration
Examples
To set the named standard access-list named
access-ctrl
to be the IPv6
management ACL, use the following commands:
awplus#
configure terminal
awplus(config)#
vty ipv6 access-class access-ctrl
To remove
access-ctrl
from the management ACL, use the following commands:
awplus#
configure terminal
awplus(config)#
no vty ipv6 access-class access-ctrl
Output
Figure 39-3:
Example output from the
show running-config
command
Related
Commands
Parameter
Description
<access-name>
Specify an IPv6 standard software access-list name
awplus#showrunning-config|grep access-class
vty ipv6 access-class access-ctrl