Exec-timeout – Allied Telesis AT-S83 User Manual
Page 356

Chapter 16: Line Mode Commands
356
EXEC-TIMEOUT
Syntax
exec-timeout minutes <0-35791> seconds <0-2147483>
no exec-timeout
Parameters
minutes
Specifies the timeout value in minutes. Enter a value
between 0 and 35,791 minutes.
seconds
Specifies the timeout value in seconds. Enter a value
between 0 and 2,147,483 seconds.
Description
Use the EXEC-TIMEOUT command to set the interval the command
interpreter waits for user input detected. A value of 0 minutes and 0
seconds setting causes the Telnet session to wait indefinitely.
Use the no form of this command to disable the wait interval.
Command Mode
Line mode
Example
The following command sets the timer so the Telnet session times out
after 2 minutes and 30 seconds if there is no response from the user:
switch#configure terminal
switch(config)#line vty 23 66
switch(config-line)#exec-timeout 2 30
Related Commands