Bootloader backup of a cisco 6506
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2011 10:15 PM - edited 03-04-2019 01:19 PM
Hello All,
I am little confused of how to take bootloader backup of cisco 6506 switch with WS-C6506-1300A CHASSIS and WS-X6K-SUP2-GE sup
I am pesting a the part of sh run to show you the image files for the switch.
!
boot buffersize 522200
boot system sup-bootflash:c6sup22-jsv-mz.121-8b.EX5
boot bootldr bootflash:c6msfc2-boot-mz.121-8b.EX5
enable password !
redundancy
main-cpu
auto-sync standard
diagnostic level complete
So guys, Please hepl me to take backup two files in a tftp server.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2011 11:18 PM
Hi Sintu,
Can you be a little clear on the exact problem description?
You want to take a back up of the running config or the bootloader software?
In any case you need to check whether you have a tftp server configured in your network, if not you can download tftpd32 from http://tftpd32.jounin.net/
This will install the tftp server on your PC.
Log into the switch from your PC type in the following comands
6509#copy run tftp:
Address or name of remote host [10.10.10.2]? 10.10.10.2 // Assuming 10.10.10.2 is your PC (tftp server's) IP Source filename [running-config]? running-config Destination filename [running-config]? running-config
You will get a confirmation that the file has been successfully uploaded.
The process is similiar if you want to backup the bootloader software to your tftp server.
The syntax is
6509#copy
In your case it will be
6509#copy bootflash: tftp:
Address or name of remote host [10.10.10.2]? 10.10.10.2 // Assuming 10.10.10.2 is your PC (tftp server's) IPSource filename [c6msfc2-boot-mz.121-8b.EX5]? c6msfc2-boot-mz.121-8b.EX5
Destination filename [c6msfc2-boot-mz.121-8b.EX5]? c6msfc2-boot-mz.121-8b.EX5
Let me know if this answers your question.
Cheers,
AB
