Command Line Reference Guide
To copy the
running
configuration
enter the keyword running-config
To copy the
startup
configuration
enter the keyword startup-config
To copy using a
Secure Copy
(SCP),
enter the keyword scp:
• If you enter scp: in the source
position, enter the target URL;
• If you enter scp: in the target
position, first enter the source URL;
To copy a file on
the external
FLASH
enter usbflash:// followed by the
filename
To copy a file on
a TFTP server
enter tftp://hostip/filepath
Command Modes EXEC Privilege
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
FTOS supports a maximum of 100 files at the root directory level, on both the internal and
external Flash.
When copying a file to a remote location (for example, using Secure Copy [SCP]), enter only the
keywords and FTOS prompts you need for the rest of the information. For example, when using
SCP, you can enter copy running-config scp: where running-config is the
source and the target is specified in the ensuing prompts. FTOS prompts you to enter any
required information, as needed for the named destination—remote destination, destination
filename, user ID, password, etc.
When you use the copy running-config startup-config command to copy the
running configuration (the startup configuration file amended by any configuration changes
made since the system was started) to the startup configuration file, FTOS creates a backup
file on the internal flash of the startup configuration.
FTOS supports copying the running-configuration to a TFTP server or to an FTP server. For
example:
• copy running-config tftp:
• copy running-config ftp:
Example
FTOS#copy running-config scp:/
Address or name of remote host []: 10.10.10.1
Destination file name [startup-config]? old_running
User name to login remote host? sburgess
Password to login remote host? dilling
In this copy scp: flash: example, specifying SCP in the first position indicates that the
target is to be specified in the ensuing prompts. Entering
flash: in the second position
60