IGRP (Interior Gateway Routing Protocol)

, |

The Interior Gateway Routing Protocol (IGRP) is a Cisco proprietary protocol. Like RIP, IGRP is a distance-vector interior routing protocol. However, unlike RIP, IGRP can be used in larger autonomous systems due to its large maximum hop-count limit of 255, compared to RIP's maximum hop count of 16.

IGRP uses bandwidth and delay of the line by default as 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.

To control performance IGRP uses different kind of timers:

Update Timers specifies how frequently IGRP routing messages will be sent. The default is 90 seconds.

Invalid Timer specifies how long a router should wait in the absence of a routing-update message of a specific route before declaring it invalid. The default is three times the Update timer, 270 seconds.

Holddown Timer specifies the holddown period. The default is three times the update timer plus 10 seconds, 280 seconds.

Flush Timer indicates how much time should pass before an IGRP route is flushed from the routing table. The default is seven times the routing update period, 630 seconds.

IGRP Configurations

Configuring IGRP is similar to configuring RIP in that after the router command you must specify only directly connected (system routes) networks. The only difference is in the command to enable the routing protocol. You must specify an AS number when enabling IGRP. The AS number parameter specifies the autonomous system number that is supported by this IGRP process and allows multiple IGRP processes to run on a single router. The AS number can be between 1 and 65,655.

For example:
RTR(config)# router igrp 10
RTR(config-router)# network 200.40.0.0
RTR(config-router)# network 200.30.0.0

Monitoring and Verifying IGRP

Command                                      Description

Show ip protocols                    Shows routing protocol parameters and current timer values
Debug ip igrp transactions     Issues log messages with details of the IGRP updates.
Debug ip igrp events               Issues log messages for each igrp updates
Ping                                           Sends and receive ICMP echo messages to verify connectivity
trace                                          Sends a series of ICMP echoes with increasing TTL value
Show ip route                          Shows routing protocol parameters and current timer values

0 comments:

Post a Comment

hi friends, pls post ur software problems i will surely help you

 
2009 portfolio site. All right reserved. Template by DryIcons.com follow me on twitter