CLI Reference Guide Basic Configuration Management
exec-timeout minutes [ seconds ]
no exec-timeout
The minutes of specified timeout.
(optional parameter) The seconds of specified timeout.
The default timeout is 10min.
If there is no input/output information for this connection within specified time, this connection will
be interrupted, and this LINE will be restored to the free status.
The example below specifies the connection timeout is 5’30“.
Ruijie(config-line)#exec-timeout 5 30
execute
To execute the commands in the batch files, use the privileged EXEC mode command execute.
execute [ flash: ] filename
Parent directory of the batch file
This command is used to execute the commands in the batch files.
Users could self-specify the filename and content of the batch file. In general, after finishing
editting the batch files on the user PC , the files are transmit to the Flash of the device through
the TFTP. The content of batch files completely imitates the user entering, so the content should
be edited in order of CLI command configuration. Besides, for some interactive commands , the
response message should be pre-wrote into the batch files to ensure the commands can be
normally executed.