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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

company and control access between them. There are three types of routes that are<br />

advertised with IGRP: internal, system and external. You will learn more about these in<br />

a later lab.<br />

Like RIP we must first enable IGRP and then advertise, publish or associate our<br />

networks with IGRP (all three things are the same…I have seen it many different ways<br />

on tests—hint-hint). IGRP shares characteristics of RIP that we saw in Part 2: it does not<br />

pass subnet mask information (geek speak: it truncates at the classful boundary”).<br />

Step-By-Step Instructions:<br />

1. Set up and cable the lab as shown. Then set up the basics and interfaces on<br />

each router.<br />

2. Add in IGRP as the routing protocol and advertise, publish or associate the<br />

networks like this:<br />

john(config)#router igrp 38<br />

john(config-router)#network 184.34.0.0<br />

john(config-router)#network 184.35.0.0<br />

draper(config)#router igrp 38<br />

draper(config-router)#network 184.35.0.0<br />

draper(config-router)#network 184.36.0.0<br />

Notice how I picked (out of thin air) to use #38 as my autonomous system<br />

number. It really does not matter which one I use just as long as I use the<br />

same one on both sides. Notice how I advertised (published/associated) my<br />

networks at the classful boundary…a limitation of IGRP.<br />

3. Test <strong>by</strong> pinging from one workstation to the other. It should work just fine.<br />

Do a show ip route. You should see something like this:<br />

draper#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 not set<br />

I 184.34.0.0/16 [100/8576] via 184.35.67.1, 00:00:06, Serial0/1<br />

C 184.35.0.0/16 is directly connected, Serial0/1<br />

C 184.36.0.0/16 is directly connected, Ethernet0/0<br />

draper#<br />

285

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

Saved successfully!

Ooh no, something went wrong!