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.

to add the extra metrics statements like with did with those. EIGRP and IGRP can be<br />

redistributed without those extra metric statements. How easy is that? Unlike IGRP,<br />

EIGRP supports Variable Length Subnet Masking (VLSM) so we do not have to be so<br />

concerned about the classful boundaries like we had to with IGRP (and RIP too). Instead<br />

of sending updates every x seconds like RIP and IGRP EIGRP sends out periodic<br />

“hello…I am still here” packets and will only send the entire routing table when a change<br />

is made. This helps to reduce the overhead traffic—another perk with EIGRP.<br />

Step-By-Step Instructions:<br />

1. Cable the lab as shown and configure the interfaces.<br />

2. Enable EIGRP as a routing protocol and advertise/publish/associate your<br />

networks. Like IGRP EIGRP requires an autonomous system number too:<br />

war(config)#router eigrp 88<br />

war(config-router)#network 138.74.16.0<br />

war(config-router)#network 14.32.0.0<br />

games(config)#router eigrp 88<br />

games(config-router)#netwrork 14.32.0.0<br />

games(config-router)#network220.34.98.0<br />

3. Try to ping from A to B. It should work just fine.<br />

4. Start Ethereal on workstation A. After about 30 packets disconnect the serial<br />

line, wait a few seconds, and then plug it back in. Remember EIGRP will<br />

only send the tables when a change occurs, otherwise it just sends “hello”<br />

packets. We should now see both:<br />

307

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

Saved successfully!

Ooh no, something went wrong!