DGS-6604
m
copy
CLI Reference Guide
127
Examples
This example shows how to configure the switch (running configuration) to use a
configuration (switch-config.txt) that is download from a TFTP
server(10.1.1.254).
This example shows how to upload (retrieve) the running configuration to a TFTP
server for storage:
This example shows how to save the system running configuration into FLASH
memory and use it for the next boot configuration:
Switch# copy tftp:\\10.1.1.254\config\switch-config.txt running-config
Configure using 10.1.1.254\config\switch-config.txt (y/n)
[
n
]
? y
Finished network download. (134 bytes)
Apply to system configuration…. Completed.
Switch#
Switch# copy running-config tftp:\\10.1.1.254\config\switch-config.txt
Upload configuration to tftp:10.1.1.254 \config\switch-config.txt, (y/
n)[n]? y
Configuration has been copied successfully.
Switch#
Switch# copy running-config startup-config
Save system configuration (y/n) [n], y
Configuration has been copied successfully.
Switch#