cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
423
Views
0
Helpful
1
Replies

Backup of router config and Flash?

ethutchinson
Level 1
Level 1

I have a 3640 and two 2600's, both running ver 12.?. i need to know how to back up the software images that run on these routers. I know you can do a wr t on the routers to get the config but I need to backup the software running in some way that would allow me to recover if the routers software possibly were corrupted. Is there a known procedure for this? Any help would be greatly appreciated.

1 Reply 1

jamey
Level 4
Level 4

1. Download a TFTP server (there are several free ones available-3com has one, Solarwinds, TFTPD32) and install it on a PC.

2. key in sh ver on your routers and record the flash image name. You'll see something like this in the output:

flash:c6sup22-jsv-mz.121-13.E9.bin

3. At the # prompt on the router key in copy flash: tftp:

4. Follow the prompts. For TFTP server IP, use the IP of your PC. For image name, use the image name obtained from Step 2 above (in the case you would enter c6sup22-jsv-mz.121-13.E9.bin

To backup up your running config file, at the # prompt, key in:

copy running-config tftp:

and follow the prompts...

-HTH