Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 871 Disaster Recovery

Status
Not open for further replies.

smooth27

IS-IT--Management
Joined
Sep 6, 2006
Messages
2
Location
CA
Hi all,

I'm kinda new to this so bear with me. How do I restore a backed up configuration file from TFTP? I'm testing a new Cisco router and got it working, then I saved the startup-config to a TFTP server. What I'm planning to do is reset the router to factory default and download the backup config.

Thanks in advanced.
 
Once you reset your router, you'll need to get a minimum config on it (because you can't access tftp if it's not on the network). Once you have it where you can at least ping your tftp server, you can issue the following command:

copy tftp startup-config

It will ask you for the tftp address, the source and destination file names, etc. Once finished, do a reload or copy startup to running, and your config should be good.
 
from the # prompt do the following

config t
int fast 0
ip address 10.0.0.1 255.0.0.0
no shut
exit
copy tftp run

follow the prompts

of course the 10.0.0.1 assuming thats your class and scheme

job done

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top