Command Guide of WGSW-28040
84
Example:
This example shows how to change http session timeout to 15min and https session timeout to 20min
Switch(config)#
ip http session-timeout 15
Switch(config)#
ip https session-timeout 20
This example shows how to enable https service and show current https service status.
Switch#
show ip http
HTTPS daemon : enabled
Session Timeout : 15 (minutes)
Switch# show ip https
HTTPS daemon : disabled
Session Timeout : 20 (minutes)
4.4.23 exec-timeout
Command:
exec-timeout
<0-65535>
Parameter:
<0-65535>
Specify session timeout minutes. 0 means never timeout
Default:
Default session timeout for all lines are 10 minutes.
Mode:
line Configuration
Usage Guide:
Use “
exec-timeout
” command to specify the session timeout value for CLI running on console, telnet or ssh service.
When user login into CLI and do not do any action after session timeout will be logged out from the CLI session.
Example:
This example shows how to change console session timeout to 15min ,telnet session timeout to 20min and ssh
session timeout to 25min.
Switch(config)#
line console