D-Link DXS-3600 Series Cli Reference Manual page 1288

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
This example shows how to download the "config.cfg" from the FTP server and replace the current
running configuration with it. Execute the command immediately without confirmation.
Switch# configure replace ftp: //User:123@10.0.0.66:80/config.cfg force
Accessing ftp: //10.0.0.66/config.cfg...
Transmission start...
Transmission finished, file length 45422 bytes.
Executing script file config.cfg ......
Executing done
Switch#
This example shows how to replace the current running configuration with the specified configuration file
"config.cfg" stored in the NVRAM of the device. Execute the command immediately without confirmation.
Switch# configure replace flash: config.cfg force
Executing script file config.cfg ......
Executing done
Switch#
109-6
copy
This command is used to copy a file to another file.
copy SOURCE-URL DESTINATION-URL
copy SOURCE-URL {tftp: [//LOCATION/DESTINATION-URL] | ftp: [//USER-
NAME:PASSWORD@LOCATION:TCP-PORT/DESTINATION-URL] | rcp: [//USER-
NAME@LOCATION/DESTINATION-URL]} [vrf VRF-NAME]
copy {tftp: [//LOCATION/SOURCE-URL] | ftp: [//USER-NAME:PASSWORD@LOCATION:TCP-
PORT/SOURCE-URL] | rcp: [//USER-NAME@LOCATION/SOURCE-URL]} [vrf VRF-NAME]
DESTINATION-URL
Parameters
SOURCE-URL
Specifies the source URL for the source file to be copied. One special
form of the URL is represented by the following keywords.
If startup-config is specified as the SOURCE-URL, the purpose is to
upload the startup configuration, save the startup configuration as the
file in the file system, or to execute the startup configuration as the
running configuration.
If running-config is specified as the SOURCE-URL, the purpose is to
upload the running configuration or save the running configuration as
the startup configuration or to save it as the file in the file system.
If flash: [PATH-FILE-NAME] is specified as the SOURCE-URL, the
purpose is to specify the source file to be copied in the file system.
If log is specified as the SOURCE-URL, the system log can be
retrieved to the TFTP server or saved as the file in the file system.
If attack-log UNIT-ID is specified as the SOURCE-URL, the purpose
1283

Advertisement

Table of Contents
loading

Table of Contents