PracticeLab03 Unlocked
PracticeLab03 Unlocked
Practice Lab 3
Cisco IOS Management
Hostname: R2
Router#configure terminal
Router(config)#hostname R2
R2(config)#exit
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
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#