Igrp

CYBERINTELLIGENTS 2,566 views 15 slides May 14, 2015
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

http://www.cyberintelligents.in
[email protected]
https://www.facebook.com/cyberintelligents
https://in.linkedin.com/in/cyberintelligents/en
https://cyberintelligents.wordpress.com/
http://cyberintelligent.blogspot.in
+91 9876162698 +919988288019
http://trainingcyberintelligents.blogspot.c...


Slide Content

IGRP Interior gateway routing protocol Distance vector/ 90 seconds update/ 100 hop counts

IGRP:Interior gateway routing protocol IGRP is the cisco proprietary protocol discovered by the cisco to overcome the problems of the RIP. Means the network must have all cisco routers. It is a Distance vector protocol. IGRP is better then the rip because it has maximum hop count 100 as compared to the rip so the problem of only 15 hops is resolved. it also use different matrix then the rip. i.e. Bandwidth load delay reliability MTU

IGRP uses four types of the timers to regulate its performance. 1.Route update timer = 90 sec 2.Route invalid timer = 230 sec 3.Holddown timer = 630 sec 4.Route flush timer = 280 sec IGRP TIMERS

IGRP TIMERS 1. Route update timer :- it is typically 30 seconds in which a router sends a complete copy of the routing table to all neighbors. 2. Route invalid timer :- when there is network failure and a router didn`t get any update about that network for 230 seconds the router will send update to all neighbors about the failure of that network.

IGRP TIMERS 3. Holddown timer :- The routing update table received is only store/ hold till the hold-down timer which is 630 seconds. means there is any routing update table received for any route and after that for 630 seconds there is no any other update received from that side then the table will be discard.

IGRP TIMERS 4. Route flush timer :- it is the time 280 sec after which a route is considered as a invalid route and the routing information about that route is removed from the routing table and the information is updated to the all neighbor routers before the local routing table is updated.

RIP IGRP 1.Distance vector 1.Distance vector 2.Max hop count=15 2.Max hop count=100 3.Classfull +classless 3. classless 4. No Autonomous 4.use autonomous system number 5.FLSM+VLSM 5.FLSM 6. AD=120 6.AD=100

IGRP METRIX `s 1.Bandwidth :- it is the speed of link a route with higher bandwidth is preferred always. 2. Load:- it is the amount of traffic present in the route (minimum load maximum output). So any route with minimum load is always used for data sending. 3. Delay :- it is the time latency between the data is send by the sender and received by the destination. 4. Reliability :- it can find maximum 6 routes for the destination to deliver the data packet. 5. MTU :- Maximum Transmission Units.

IGRP scenario

Example of configuring igrp

Configuring the IGRP routing To configure the IGRP routing the { ROUTER IGRP AS no. } command is used. And we just have to mention the directly connected networks with the router only. Job of the IGRP is to automatically find out the all other networks and advertise the its connecting networks to all the connected neighbors. IGRP is classfull because the subnet mask in all the networks is same.

Configure RIPv1 On router A Router_A#config t Router_A(config)# router igrp 10 Router_A(config )# network 10.0.0.0 Router_A(config )# network 11.0.0.0 Router_A(config )#exit Router_A#wr On router B Router_B#config t Router_B(config )# router igrp 10 Router_B(config )# network 12.0.0.0 Router_B(config )# network 11.0.0.0 Router_B(config )#exit Router_B#wr

Verify IGRP In each routers routing table there must be a route for the directly connected networks as well as routes from the directly connected neighbors. To verify Router_A# show ip route Router_A# show ip protocols

IGRP OVER
Tags