0% found this document useful (0 votes)
4 views4 pages

PracticeLab03 Unlocked

Uploaded by

Oziel Santana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

PracticeLab03 Unlocked

Uploaded by

Oziel Santana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

ICND1/CCENT Simulation Lab Practice Guide

Practice for the ICND1/CCENT Exam Simulations

Practice Lab 3
Cisco IOS Management

Lab 1 - Upgrade the IOS on R1

R1 - Upgrade the IOS

View the current IOS that is in flash


R1>enable
R1#show flash

Ensure connectivity to the TFTP server


R1#ping 192.168.1.3
R1#

Copy the new IOS to Flash


R1#copy tftp flash
Address or name of remote host []? 192.168.1.3
Source filename []? c2600-advipservicesk9-mz.124-15.T1.bin
Destination filename [c2600-advipservicesk9-mz.124-15.T1.bin]?

Delete the old IOS from Flash


R1#delete flash:c2600-i-mz.122-28.bin
Delete filename [c2600-i-mz.122-28.bin]?
Delete flash:/c2600-i-mz.122-28.bin? [confirm]
R1#

Reboot the router to load the new IOS


R1#reload
Proceed with reload? [confirm]
Ensure the following parameters are correct:
 Correct IOS version is present and running
R1>enable
R1#show version

 Hostname: R1 (Confirmed by Router prompt)

 Interface Fa0/0: 192.168.1.1/24


R1#show ip interface brief
Practice Lab 3
Cisco IOS Management

Lab 2 – Install an IOS on R2

R2 - Power on the Router

Connect to the TFTP server to download an IOS image


rommon 1 > tftpdnld

rommon 2 > IP_ADDRESS=192.168.1.2


rommon 3 > IP_SUBNET_MASK=255.255.255.0
rommon 4 > DEFAULT_GATEWAY=192.168.1.1
rommon 5 > TFTP_SERVER=192.168.1.3
rommon 6 > TFTP_FILE=c2800nm-advipservicesk9-mz.124-15.T1.bin
rommon 7 > tftpdnld

Do you wish to continue? y/n: [n]: y

Reset the router to boot to the new IOS


rommon 8 > reset
--
Router>

Router# Ensure the following parameters are correct:


Correct IOS version is present and running
Router>enable
Router#show version

Hostname: R2
Router#configure terminal
Router(config)#hostname R2
R2(config)#exit

Interface Fa0/0: 192.168.1.2/24


R2#show ip interface brief
Practice Lab 3
Cisco IOS Management

Lab 3 - Recover an encrypted password

R3 – Reset encrypted password

Power cycle the router


R3, Physical, Power button off
Power button on, CLI Tab, During boot - Ctrl-C

Change the configuration register


rommon 1 > confreg 0x2142
rommon 2 > reset

Continue with configuration dialog? [yes/no]: n

Enter the router, go to global configuration mode


Router>enable
Router#configure terminal

Configure the following parameters:


 Hostname: R3
Router(config)#hostname R3
Router(config)#exit
Router#

 IP Address on FastEthernet0/0
R3(config)#interface fastethernet0/0
R3(config-if)#ip address 192.168.1.4 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#end

 Save the running config to NVRAM


R3#copy running-config startup-config

 Reset the boot process for the Router to look for a configuration file in NVRAM
R3#configure terminal
R3(config)#config-register 0x2102
R3(config)#exit
R3#

Restart the router


R3#reload

You might also like