170 pts.
 How to delete router configuration
I have a Cisco 2800 router and I tried to delete all the old configuration but its not deleted. Any idea about this problem?

Software/Hardware used:
hardware
ASKED: August 25, 2009  9:39 AM
UPDATED: April 19, 2013  2:38 PM

Answer Wiki:
The quick way is to do a write erase command when in enable mode. This is an old command, but it is still supported, and works on all the switches and routers. On switches, also delete the vlan.dat file in flash otherwise it still 'remembers' the vlans configured. When you have done the command, reload the router, and it is back to factory default. If it doesn't work, then check the config register is set to 0x2102, if not then do the following
conf t
config-reg 0x2102
end
DO NOT SAVE AFTER DOING THIS COMMAND ! Then power off, and back on again (after 30 seconds).
Last Wiki Answer Submitted:  April 19, 2013  2:39 pm  by  Michael Tidmarsh   11,390 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,390 pts. , BlankReg   12,245 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

router(config)#write erase
router(config)#reload

This for deleting the old configuration and the new router it will be.

 10 pts.