cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1171
Views
15
Helpful
3
Replies

Cisco Router IOS software upgrade

IS34lyf
Level 1
Level 1

What is best practice when it comes to upgrading Cisco IOS? I have a production router that needs to be upgraded from version 3 to 16 but since it is my first time, I am worried that I may end up breaking it. Is it generally safe to do the upgrade?

3 Replies 3

Muhammad Awais Khan
Cisco Employee
Cisco Employee

Hi,

 

It is safe practice to do but definitely you should consider to do it in the maintenance window. Take appropriate downtime ( i would suggest 2 hours atleast, since it is your 1st time. Although it may take less than 10 minutes for the upgrade.  ) or schedule anything.

 

As part of the upgrade, you have to copy the Image to the Router either using FTP or TFTP. I would suggest you to use FTP as it is faster and reliable. Once copied, verify the MD5 hash of the copied file in the Router cli and compare it with the MD5 hash mentioned in the Cisco site where you download the software.

 

Example:

 

In below example, hasg if this image c7301-jk9-mz.124-10.bin = ad9f9c902fa34b90de8365c3a5039a5b

 

verify /md5 disk0:c7301-jk9s-mz.124-10.bin
.....<output  truncated>.....Done!  
verify /md5 (disk0:c7301-jk9s-mz.124-10.bin) = ad9f9c902fa34b90de8365c3a5039a5b
router#         

 verify is it same mentioned in the Cisco Site next to the file.

 

Once above is done, we will be sure that file is properly downloaded and copied to the Router and integrity is not damaged. After that, during the maintenance window, you will use the "boot system flash:................" in the cli to change it from old image to new, save and reload :) 

Leo Laohoo
Hall of Fame
Hall of Fame

@IS34lyf wrote:

I have a production router that needs to be upgraded from version 3 to 16 but since it is my first time


Read the Release Notes very, very carefully.  

If you've never done this before, the Release Notes will also provide detailed instruction (Install Mode) about how to do the upgrade correctly.

Joseph W. Doherty
Hall of Fame
Hall of Fame
Generally it's fairly safe, but sometimes things don't go as they should, including rendering the device such it needing replacement. The latter is, fortunately, rather rare, but part of your planning for the upgrade should include "what if" the device doesn't come back.

As Leo notes, reading the release notes carefully is important. Some devices, when making "large" IOS jumps require intermediate upgrades. Also, some upgrades may change syntax of some commands, which isn't much of a problem unless you decide you need to fall back to the earlier IOS version.