28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

(I used EIGRP). In order to make this work we need to set up some static<br />

routes between the two.<br />

smarts(config)#ip route 192.168.200.0 255.255.255.0 192.168.1.2<br />

This route basically is saying. “in order to get to the 192.168.200.0/24<br />

network use the 192.168.1.2 interface.”<br />

kissane(config)# ip route 192.168.100.0 255.255.255.0 192.168.1.1<br />

This route basically is saying, “in order to get to the 192.168.100.0/24 network<br />

use the 192.168.1.1 interface.” You should be able to ping and see all networks.<br />

Now you should see:<br />

kissane#ping 192.168.1.1<br />

Type escape sequence to abort.<br />

Sending 5, 100-<strong>by</strong>te ICMP Echos to 192.168.1.1, timeout is 2 seconds:<br />

.!!!!<br />

Success rate is 80 percent (4/5), round-trip min/avg/max = 32/32/33 ms<br />

00:21:07: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up<br />

00:21:07: %ISDN-6-CONNECT: Interface BRI0/0:1 is now connected to<br />

5551000<br />

00:21:08: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:1,<br />

changed state to up<br />

kissane#ping 192.168.1.1<br />

Type escape sequence to abort.<br />

Sending 5, 100-<strong>by</strong>te ICMP Echos to 192.168.1.1, timeout is 2 seconds:<br />

!!!!!<br />

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms<br />

kissane#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 />

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2<br />

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

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default<br />

U - per-user static route, o - ODR<br />

Gateway of last resort is 192.168.1.1 to network 0.0.0.0<br />

C 192.168.200.0/24 is directly connected, Loopback0<br />

C 192.168.1.0/24 is directly connected, BRI0/0<br />

S 192.168.100.0/24 [1/0] via 192.168.1.1<br />

S* 0.0.0.0/0 [1/0] via 192.168.1.1<br />

414

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

Saved successfully!

Ooh no, something went wrong!