Chapter 9. Interior Routing Protocols

This chapter discusses interior routing protocols including Routing Information Protocol (RIP ), the Interior Gateway Routing Protocol (IGRP) and the newer Enhanced IGRP (EIGRP), Open Shortest Path First (OSPF), and Intermediate System-to-Intermediate System (IS-IS).

RIP

The Routing Information Protocol (RIP) is the oldest routing protocol that is still widely used. It has a large support base and a simple configuration. However, it also has a major drawback: poor route determination. RIP is a distance-vector protocol that looks only at the number of route hops (i.e., the number of routers crossed in traveling from one network to another) in computing the best route. For example, let’s say that there are two routes to a destination. The first route crosses two separate 56K links, for a metric of 2; the second route crosses three T1 links, for a metric of 3. RIP always selects the first (two-hop) route, even though it is obvious that the second route is better under almost all circumstances. It’s possible to use offset lists to force RIP to choose the better route, but that’s merely adapting to the problem, not fixing it.

Another problem with RIP is that it can’t scale to large networks. There are two scaling issues. First, routers using RIP periodically broadcast the entire routing table to the network. These broadcasts can eat precious bandwidth on lines that often can’t afford it. Second, RIP considers any route past 15 hops unreachable. ...

Get Cisco IOS in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.