DGS-3610 Series Configuration Guide Chapter 2 Configuration of Switch Basic Management
Running Result:
DGS-3610# execute flash:line_rcms_script.text
executing script file line_rcms_script.text ......
executing done
DGS-3610# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
DGS-3610(config)# line vty 1 16
DGS-3610(config-line)# transport input all
DGS-3610(config-line)# no exec
DGS-3610(config-line)# end
The file name of the batch file and the content in the file can be specified.
In general, it is transported to the Flash of devices in the TFTP way after it
is edited on the user PCs. The batch content will simulate the user input
completely. Hence, it is necessary to edit the content of the batch file
according to the configuration sequence of the CIL command.
Furthermore, for some interactive commands, it is necessary to write
corresponding response information in batch file, to ensure the command
can be executed normally.
2.13 Setting of Service Switch
During the system running, you can adjust the service provided by the system dynamically,
enable and disable the specified service (SSH Server/Telnet Server/Web Server).
DGS-3610(Config)# enable service
ssh-sesrver
DGS-3610(Config)# enable service
telnet-server
DGS-3610(Config)# enable service
web-server
In the configuration mode, you can use the no enable service command to disable
corresponding service.
DGS-3610# configure terminal //Enter the global configuration mode.
DGS-3610(config)# enable service ssh-server //Enable SSH Server