Specifications

Table Of Contents
2-12
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
access-class
access-class
Restricts Telnet server access to those addresses listed in the specified access list. Use the no form of
this command to either remove a specified ACL or to set the Telnet server to accept access from any IP
address.
access-class number in
no access-class [number ] in
Syntax Description
Command Default By default, no access list is configured (Telnet access is available from any IP address).
Command Modes Line Configuration Mode
Command History This table includes the following release-specific history entries:
Usage Guidelines Authorization: admin
Examples The following are examples of the access-class command:
EXAMPLE 1
The following example configures an access class for all Telnet lines.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#line vty 0
SCE(config-line)#access-class 1 in
SCE(config-line)#
EXAMPLE 2
The following example removes an access class for Telnet lines.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#line vty 0
SCE(config-line)#no access-class 1 in
SCE(config-line)#
number An access-list number (1–99).
Release Modification
2.5.7 This command was introduced.