GS-4210-Series (V2) User Manual

Table Of Contents
Command Guide of GS-4210 Series
84
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-timeoutcommand 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
Switch(config-line)# exec-timeout 15
Switch(config-line)# exit