19.07.2013 Views

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

- Initial configuration on RT2:<br />

Router>en<br />

Router#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

Router(config)#hostname RT2<br />

RT2(config)#int s0/0<br />

RT2(config-if)#ip add 192.168.2.2 255.255.255.0<br />

RT2(config-if)#clock rate 56000<br />

RT2(config-if)#no shut<br />

RT2(config-if)#int fa1/0<br />

RT2(config-if)#ip add 192.168.3.1 255.255.255.0<br />

RT2(config-if)#no shut<br />

RT2(config-if)#int s0/1<br />

RT2(config-if)#ip add 192.168.4.1 255.255.255.0<br />

RT2(config-if)#clock rate 56000<br />

RT2(config-if)#no shut<br />

RT2(config-if)#^Z<br />

RT2#<br />

RT2#sh ip route<br />

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP<br />

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area<br />

E1 - OSPF external type 1, E2 - OSPF external type 2, E – EGP<br />

Gateway of last resort is not set<br />

C 192.168.2.0/24 is directly connected, Serial0/0<br />

C 192.168.3.0/24 is directly connected, FastEthernet1/0<br />

RT2#<br />

- Initial configuration on RT3:<br />

Router>en<br />

Router#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

Router(config)#hostname RT3<br />

RT3(config)#int s0/0<br />

RT3(config-if)#ip add 192.168.4.2 255.255.255.0<br />

RT3(config-if)#no shut<br />

RT3(config-if)#int fa1/0<br />

RT3(config-if)#ip add 192.168.5.1 255.255.255.0<br />

RT3(config-if)#no shut<br />

RT3(config-if)#^Z<br />

RT3#<br />

RT3#sh ip route<br />

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP<br />

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area<br />

E1 - OSPF external type 1, E2 - OSPF external type 2, E – EGP<br />

Gateway of last resort is not set<br />

C 192.168.4.0/24 is directly connected, Serial0/0<br />

C 192.168.5.0/24 is directly connected, FastEthernet1/0<br />

RT3#<br />

- Test the network connectivity on all devices with the ping command.<br />

82<br />

Copyright © 2008 Yap Chin Hoong<br />

yapchinhoong@hotmail.com

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!