|
Interior Gateway Routing Protocol (IGRP)
Interior Gateway Routing Protocol (IGRP) is a Cisco-proprietary distance-vector routing protocol.
This means that to use IGRP in your network, all your routers must be Cisco routers.
Cisco created this routing protocol to overcome the problems associated with RIP.
IGRP has a maximum hop count of 255 with the default being 100 (same as EIGRP). This
is helpful in larger networks and solves the problem of 15 hops being the maximum possible
in a RIP network.
IGRP also uses a different metric than RIP. IGRP uses bandwidth and delay of the line by
default as a metric for determining the best route to an internetwork. This is called a composite
metric. Reliability, load, and maximum transmission unit (MTU) can also be used, although
they are not used by default.
The main difference between RIP and IGRP configuration is that when you
configure IGRP, you supply the autonomous system number. All routers
must use the same number in order to share routing table information.
|