06-26-2017
04:41 PM
- last edited on
03-08-2019
11:06 AM
by
NikolaIvanov
I followed Cisco's recommendation on upgrading IOS on 2960X switch
switch1#archive download-sw /overwrite /reload tftp:192.168.0.1/c2960x-universalk9-tar.152-2.E6.tar
I am using SolarWinds TFTP server
It deleted the old IOS and replaced it with the new one, however, the new IOS is corrupted, I am doing a recovery via XModem.
Would you recommend doing it this way or the old way
switch1#copy tftp:192.168.0.1/c2960x-universalk9-tar.152-2.E6.tar flash:
Also would you use the .tar file or the .bin file??
Thank you.
06-26-2017 05:02 PM
however, the new IOS is corrupted
Did you compare the MD5 hash value of the downloaded file against the MD5 hash value found in the Cisco website?
switch1#copy tftp:192.168.0.1/c2960x-universalk9-tar.152-2.E6.tar flash:
This syntax won't work in ROMmon.
You could try copying the BIN file into a USB flash drive and forcing the switch (in ROMmon) to boot IOS from the USB flash drive using the command "boot usbflash0:IOS_filename.bin".
Once the switch boots up, then use "archive download-sw usbflash0:IOS_filename.tar" to unpack the TAR file into the switch and perform error check before terminating the process.
06-27-2017 03:16 PM
I ended up using XModem to transfer the IOS to the flash then set the switch to boot system flash:\filename
Will usbflash0: work if you are in
switch:
mode?
Michael
06-27-2017 03:22 PM
Will usbflash0: work if you are in ROMmon mode?
Yes it does/will. I can attest to that because I've recovered several switches using the same method.
06-28-2017 01:17 PM
My issue with USB drive was the wrong format, I was informed to format it FAT32 instead of NTFS which I originally had. Once I formatted it FAT32, the switch recognized the USB drive. Thank you so much for your help
06-26-2017 05:15 PM
Thank you very much for your help, I didn't compare the MD5 hash value. Thank you for the suggestion, I will try it from now on.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide