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.

- IGRP configuration on RT2:<br />

RT2(config)#router igrp 1<br />

RT2(config-router)#network 192.168.2.0<br />

RT2(config-router)#network 192.168.3.0<br />

RT2(config-router)#network 192.168.4.0<br />

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

RT2#<br />

- IGRP configuration on RT3:<br />

RT3(config)#router igrp 1<br />

RT3(config-router)#network 192.168.4.0<br />

RT3(config-router)#network 192.168.5.0<br />

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

RT3#<br />

- Verify the IGRP configuration on RT1, RT2 and RT3.<br />

RT1#show ip route<br />

Gateway of last resort is not set<br />

C 192.168.1.0 is directly connected, FastEthernet1/0<br />

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

I 192.168.3.0 [100/8486] via 192.168.2.2, 00:00:09, Serial0/0<br />

I 192.168.4.0 [100/10476] via 192.168.2.2, 00:00:09, Serial0/0<br />

I 192.168.5.0 [100/10486] via 192.168.2.2, 00:00:09, Serial0/0<br />

RT1#<br />

- Q: If RIP and IGRP are running at the same time, routes from which protocol will be selected?<br />

A: IGRP has a lower administrative distance value than RIP; hence IGRP routes will be selected.<br />

Anyway, take note that if RIP is still running in the background, it can consume unnecessary<br />

router CPU resources and network bandwidth.<br />

- The information after the next hop IP address for a route indicates the invalid timer for a route<br />

in hh:mm:ss format. The timer is reset to all 0s every time an update for a particular route is<br />

received. When the invalid timer for a route is expired, the route will be marked as possibly<br />

down and the router will start the holddown cycle for the particular route.<br />

- A router will still use routes in holddown state when forward packets destined to the network.<br />

This is a standard behavior of many IP routing protocols, which is based on the assumption that<br />

temporary packet loss due to using routes to networks that might not be viable is better<br />

than immediately accepting a less desirable route to the destination network.<br />

- DV routing protocols do not support discontiguous networks. When a router running RIP or<br />

IGRP receives a route, it checks if the routing update information contains the same major<br />

network number that is configured on the receiving interface. If it does, it applies the subnet<br />

mask that is configured on the receiving interface to the newly received route; else if it doesn’t<br />

(the routing update information contains a different major network number than the receiving<br />

interface), it applies the default classful subnet mask accordingly.<br />

Ex: A router receives a route to 172.16.2.0 from an interface 172.16.1.1/24, it applies the /24<br />

mask to the route and becomes 172.16.2.0/24. Else, it applies the default /16 mask to the route<br />

and becomes 172.16.0.0/16.<br />

88<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!