beautypg.com

Allied Telesis AT-9000 Series User Manual

Page 1221

background image

AT-9000 Switch Command Line User’s Guide

1193

awplus(config)# ipv6 access-list
deny-all-but-one

Creates a Named IPv6 ACL call “deny-all-
but-one-ipv6” and enters the Configuration
IPv6 ACL command mode.

awplus(config-ipv6-acl)# permit
ip host 2001:odb8::a2/64 host
2001:odb8::a5/64

Allows IPv6 address and subnet mask
2001:odb8::a2/64

full access to the

switch.

awplus(config-ipv6-acl)# deny ip
any host 2001:odb8::a5/64

Denies access all IP addresses access to
the switch.

awplus(config-ipv6-acl)# exit

Exit the Configuration IPv6 ACL mode
command mode.

awplus(config)# line vty 0 9

Access the LINE VTY mode for lines 0
through 9.

awplus(config-line)# access-
class deny-all-but-one

Assigns deny-all-but-one to VTY lines 0
through 9.

Table 139. Assigning Named IPv4 ACLs to VTY Lines Example (Continued)

Command

Description