Working With The Configuration Files: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)
Working With The Configuration Files: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)
Configuration Files
KHAWAR BUTT
CCIE # 12353 [R/S, SECURITY, SP, DC, VOICE, STORAGE & CCDE]
Overview
Configuration Files
Save the Running-Config
c Config Files
Verification Commands relating to the
Lab Diagram
PC PC
Switch Switch
c
192.168.1.0/24 192.168.2.0/24
Ethernet 0/0 Ethernet 0/0
Serial 1/0 Serial 1/0
Console R1 192.168.12.0/24 R2
MGMT
PC
Configuration Files
Configuration files contain the Cisco IOS software commands used to customize the functionality of your
Cisco Router.
If you loose power or reboot the router, you will loose the contents of this file.
You need to save this file in order to have the configuration saved in case of a router reload or a power loss.
When you save this file, it is saved to NVRAM. The saved file is called the “Startup-Config”.
When the router loads, the IOS looks for the Startup-config in NVRAM. If it finds it, it loads it into memory as
running-config. All changes are made to the running config. You should save the changes constantly.
Saving the Running-Config
Save the configurations on both the Routers.
R1 c
R1#copy running-config startup-config
___________________________________________
R2