Posted by: avizshena on: November 30, 2008
Router> enable
Router#
Router# config t
Enter configuration commands, one per line. End with END.
Router (config)# hostname LAB_C
LAB_C (config)#
LAB_C (config)# enable secret class
LAB_C (config)# exit
LAB_C# exit
LAB_ C > enable
Password: ccc
Password: class
LAB_ C #
LAB_ C # config t
LAB_ C (config)# int e0
LAB_ C (config-if)# ip address 223.8.151.1 255.255.255.0
LAB_ C (config-if)# no shutdown
LAB_ C (config-if)# exit
LAB_C(config)# int s0
LAB_C (config-if)# ip address 204.204.7.1 255.255.255.0
LAB_C (config-if)# clock rate 56000
LAB_C (config-if)# no shutdown
LAB_C (config-if)# exit
LAB_C(config)# int S1
LAB_C(config-if)# ip address S1 199.6.13.2 255.255.255.0
LAB_C (config-if)# no shutdown
LAB_C (config-if)# exit
LAB_C (config)# router rip
LAB_C (config-router)# network 223.8.151.0
LAB_C (config-router)# network 204.204.7.0
LAB_C (config-router)# network 199.6.13.0
LAB_C (config-router)# exit
LAB_C (config)#line con 0
LAB_C (config-line)#password cisco
LAB_C (config-line)#login
LAB_C (config-line)#exit
LAB_C (config)#line vty 0
LAB_C (config-line)#password cisco
LAB_C (config-line)#login
LAB_C (config-line)#exit
LAB_C (config)# ip host LAB_A 192.5.5.1 205.7.5.1
201.100.11.1
LAB_C (config)# ip host LAB_B 201.100.11.2 219.17.100.1
199.6.13.1
LAB_C(config)# ip host LAB_C 223.8.151.1 204.204.7.1
199.6.13.1
LAB_C (config)# ip host LAB_D 210.93.105.1 204.204.7.2
LAB_C (config)# ip host LAB_E 210.93.105.2
LAB_C (config)# exit
LAB # show running-config