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.
2.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
copy running-config startup-config
Example:
Router# copy running-config startup-config
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.
2.
3.
4.
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
A-16
enable
copy running-config startup-config
enable
copy nvram:startup-config {ftp: | rcp: | tftp:}
show {flash0 | flash1}:
copy {flash0 | flash1}: {ftp: | rcp: | tftp:}
Appendix A
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
•
Saves the running configuration to the startup
configuration.
Cisco IOS CLI for Initial Configuration