cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
40256
Views
1
Helpful
2
Comments
SilmarSilveira
Level 1
Level 1

How to upgrade Cisco IOS from Serial Port

In this topic, i will show how to upgrade Cisco IOS from the Serial Port using a console cable and Hyper Terminal without network connectivity (that would be needed for TFTP, in example). We will be using a 2960X for the testing and we will also learn how to get into rommon mode when you are not physically close to the switch.

 

 Pre-Req

  • Hyper Terminal (or similar);
  • Cisco Switch;
  • Console Cable;
  • IOS Boot Image;
  • Running Config Backup (if needed).

 

 Step-By-Step

  1. Connect PC to the Switch using the console cable;
  2. Connect the switch to the power and boot it up;
  3. Create a new connection in HyperTerminal and set the transfer rate to 9600;
  4. Issue the following commands in order to get the 2960X in rommon mode:
    • enable
    • conf t
    • boot manual
    • boot enable-break
    • end
    • write
    • reload
    • (press enter to confirm)
  5. When the switch reloads, it will be in rommon mode;
  6. Issue the following command in order to upload the .bin faster:
    • set BAUD 57600
  7. Reconnect HyperTerminal to match the transfer speed rate from the switch. This time, select 57600 as your transfer rate;
  8. Issue the following command for the switch to wait for the file:
    • copy xmodem: flash:c2960x-universalk9-mz.152-2.E5.bin
    • In this case, "c2960x-universalk9-mz.152-2.E5.bin" is the full name of the binary file that i have to upload.
    • You will see a line "Begin the Xmodem or Xmodem-1K transfer now...";
  9. In your HyperTerminal window, click Transfer and then, send file (The transfer may take hours, depending on the file size);
  10. Select the file using the Browse Button and change the protocol to Xmodem;
  11. Click Send;
  12. A progress bar will show up and you should wait until the file is transfered;
  13. Issue the following command in order to ensure that you have the file in place:
    • dir flash:
    • You should be able to see the file (in my case, "c2960x-universalk9-mz.152-2.E5.bin")
  14. When it is done, issue the following command to turn the transfer rate back to 9600:
    • set BAUD 9600;
  15. Reconnect your HyperTerminal using transfer rate 9600
  16. Issue the following command to bring select your new boot image and bring your switch back to life:
    • boot flash:/c2960x-universalk9-mz.152-2.E5.bin (put the new file name there).
    • Wait for the switch to boot;
    • enable
    • conf t
    • boot system flash:/c2960x-universalk9-mz.152-2.E5.bin (put the new file name there).
    • no boot manual
    • no boot enable-break
    • write

 

Possible Issues

- If your switch did not save the previous BAUD rate when you did in rommon, log back on it using your serial cable and try to make it work using 57600 or 9600. Once you log in, do:

 

enable

conf t

lin con 0

speed 9600

end

copy run start

write

 

Conclusion

If you followed correctly the steps above, your switch will now have the new version installed. You can know see it by running the command "show version".

 

Comments
Leo Laohoo
Hall of Fame
Hall of Fame
You forgot USB.
bigkeoni64
Level 1
Level 1

Will straight ole putty work as well?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: