Chapter 6. Manage / Configure the Switch
27
11. copy command
This command is used to backup system configuration/firmware to TFTP server, restore system configuration from
TFTP server, and update firmware from TFTP server.
# copy ?
binary-config Copies binary configuration file
config Copies configuration file
firmware Copies run-time firmware
copy binary-config running-config tftp xxx.xxx.xxx.xxx yyy command is used to backup current switch running
configuration to TFTP Server at IP “xxx.xxx.xxx.xxx” as file name “yyy” in binary format.
copy binary-config tftp running-config xxx.xxx.xxx.xxx yyy command is used to restore binary configuration file
“yyy” from TFTP Server at IP “xxx.xxx.xxx.xxx”.
copy config running-config tftp xxx.xxx.xxx.xxx yyy command is used to backup current switch running
configuration to TFTP Server at IP “xxx.xxx.xxx.xxx” as file name “yyy” in text format.
copy config tftp running-config xxx.xxx.xxx.xxx yyy command is used to restore text configuration file “yyy” from
TFTP Server at IP “xxx.xxx.xxx.xxx”.
copy firmware running-firmware tftp xxx.xxx.xxx.xxx yyy command is used to backup current running firmware
to TFTP Server at IP “xxx.xxx.xxx.xxx” as file name “yyy” in binary format
copy firmware tftp running-firmware xxx.xxx.xxx.xxx yyy command is used to update the running firmware file
“yyy” from TFTP Server at IP “xxx.xxx.xxx.xxx”.