23.
Software Upgrade and Reboot Options
MN700004 Rev 01
274
Example
The following command downloads the new software-version file named
VER
123
located on
C:/ on the TFTP server at IP address 192.192.54.0 and saves it as a primary application.
device-name
#
copy application primary 192.192.54.0 c:/VER
123
copy startup-config download-from
The
copy startup-config download-from
command, in Privileged (Enable) mode, loads a
start-up configuration specified by file name from a remote server specified by IP address.
Command Syntax
device-name#
copy startup-config download-from
A.B.C.D
SOURCE_FILE
Argument Description
A.B.C.D
The IP address of the TFTP server.
SOURCE_FILE
The path and name of the source file on the TFTP server.
Note that the path specification and any file-name limitations may depend on the
software running on the TFTP server.
Example
The following command downloads the start-up configuration file named
START001
located
on C:/ on the TFTP server at IP address 192.192.54.0.
device-name#
copy startup-config download-from 192.192.54.0 c:/START001
copy startup-config upload-to
The
copy startup-config upload-to
command, in Privileged (Enable) mode, saves the start-
up configuration on the remote server with the specified IP address to the specified file name.
Command Syntax
device-name#
copy startup-config upload-to
A.B.C.D
TARGET_FILE
Argument Description
A.B.C.D
The IP address of the TFTP server.
TARGET_FILE
The path and name given to the target file on the TFTP server.
Note that the path specification and any file-name limitations may depend on the
software running on the TFTP server.
Example
The following command uploads the start-up configuration to a new file named
START002
,
on C:/ on the TFTP server at IP address 192.192.54.0.
device-name
#
copy startup-config upload-to 192.192.54.0 c:/START002