Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
611
This example shows how to configure the Switch’s running configuration by using the increment method
using the configuration called “switch-config.cfg that is download from the TFTP server 10.1.1.254.
Switch# copy tftp: //10.1.1.254/switch-config.cfg running-config
Address of remote host []? 10.1.1.254
Source filename []? switch-config.cfg
Destination filename running-config? [y/n]: y
Accessing tftp://10.1.1.254/switch-config.cfg...
Transmission start...
Transmission finished, file length 45421 bytes.
Executing script file switch-config.cfg ......
Executing done
Switch#
This example shows how to upload the running configuration to the TFTP server for storage.
Switch# copy running-config tftp: //10.1.1.254/switch-config.cfg
Address of remote host []? 10.1.1.254
Destination filename []? switch-config.cfg
Accessing tftp://10.1.1.254/switch-config.cfg...
Transmission start...
Transmission finished, file length 45421 bytes.
Switch#
This example shows how to save the system’s running configuration into the FLASH memory and uses it
as the next boot configuration.
Switch# copy running-config startup-config
Destination filename startup-config? [y/n]: y
Saving all configurations to NV-RAM.......... Done.
Switch#
This example shows how to execute the switch-config.cfg” file in the NVRAM immediately by using the
increment method.
Switch# copy flash: switch-config.cfg running-config
Source filename [switch-config.cfg]?
Destination filename running-config? [y/n]: y
Executing script file switch-config.cfg ......
Executing done
Switch#
This example shows how to download an image file from the TFTP server to all units in the stack.