Router Ios Upgrade Cisco

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Step1: Download TFTP server application (Solar winds) from Google.

Step 2: Install the TFTP server to your local system.

Step 3: Need to check the connectivity from router to TFTP (Ping TFTP
IP) if successful go to step 4:

Step 4: Download new IOS File from cisco, upload it to TFTP Root
Directory. Need to check MD5 verification for the new IOS image & Old
IOS image should be same.

Step 5: Need to check the flash free memory space. If enough free have
it go ahead next step

Step 6: Before upgrading the new IOS image you have to take out the
backup current IOS image using TFTP

Step 7: After done above step 6, you have to delete the Existing IOS
from router. Do not reboot the router

Step 8: upgrade the new IOS using TFTP server once done have to check
the flash whether it’s done or not

Step 9: once done above step 8. Need to check the MD5 verification.
You have to set boot image using command

Step 10: After that you have to check the flash directory.

Step 11: Write Mem

Step 12: Reboot

BACKUP REQUIRED:
======================

copy flash:(Old IOS Image) tftp:


=======================================
Step : 2
=======================================
Delete IOS :
-----------------------

Delete flash:(Old IOS Image)

=======================================
Step 3 :
=======================================
Upgrade IOS :
-----------------
copy tftp: flash:
tftp IP :XXX.XXX.XXX.XXX

Sourcename :(New IOS image file name)--Stored in TFTP Root directory.


Designation name :
enter

=======================================
Step 4 :
=======================================
To Verify the MD5 :
--------------------------
verify /md5 flash: (New IOS image file name)

compare the MD5 version using winMd5Sum if both are same then ok
=======================================
Step 5 :Set Boot path
=======================================
configure terminal
boot system flash: (New IOS image file name)

end

wr mem

show boot
show version
show flash

reload

You might also like