Specifications

Table Of Contents
2-86
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
copy startup-config destination-file
copy startup-config destination-file
Copies the startup-config file to the specified destination file. Use this command to create a backup
configuration file. This is useful in a cascaded solution for copying the configuration from one SCE
platform to the other. The file created by this command can then be uploaded to the second SCE platform
using the copy source-file startup-config command.
copy startup-config destination-file
Syntax Description
Defaults This command has no default settings.
Command Modes Privileged EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines The destination file name should be in 8.3 format, that is, there are a maximum of 8 characters before
the period and three characters following it.
Authorization: admin
Examples The following example shows how to create a backup configuration file.
SCE>enable 10
Password:<cisco>
SCE#copy startup-config ftp://user:pass@host/drive:/dir/bckupcfg.txt
SCE#
Related Commands
destination-file The name of the file to which the configuration is copied.
ftp://user:pass@host/drive:/dir/bckupcfg.txt
/tffs0
Release Modification
3.0.0 This command was introduced.
Command Description
copy source-file
startup-config
Copies the specified source file to the startup-config file.