Telnet Settings
4-29
4
• Password
2
– Specifies a password for the line connection. When a connection is
started on a line with password protection, the system prompts for the password.
If you enter the correct password, the system shows a prompt. (Default: No
password)
• Login
2
– Enables password checking at login. You can select authentication by a
single global password as configured for the Password parameter, or by
passwords set up for specific user-name accounts. (Default: Local)
Web – Click System, Line, Telnet. Specify the connection parameters for Telnet
access, then click Apply.
Figure 4-17 Configuring the Telnet Interface
CLI – Enter Line Configuration mode for a virtual terminal, then specify the
connection parameters as required. To display the current virtual terminal settings,
use the show line command from the Normal Exec level.
2. CLI only.
Console(config)#line vty 23-17
Console(config-line)#login local 23-18
Console(config-line)#password 0 secret 23-19
Console(config-line)#timeout login response 300 23-20
Console(config-line)#exec-timeout 600 23-20
Console(config-line)#password-thresh 3 23-21
Console(config-line)#end
Console#show line vty 23-25
VTY configuration:
Password threshold: 3 times
Interactive timeout: 600 sec
Login timeout: 300 sec
Console#