SlideShare ist ein Scribd-Unternehmen logo
1 von 15
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
Igrp

Weitere ähnliche Inhalte

Was ist angesagt?

Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point ProtocolPhan Vuong
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPTAIRTEL
 
Tcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport LayerTcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport Layertmavroidis
 
What Is User Datagram Protocol?
What Is User Datagram Protocol?What Is User Datagram Protocol?
What Is User Datagram Protocol?Simplilearn
 
RPC: Remote procedure call
RPC: Remote procedure callRPC: Remote procedure call
RPC: Remote procedure callSunita Sahu
 
Remote Procedure Call in Distributed System
Remote Procedure Call in Distributed SystemRemote Procedure Call in Distributed System
Remote Procedure Call in Distributed SystemPoojaBele1
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithmBushra M
 
TCP/IP 3-way Handshake
TCP/IP 3-way Handshake TCP/IP 3-way Handshake
TCP/IP 3-way Handshake Alok Tripathi
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network pptextraganesh
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
 

Was ist angesagt? (20)

IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Network switch
Network switchNetwork switch
Network switch
 
Rarp
RarpRarp
Rarp
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
 
TCP and UDP
TCP and UDP TCP and UDP
TCP and UDP
 
OSPF Configuration
OSPF ConfigurationOSPF Configuration
OSPF Configuration
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Tcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport LayerTcp Udp Icmp And The Transport Layer
Tcp Udp Icmp And The Transport Layer
 
WAN Technologies slide show
WAN Technologies slide showWAN Technologies slide show
WAN Technologies slide show
 
Icmp
IcmpIcmp
Icmp
 
What Is User Datagram Protocol?
What Is User Datagram Protocol?What Is User Datagram Protocol?
What Is User Datagram Protocol?
 
RPC: Remote procedure call
RPC: Remote procedure callRPC: Remote procedure call
RPC: Remote procedure call
 
Remote Procedure Call in Distributed System
Remote Procedure Call in Distributed SystemRemote Procedure Call in Distributed System
Remote Procedure Call in Distributed System
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithm
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 
Computer networks - Channelization
Computer networks - ChannelizationComputer networks - Channelization
Computer networks - Channelization
 
TCP/IP 3-way Handshake
TCP/IP 3-way Handshake TCP/IP 3-way Handshake
TCP/IP 3-way Handshake
 
TCP/IP Network ppt
TCP/IP Network pptTCP/IP Network ppt
TCP/IP Network ppt
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 

Andere mochten auch

IGRP and EIGRP
IGRP and EIGRPIGRP and EIGRP
IGRP and EIGRPIT Tech
 
Igrp
IgrpIgrp
Igrp1 2d
 
Network topologies for management
Network topologies for managementNetwork topologies for management
Network topologies for managementSaugata Palit
 
Examen 1 bimestre Valeria Bolaños Camacho
Examen 1 bimestre Valeria Bolaños CamachoExamen 1 bimestre Valeria Bolaños Camacho
Examen 1 bimestre Valeria Bolaños CamachoJesús Huerta
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesAhsan Rahim
 
Packet switching
Packet switchingPacket switching
Packet switchingVikash Dhal
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information ProtocolMiftahul Khair N
 
Réseau local sous windows 2003 server
Réseau local sous windows 2003 serverRéseau local sous windows 2003 server
Réseau local sous windows 2003 serverOussama BenGharbi
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)NetProtocol Xpert
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path FirstKashif Latif
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing ProtocolsDsunte Wilson
 

Andere mochten auch (20)

IGRP and EIGRP
IGRP and EIGRPIGRP and EIGRP
IGRP and EIGRP
 
1 egp
1 egp1 egp
1 egp
 
Rip e igrp
Rip e igrpRip e igrp
Rip e igrp
 
Igrp
IgrpIgrp
Igrp
 
Network topologies for management
Network topologies for managementNetwork topologies for management
Network topologies for management
 
OSPF Authentication
OSPF Authentication OSPF Authentication
OSPF Authentication
 
Examen 1 bimestre Valeria Bolaños Camacho
Examen 1 bimestre Valeria Bolaños CamachoExamen 1 bimestre Valeria Bolaños Camacho
Examen 1 bimestre Valeria Bolaños Camacho
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Packet switching
Packet switchingPacket switching
Packet switching
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
 
BGP
BGPBGP
BGP
 
Réseau local sous windows 2003 server
Réseau local sous windows 2003 serverRéseau local sous windows 2003 server
Réseau local sous windows 2003 server
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 

Ähnlich wie Igrp

Ähnlich wie Igrp (20)

CCNA ppt Day 5
CCNA ppt Day 5CCNA ppt Day 5
CCNA ppt Day 5
 
Quick Guide Ip Routing
Quick Guide   Ip RoutingQuick Guide   Ip Routing
Quick Guide Ip Routing
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Qs.pptx
Qs.pptxQs.pptx
Qs.pptx
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric VanderburgCCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
 
Day 10 rip
Day 10 ripDay 10 rip
Day 10 rip
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
EIGRP Authentication & Load Balancing
EIGRP Authentication & Load BalancingEIGRP Authentication & Load Balancing
EIGRP Authentication & Load Balancing
 
3
33
3
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 

Mehr von CYBERINTELLIGENTS (20)

Wide area networks
Wide area networksWide area networks
Wide area networks
 
Switching
SwitchingSwitching
Switching
 
Switching
SwitchingSwitching
Switching
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Routerfundaments gurwinder
Routerfundaments gurwinderRouterfundaments gurwinder
Routerfundaments gurwinder
 
Ospf new
Ospf newOspf new
Ospf new
 
Nat pat
Nat patNat pat
Nat pat
 
Nat config
Nat configNat config
Nat config
 
Ipv6^ new
Ipv6^ newIpv6^ new
Ipv6^ new
 
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
 
Ip address
Ip address Ip address
Ip address
 
Frame relay
Frame  relayFrame  relay
Frame relay
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
 
Day 22 _ ppp
Day 22  _ ppp Day 22  _ ppp
Day 22 _ ppp
 
Day 20.i pv6 lab
Day 20.i pv6 labDay 20.i pv6 lab
Day 20.i pv6 lab
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
 
Day 20.2 frame relay
Day 20.2 frame relay Day 20.2 frame relay
Day 20.2 frame relay
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
 
Day 19 wan connections
Day 19 wan connectionsDay 19 wan connections
Day 19 wan connections
 

Kürzlich hochgeladen

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Kürzlich hochgeladen (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

Igrp

  • 1. Distance vector/ 90 seconds update/ 100 hop counts
  • 2. 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
  • 3. 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
  • 4. 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.
  • 5. 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.
  • 6. 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.
  • 7. 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
  • 8. 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.
  • 11. 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.
  • 12. 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
  • 13. 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