background image
Distance Vector Routing Protocols 373
Router C sends its update immediately after 162.11.10.0 fails. Routers A and B also react
immediately, sending updates to their neighbors. Because all the routers will ignore any new
information about this subnet for holddown time, fast propagation of the fact that the route
failed is not harmful. This mechanism quickly prevents packets from being unnecessarily
routed.
Table 6-11 contains a summary of the terms and concepts used by distance vector routing
protocols to help avoid loops and speed convergence.
RIP and IGRP
To pass the CCNA exam, you will need to know the particulars of how RIP and IGRP
implement distance vector logic. RIP and IGRP both use distance vector logic, so they are very
similar in many respects. A couple of major differences exist, however, and will be explained
in the upcoming text. Table 6-11 outlines the features of RIP and IGRP.
The metric with IGRP is more robust than RIP's metric. The metric is calculated using the
bandwidth and delay settings on the interface on which the update was received. By using
bandwidth and delay, the metric is more meaningful; longer hop routes over faster links can be
considered better routes.
The metric used by IP RIP is hop count. When an update is received, the metric for each subnet
in the update signifies the number of routers between the router receiving the update and each
subnet. Before sending an update, a router increments its metric for routes to each subnet by 1.
In other words, a routing update includes metric values that tell the receiving router what its
metrics should be.
Finally, the issue of whether the mask is sent is particularly important if VLSMs in the same
network are desired. This topic is discussed in the upcoming section "Configuration of RIP and
IGRP."
Table 6-11
RIP and IGRP Feature Comparison
Feature
RIP (Defaults)
IGRP (Defaults)
Update timer
30 seconds
90 seconds
Metric
Hop count
Function of bandwidth and
delay (default); can include
reliability, load, and MTU
Holddown timer
180
280
Flash (triggered) updates
Yes
Yes
Mask sent in update
No for RIP v1; yes for RIP v2
No
Infinity metric value
16
4,294,967,295
ch06.fm Page 373 Monday, March 20, 2000 5:11 PM