Lab 60: Performing an IOS Upgrade

Lab Objective:

The objective of this lab exercise is for you to learn how to upgrade your Cisco router using TFTP.

Lab Purpose:

Making sure that you know how to upgrade the IOS code in your Cisco device is one of the most important things a network engineer must know. As a Cisco engineer, as well as in the Cisco CCNA exam, you will be expected to know how to upgrade your Cisco IOS router. You will need another IOS available to replace the current one on your router. If you prefer to use Packet Tracer, then you will need to follow a slightly different process as show in the video.

Certification Level:

This lab is suitable for CCENT and CCNA certification exam preparation.

Lab Difficulty:

This lab has a difficulty rating of 6/10.

Readiness Assessment:

When you are ready for your certification exam, you should complete this lab in no more than 10 minutes.

Lab Topology:

Please use the following topology to complete this lab exercise:

Lab 60: Performing an IOS Upgrade 1

Task 1:

Configure the hostnames on router R1 as illustrated in the topology.

Task 2:

Configure the IP addresses on the Gig0/0 interface of R1 as illustrated in the topology.

Task 3:

Copy the IOS File (.bin image) from Server 1 to R1’s flash memory using the TFTP protocol. You can use free TFTP software on the server or use Packet Tracer for this lab, which has it built in.

Note: In this lab the IOS code to be uploaded to R1 is c2691-advipservicesk9-mz.124-25d.bin.

Task 4:

Make sure that you set the new image you just uploaded to R1 as the boot image and reboot R1.

Configuration and Verification

Task 1:

For reference information on configuring hostnames, please refer to earlier labs.

Task 2:

R1#conf t 
Enter configuration commands, one per line.  End with CTRL/Z. 
R1(config)#int gig0/0 
R1(config-if)#no shutdown 
R1(config-if)#ip add 192.168.1.1 255.255.255.0 
R1(config-if)#end 
R1#

Task 3:

R1#copy tftp://192.168.1.2/c2691-advipservicesk9-mz.124-25d.bin flash:/c2691-advipservicesk9-mz.124-25d.bin

Task 4:

R1#conf t 
Enter configuration commands, one per line.  End with CTRL/Z. 
R1(config)#boot system flash://c2691-advipservicesk9-mz.124-25d.bin 
R1(config)#end 
R1#reload

When the reboot process ends, the router will be running the new code.

Note: In the video solution, I used Packet Tracer, which will only permit the prompts after you type copy tftp: flash:, which is another way of updating the IOS. If there is insufficient room for more than one IOS, you will be prompted to erase the current IOS.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x