Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Archive
Su Mo Tu We Th Fr Sa
12
3456789
10111213141516
17181920212223
24252627282930
31
Syndication
Newsletter



Clearing the Startup Configuration

Jul 21,2008 by admin

image
Clearing the Startup Configuration Problem You want to clear an old configuration out of your router and return it to a factory default configuration. Solution You can delete the current startup configuration files and return the router to its factory default settings with the erase nvram: command: Router1#erase nvram: Erasing the nvram filesystem will remove all files! Continue? [confirm] [OK] Erase of nvram: complete Router1#reload System configuration has been modified. Save? [yes/no]: no Proceed with reload? [confirm] You can achieve the same result with the erase startup-config command: Router1#erase startup-config Erasing the nvram filesystem will remove all files! Continue? [confirm] [OK] Erase of nvram: complete Router1#reload Proceed with reload? [confirm] Discussion Before you redeploy an old router that you have previously used for some other purpose, it is a good idea to completely erase the old configuration. This ensures that the router starts with a clean configuration. However, if you did this on a production router, it would wipe out the configuration and leave it with all of its interfaces down. Fortunately, completely deleting your configuration requires two steps: erasing the startup configuration file, followed by a reload. After you erase your startup configuration file and reload the router, it will enter its configuration dialog mode. Most experienced Cisco engineers prefer to skip this mode: --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: no Would you like to terminate autoinstall? [yes]: yes Press RETURN to get started! Router> At this point, the router's configuration has been returned to the factory defaults: Router#show running-config Building configuration... Current configuration : 431 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ip subnet-zero ! ! ! ! interface Ethernet0 no ip address shutdown ! interface Ethernet1 no ip address shutdown ! interface Serial0 no ip address shutdown ! interface Serial1 no ip address shutdown ! ip classless ip http server ip pim bidir-enable ! ! line con 0 line aux 0 line vty 0 4 ! end Router# You can now safely reconfigure the router for its new function. We note in passing that the factory defaults are slightly different, depending on the level of IOS you are running and the hardware installed in the router. If you accidentally erase the startup configuration file, you can still recover if the router has not yet been reloaded. Simply copy the running configuration back to the startup configuration, and the router will be returned to normal: Router1#show startup-config startup-config is not present Router1#copy running-config startup-config Building configuration... [OK] Router1#show startup-config version 12.2 service timestamps debug datetime msec service timestamps log datetime localtime service password-encryption ! hostname Router1 But, if the router's configuration is erased and the router is reloaded, it will either need to be reconfigured manually from memory, or preferably, from a backup copy, as in Recipe 1.2. See Also Recipe 1.2
7 times read

Related news

No matching news for this article
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
WAN Optimization
CCNP
Cisco IOS
Voice Over IP
LAN Switching Foundation Technologies
Most Popular
Most Commented
Featured Author