3 exec-timeout – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 60

Advertising
background image

CanogaOS Command Line Reference

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 60 of 855

This example shows how to enter vty line configuration mode:
Switch(config)# line vty 0
Switch(config-line)#
This example shows how to exit vty line configuration mode
Switch(config-line)# exit
Switch(config)#

Related Commands

exit

4.3 exec-timeout

To set the interval that the EXEC command interpreter waits until user input is detected, use the
exec-timeout command in line configuration mode. To remove the timeout definition, use the no form of
this command.

Command Syntax

exec-timeout minutes [seconds]
no exec-timeout

minutes:

<0-35791>:

Integer that specifies the number of minutes. The default is 10 minutes

seconds:

<0-2147483>:

(Optional) Additional time intervals in seconds

Defaults

10 minutes

Command Mode

Line configuration

Usage

To specify no timeout, enter the exec-timeout 0 0 command.

Examples

The following example sets a time interval of 2 minutes:
Switch(config-line)# exec-timeout 2
The following example sets a time interval to default value:
Switch(config-line)# no exec-timeout

Related Commands

None

Advertising