Chapter 4
| System Management Commands
Line
– 144 –
Related Commands
parity (145)
exec-timeout This command sets the interval that the system waits until user input is detected.
Use the no form to restore the default.
Syntax
exec-timeout [seconds]
no exec-timeout
seconds - Integer that specifies the timeout interval.
(Range: 60 - 65535 seconds; 0: no timeout)
Default Setting
600 seconds
Command Mode
Line Configuration
Command Usage
â—† If user input is detected within the timeout interval, the session is kept open;
otherwise the session is terminated.
â—† This command applies to both the local console and Telnet connections.
â—† The timeout for Telnet cannot be disabled.
â—† Using the command without specifying a timeout restores the default setting.
Example
To set the timeout to two minutes, enter this command:
Console(config-line)#exec-timeout 120
Console(config-line)#
login This command enables password checking at login. Use the no form to disable
password checking and allow connections without a password.
Syntax
login [local]
no login
local - Selects local password checking. Authentication is based on the user
name specified with the username command.