1,545 pts.
 Fixing a corrupted file
I have a 2801 router, but the Nvram file is corrupted. When we try to copy the Running config is not working. The command I use is the following:
copy running-config startup-config  
The error says it cannot save it. I don't know what's wrong. What should I do? Do I need to download the new IOS in the router? The version in the router now is 12.03 Thanks!

Software/Hardware used:
ASKED: February 25, 2008  9:42 PM
UPDATED: February 27, 2008  4:56 AM

Answer Wiki:
After talking to my Cisco guru, I have an answer for you. It may not be the answer you were looking for, though. If you are wanting to do a backup of your running config, but are unable to save it, the simple way would be to do the following: 1. Open HyperTerminal (Accessories->Communication->Hyperterminal) 2. Name the connection whatever you like 3. Have it connect using TCP/IP(Winsock) 4. enter your routers information, connect, and login 5. click on Transfer in the menu (File, Edit, View, Call, TRANSFER, Help)->Capture Text 6. Give it the location and file you want to save your running config to 7. Click on Start 8. run the following command <pre>show run</pre> 9. go to Transfer->Capture Text 10. Click on Stop You now have a backup of your running config. As for the corrupted Nvram, I'm sorry. I don't have an answer for you there.
Last Wiki Answer Submitted:  February 26, 2008  2:46 pm  by  Jonsjava   225 pts.
All Answer Wiki Contributors:  Jonsjava   225 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

If you’re wanting to do this, a “write mem” will do this on some IOS versions. Your’s may be one where copy running-connfig startupconfig was depreciated.

 5,320 pts.