CLI Guide

Switch Management Commands 2078
User Guidelines
The exec banner can consist of multiple lines. Enter a quote to complete the
message and return to configuration mode.
Example
console(config-telnet)# no exec-banner
exec-timeout
Use the exec-timeout command in Line Configuration mode to set the
interval that the system waits for user input before timeout. To restore the
default setting, use the no form of this command.
Syntax
exec-timeout minutes [seconds]
no exec-timeout
minutes — Integer that specifies the number of minutes. (Range: 0–
65535)
seconds — Additional time intervals in seconds. (Range: 0–59)
Default Configuration
The default configuration is 10 minutes.
Command Mode
Line (telnet, console, ssh) Configuration mode
User Guidelines
To specify no timeout, enter the exec-timeout 0 command.
Example
The following example configures the interval that the system waits until user
input is detected to 20 minutes. After expiry, the session exits Privileged Exec
mode.
console(config)#line console
console(config-line)#exec-timeout 20