Specifications

A-16
Cisco 3900 Series, 2900 Series, and 1900 Series Integrated Services Routers Software
OL-21850-01
Appendix A Cisco IOS CLI for Initial Configuration
Using the Cisco IOS CLI to Perform Initial Configuration
Saving Your Router Configuration
This section describes how to avoid losing your configuration at the next system reload or power cycle
by saving the running configuration to the startup configuration in NVRAM. The NVRAM provides
256KB of storage on the router.
SUMMARY STEPS
1. enable
2. copy running-config startup-config
DETAILED STEPS
Saving Backup Copies of Configuration and System Image
To aid file recovery and minimize downtime in case of file corruption, we recommend that you save
backup copies of the startup configuration file and the Cisco IOS software system image file on a server.
SUMMARY STEPS
1. enable
2. copy nvram:startup-config {ftp: | rcp: | tftp:}
3. show {flash0 | flash1}:
4. copy {flash0 | flash1}: {ftp: | rcp: | tftp:}
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
copy running-config startup-config
Example:
Router# copy running-config startup-config
Saves the running configuration to the startup
configuration.