Session Timeout; Process The Command In The Execution File In Batch - D-Link xStack DGS-3610 Series Configuration Manual

Hide thumbs Also See for xStack DGS-3610 Series:
Table of Contents

Advertisement

Chapter 2 Configuration of Switch Basic Management
The timeout setting in the LINE can be cancelled by using the no exec-timeout command in
the LINE configuration mode.
DGS-3610# configure terminal
DGS-3610# line vty 0
DGS-3610(config-line)#exec-timeout 20
2.11.3

Session Timeout

When there is no input information for the established session on the current LINE within a
specified time, the session connected to the remote terminal currently will be interrupted.
The terminal will restored to dle status.
Our products provide commands in the LINE configuration mode to configure the timeout for
the session connected to the remote terminal:
Command
DGS-3610(Config-line)#session-time
out 20
The timeout setting on the LINE for the session connected to the remote terminal can be
cancelled by using the no exec-timeout command in the LINE configuration mode.
DGS-3610# configure terminal
DGS-3610(config)# line vty 0
DGS-3610(config-line)#session-timeout 20 //Set the session timeout to 20min
2.12 Process the command in the
execution file in batch
In the system management, it is necessary to enter more configuration command to carry
out the management of some function sometimes. It will take a long time and cause some
error or missing if it is entered through the CLI interface completely. If the configuration
commands of these functions are placed in the batch file by the configuration steps, you can
execute this batch file if required, to carry out all related configurations.
Command
DGS-3610# execute {[flash:]
filename}
For example, the batch file line_rcms_script.text is used to enable the reversed Telnet
function of all asynchronous interfaces. The file content is shown as follows:
configure terminal
line tty 1 16
transport input all
no exec
end
2-16
DGS-3610 Series Configuration Guide
//Enter the global configuration mode.
//Enter the LINE configuration mode
//Set the timeout to 20min
Function
Configure the timeout for the session connected to the
remote terminal on LINE. If there is no input information
within the specified time, this session will be interrupted.
//Enter the global configuration mode.
//Enter the LINE configuration mode
Function
Execute a batch file.

Advertisement

Table of Contents
loading

Table of Contents