SlideShare a Scribd company logo
Distance Vector Routing
Protocols

Routing Protocols and Concepts – Chapter 4

ITE I Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

1
Objectives


Identify the characteristics of distance vector routing
protocols.



Describe the network discovery process of distance
vector routing protocols using Routing Information
Protocol (RIP).



Describe the processes to maintain accurate routing
tables used by distance vector routing protocols.



Identify the conditions leading to a routing loop and
explain the implications for router performance.



Recognize that distance vector routing protocols are
in use today

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

2
Distance Vector Routing Protocols
 Examples of Distance Vector routing protocols:
Routing Information Protocol (RIP)
Interior Gateway Routing Protocol (IGRP)
Enhanced Interior Gateway Routing Protocol
(EIGRP)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

3
Distance Vector Routing Protocols
 Distance Vector Technology
 The Meaning of Distance Vector:
A router using distance vector routing
protocols knows 2 things:
Distance to final destination
Vector or direction traffic should be directed

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

4
Distance Vector Routing Protocols
 Characteristics of Distance Vector routing protocols:


Periodic updates

 Neighbors
 Broadcast updates
 Entire routing table is included with routing update

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

5
Distance Vector Routing Protocols
 Routing Protocol Algorithm:
-Defined as a procedure for accomplishing a certain task
 Purpose of a routing algorithm

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

6
Distance Vector Routing Protocols
 Routing Protocol Characteristics
 Criteria used to compare routing protocols includes
-Time to convergence
-Scalability
-Resource usage
-Implementation & maintenance

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

7
Distance Vector Routing Protocols

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

8
Network Discovery
 Router initial start up
-Initial network discovery
Directly connected networks are initially placed in
routing table

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

9
Network Discovery
 Initial Exchange of Routing Information
 If a routing protocol is configured then
-Routers will exchange routing information
 Routing updates received from other routers
-Router checks update for new information
If there is new information:
-Metric is updated
-New information is stored in
routing table

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

10
Network Discovery
 Exchange of Routing Information
 Router convergence is reached when
-All routing tables in the network contain the same
network information
 Routers continue to exchange routing information
-If no new information is found then Convergence is
reached

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

11
Network Discovery
 Convergence must be reached before a network is
considered completely operable
 Speed of achieving convergence consists of 2
interdependent categories
-Speed of broadcasting routing information
-Speed of calculating routes

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

12
Routing Table Maintenance
 Periodic Updates : RIPv1 & RIPv2
These are time intervals in which a router sends
out its entire routing table.

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

13
Routing Table Maintenance
 RIP uses 4 timers
-Update

timer

-Invalid timer
-Holddown timer
-Flush timer

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

14
Routing Table Maintenance
 Bounded Updates: EIGRP
 EIRPG routing updates are
-Partial updates
-Triggered by topology changes
-Bounded
-Non periodic

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

15
Routing Table Maintenance
 Triggered Updates
 Conditions in which triggered updates are sent
-Interface changes state
-Route becomes unreachable
-Route is placed in routing table

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

16
Routing Table Maintenance
 Random Jitter
 Synchronized updates
A condition where multiple routers on multi access LAN
segments transmit routing updates at the same time.
Problems with synchronized updates
-Bandwidth consumption
-Packet collisions
Solution to problems with
synchronized updates

- Used of random variable
called RIP_JITTER

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

17
Routing Loops
 Definintions &
Implications
 Routing loops are
A condition in
which a packet is
continuously
transmitted
within
a series of routers
without ever
reaching its
destination.
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

18
Routing Loops
 Routing loops may be caused by:
-Incorrectly configured static routes
-Incorrectly configured route redistribution
-Slow convergence
-Incorrectly configured discard routes
 Routing loops can create the following issues
-Excess use of bandwidth
-CPU resources may be strained
-Network convergence is degraded
-Routing updates may be lost or not processed in a timely
manner

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

19
Routing Loops
 Count to Infinity
This is a routing loop whereby packets bounce
infinitely around a network.

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

20
Routing Loops
 Setting a maximum
 Distance Vector routing protocols set a specified metric
value to indicate infinity
Once a router “counts to infinity” it marks the route
as unreachable

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

21
Routing Loops
 Preventing loops with holddown timers
 Holddown timers allow a router to not accept any
changes to a route for a specified period of time
 Point of using holddown timers
-Allows routing updates to propagate through
network with the most current information.

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

22
Routing Loops
 The Split Horizon Rule is used to prevent routing loops
 Split Horizon rule:
A router should not advertise a network through the
interface from which the update came.

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

23
Routing Loops
 Split horizon with poison
reverse
The rule states that
once a router learns of
an unreachable route
through an interface,
advertise it as
unreachable back
through the same
interface

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

24
Routing Loops
 IP & TTL
 Purpose of the TTL field
-The TTL field is found in an IP header and is used
to prevent packets from endlessly traveling on a
network
 How the TTL field works
-TTL field contains a numeric value
-The numeric value is decreased by one by every
router on the route to the destination.
-If numeric value reaches 0 then Packet is
discarded
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

25
Routing Protocols Today
 Factors used to determine whether to use RIP or
EIGRP include
-Network size
-Compatibility between models of routers
-Administrative knowledge

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

26
Routing Protocols Today
 RIP
Features of RIP:
-Supports split horizon & split horizon with
poison reverse
-Capable of load balancing
-Easy to configure
-Works in a multi vendor router environment

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

27
Routing Protocols Today
 EIGRP
Features of EIGRP:
-Triggered updates
-EIGRP hello protocol used to establish
neighbor adjacencies
-Supports VLSM & route summarization
-Use of topology table to maintain all routes
-Classless distance vector routing protocol
-Cisco proprietary protocol

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

28
Summary
 Characteristics of Distance Vector routing protocols
–Periodic updates
–RIP routing updates include the entire routing table
–Neighbors are defined as routers that share a link and are
configured to use the same protocol

 The network discovery process for D.V. routing protocol
–Directly connected routes are placed in routing table 1 st
–If a routing protocol is configured then
•Routers will exchange routing information
–Convergence is reached when all network routers have the
same network information

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

29
Summary
 D.V. routing protocols maintains routing tables by
–RIP sending out periodic updates
–RIP using 4 different timers to ensure information is accurate
and convergence is achieved in a timely manner
–EIGRP sending out triggered updates

 D.V. routing protocols may be prone to routing loops
– routing loops are a condition in which packets continuously
traverse a network
–Mechanisms used to minimize routing loops include defining
maximum hop count, holddown timers, split horizon, route
poisoning and triggered updates

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

30
Summary
 Conditions that can lead to routing loops include
–Incorrectly configured static routes
–Incorrectly configured route redistribution
–Slow convergence
–Incorrectly configured discard routes

 How routing loops can impact network performance
includes:
–Excess use of bandwidth
–CPU resources may be strained
–Network convergence is degraded
–Routing updates may be lost or not processed
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

31
Summary
 Routing Information Protocol (RIP)
A distance vector protocol that has 2 versions
RIPv1 – a classful routing protocol
RIPv2 - a classless routing protocol

 Enhanced Interior Gateway Routing Protocol (EIGRP)
–A distance vector routing protocols that has some features of
link state routing protocols
–A Cisco proprietary routing protocol

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

32
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

33

More Related Content

PPT
Exploration Routing Chapter 7
DOCX
Network technology Paper 2
PPT
Exploration routing chapter 10 & 11
PPT
Exploration routing chapter_4
PPT
Ethernet
PPT
Exploration routing chapter_5
PPT
CCNA Exploration 2 - Chapter 5
PPT
Exploration routing chapter_11
Exploration Routing Chapter 7
Network technology Paper 2
Exploration routing chapter 10 & 11
Exploration routing chapter_4
Ethernet
Exploration routing chapter_5
CCNA Exploration 2 - Chapter 5
Exploration routing chapter_11

What's hot (20)

PPT
Exploration routing chapter_10
PPT
PPT
Exploration routing chapter_9
PPT
Exploration routing chapter_6
PPT
Exploration routing chapter_8
PPT
Exploration routing chapter_3
PPT
CCNA Exploration 2 - Chapter 4
PPT
CCNA Exploration 2 - Chapter 8
PPT
CCNA Exploration 2 - Chapter 11
PPTX
Chapter 17 : static routing
PPT
Exploration routing chapter_2
PPT
CCNA Exploration 2 - Chapter 6
PDF
Cisco Static routing
PPT
CCNA Exploration 2 - Chapter 9
PPTX
Chapter 15 : routing concepts
PDF
PPT
CCNA Exploration 2 - Chapter 10
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 6
PDF
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
PDF
CCNAv5 - S2: Chapter 6 Static Routing
Exploration routing chapter_10
Exploration routing chapter_9
Exploration routing chapter_6
Exploration routing chapter_8
Exploration routing chapter_3
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 8
CCNA Exploration 2 - Chapter 11
Chapter 17 : static routing
Exploration routing chapter_2
CCNA Exploration 2 - Chapter 6
Cisco Static routing
CCNA Exploration 2 - Chapter 9
Chapter 15 : routing concepts
CCNA Exploration 2 - Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 6
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
CCNAv5 - S2: Chapter 6 Static Routing
Ad

Viewers also liked (6)

PPTX
Routing Protocols and Concepts - Chapter 1
PDF
AODV protocol
PDF
AODV protocol
PPTX
AODV Protocol
PPTX
Aruba WLANs 101 and design fundamentals
PPTX
Ppt of routing protocols
Routing Protocols and Concepts - Chapter 1
AODV protocol
AODV protocol
AODV Protocol
Aruba WLANs 101 and design fundamentals
Ppt of routing protocols
Ad

Similar to Exploration routing chapter 4 (20)

PPT
Distance Vector Routing Protocols.ppt
PPT
Exploration Routing Chapter 4
PDF
Week6 2017(1)
PPTX
CCNP v6 Route: Implementing IP Routing Chapter 2
PPTX
CCNP Route EIGRP Overview
PPT
CCNA Discovery 3 - Chapter 5
PPTX
CCNP ROUTE V7 CH1
PPTX
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
PPT
Dynamic Routing All Algorithms, Working And Basics
PPT
CCNA Exploration 2 - Chapter 3
PPT
4 introduction to dynamic routing & dv vs ls
PPTX
Group 1
PPT
CCNA Routing Protocols
PPTX
CCNA ppt Day 5
PPT
Routing in Internet Protocol networks.ppt
PPT
CCNA Advanced Routing Protocols
PPTX
Routing Protocol in detail
PPTX
ROUTING PROTOCOLS new.pptx
PPTX
Distance Vector Routing Protocols.ppt
Exploration Routing Chapter 4
Week6 2017(1)
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP Route EIGRP Overview
CCNA Discovery 3 - Chapter 5
CCNP ROUTE V7 CH1
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
Dynamic Routing All Algorithms, Working And Basics
CCNA Exploration 2 - Chapter 3
4 introduction to dynamic routing & dv vs ls
Group 1
CCNA Routing Protocols
CCNA ppt Day 5
Routing in Internet Protocol networks.ppt
CCNA Advanced Routing Protocols
Routing Protocol in detail
ROUTING PROTOCOLS new.pptx

More from Sachii Dosti (12)

DOCX
Network technology paper
DOC
Subneting and vlsm ntpg
DOC
Subneting and vlsm ntpg (1)
PPT
Static Routing
PPT
OSI Physical Layer
PPT
Data Link Layer
PPT
Addressing the Network – IPv4
PPT
OSI Network Layer
PPT
OSI Transport Layer
PPT
Application Layer Functionality and Protocols
PPT
Network Fundamentals – Chapter 2
PPT
Network Fundamentals – Chapter 1
Network technology paper
Subneting and vlsm ntpg
Subneting and vlsm ntpg (1)
Static Routing
OSI Physical Layer
Data Link Layer
Addressing the Network – IPv4
OSI Network Layer
OSI Transport Layer
Application Layer Functionality and Protocols
Network Fundamentals – Chapter 2
Network Fundamentals – Chapter 1

Recently uploaded (20)

PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Hazard Identification & Risk Assessment .pdf
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
advance database management system book.pdf
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Complications of Minimal Access Surgery at WLH
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Classroom Observation Tools for Teachers
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Computing-Curriculum for Schools in Ghana
Weekly quiz Compilation Jan -July 25.pdf
Hazard Identification & Risk Assessment .pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
UNIT III MENTAL HEALTH NURSING ASSESSMENT
A systematic review of self-coping strategies used by university students to ...
advance database management system book.pdf
Indian roads congress 037 - 2012 Flexible pavement
Unit 4 Skeletal System.ppt.pptxopresentatiom
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Complications of Minimal Access Surgery at WLH
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
History, Philosophy and sociology of education (1).pptx
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Classroom Observation Tools for Teachers
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...

Exploration routing chapter 4

  • 1. Distance Vector Routing Protocols Routing Protocols and Concepts – Chapter 4 ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 2. Objectives  Identify the characteristics of distance vector routing protocols.  Describe the network discovery process of distance vector routing protocols using Routing Information Protocol (RIP).  Describe the processes to maintain accurate routing tables used by distance vector routing protocols.  Identify the conditions leading to a routing loop and explain the implications for router performance.  Recognize that distance vector routing protocols are in use today ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. Distance Vector Routing Protocols  Examples of Distance Vector routing protocols: Routing Information Protocol (RIP) Interior Gateway Routing Protocol (IGRP) Enhanced Interior Gateway Routing Protocol (EIGRP) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 4. Distance Vector Routing Protocols  Distance Vector Technology  The Meaning of Distance Vector: A router using distance vector routing protocols knows 2 things: Distance to final destination Vector or direction traffic should be directed ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. Distance Vector Routing Protocols  Characteristics of Distance Vector routing protocols:  Periodic updates  Neighbors  Broadcast updates  Entire routing table is included with routing update ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Distance Vector Routing Protocols  Routing Protocol Algorithm: -Defined as a procedure for accomplishing a certain task  Purpose of a routing algorithm ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. Distance Vector Routing Protocols  Routing Protocol Characteristics  Criteria used to compare routing protocols includes -Time to convergence -Scalability -Resource usage -Implementation & maintenance ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 8. Distance Vector Routing Protocols ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 9. Network Discovery  Router initial start up -Initial network discovery Directly connected networks are initially placed in routing table ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. Network Discovery  Initial Exchange of Routing Information  If a routing protocol is configured then -Routers will exchange routing information  Routing updates received from other routers -Router checks update for new information If there is new information: -Metric is updated -New information is stored in routing table ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Network Discovery  Exchange of Routing Information  Router convergence is reached when -All routing tables in the network contain the same network information  Routers continue to exchange routing information -If no new information is found then Convergence is reached ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 12. Network Discovery  Convergence must be reached before a network is considered completely operable  Speed of achieving convergence consists of 2 interdependent categories -Speed of broadcasting routing information -Speed of calculating routes ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Routing Table Maintenance  Periodic Updates : RIPv1 & RIPv2 These are time intervals in which a router sends out its entire routing table. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Routing Table Maintenance  RIP uses 4 timers -Update timer -Invalid timer -Holddown timer -Flush timer ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 15. Routing Table Maintenance  Bounded Updates: EIGRP  EIRPG routing updates are -Partial updates -Triggered by topology changes -Bounded -Non periodic ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. Routing Table Maintenance  Triggered Updates  Conditions in which triggered updates are sent -Interface changes state -Route becomes unreachable -Route is placed in routing table ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Routing Table Maintenance  Random Jitter  Synchronized updates A condition where multiple routers on multi access LAN segments transmit routing updates at the same time. Problems with synchronized updates -Bandwidth consumption -Packet collisions Solution to problems with synchronized updates - Used of random variable called RIP_JITTER ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 17
  • 18. Routing Loops  Definintions & Implications  Routing loops are A condition in which a packet is continuously transmitted within a series of routers without ever reaching its destination. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 19. Routing Loops  Routing loops may be caused by: -Incorrectly configured static routes -Incorrectly configured route redistribution -Slow convergence -Incorrectly configured discard routes  Routing loops can create the following issues -Excess use of bandwidth -CPU resources may be strained -Network convergence is degraded -Routing updates may be lost or not processed in a timely manner ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 20. Routing Loops  Count to Infinity This is a routing loop whereby packets bounce infinitely around a network. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 21. Routing Loops  Setting a maximum  Distance Vector routing protocols set a specified metric value to indicate infinity Once a router “counts to infinity” it marks the route as unreachable ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 22. Routing Loops  Preventing loops with holddown timers  Holddown timers allow a router to not accept any changes to a route for a specified period of time  Point of using holddown timers -Allows routing updates to propagate through network with the most current information. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 23. Routing Loops  The Split Horizon Rule is used to prevent routing loops  Split Horizon rule: A router should not advertise a network through the interface from which the update came. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 24. Routing Loops  Split horizon with poison reverse The rule states that once a router learns of an unreachable route through an interface, advertise it as unreachable back through the same interface ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 25. Routing Loops  IP & TTL  Purpose of the TTL field -The TTL field is found in an IP header and is used to prevent packets from endlessly traveling on a network  How the TTL field works -TTL field contains a numeric value -The numeric value is decreased by one by every router on the route to the destination. -If numeric value reaches 0 then Packet is discarded ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 25
  • 26. Routing Protocols Today  Factors used to determine whether to use RIP or EIGRP include -Network size -Compatibility between models of routers -Administrative knowledge ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 26
  • 27. Routing Protocols Today  RIP Features of RIP: -Supports split horizon & split horizon with poison reverse -Capable of load balancing -Easy to configure -Works in a multi vendor router environment ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 27
  • 28. Routing Protocols Today  EIGRP Features of EIGRP: -Triggered updates -EIGRP hello protocol used to establish neighbor adjacencies -Supports VLSM & route summarization -Use of topology table to maintain all routes -Classless distance vector routing protocol -Cisco proprietary protocol ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 28
  • 29. Summary  Characteristics of Distance Vector routing protocols –Periodic updates –RIP routing updates include the entire routing table –Neighbors are defined as routers that share a link and are configured to use the same protocol  The network discovery process for D.V. routing protocol –Directly connected routes are placed in routing table 1 st –If a routing protocol is configured then •Routers will exchange routing information –Convergence is reached when all network routers have the same network information ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 29
  • 30. Summary  D.V. routing protocols maintains routing tables by –RIP sending out periodic updates –RIP using 4 different timers to ensure information is accurate and convergence is achieved in a timely manner –EIGRP sending out triggered updates  D.V. routing protocols may be prone to routing loops – routing loops are a condition in which packets continuously traverse a network –Mechanisms used to minimize routing loops include defining maximum hop count, holddown timers, split horizon, route poisoning and triggered updates ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 30
  • 31. Summary  Conditions that can lead to routing loops include –Incorrectly configured static routes –Incorrectly configured route redistribution –Slow convergence –Incorrectly configured discard routes  How routing loops can impact network performance includes: –Excess use of bandwidth –CPU resources may be strained –Network convergence is degraded –Routing updates may be lost or not processed ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 31
  • 32. Summary  Routing Information Protocol (RIP) A distance vector protocol that has 2 versions RIPv1 – a classful routing protocol RIPv2 - a classless routing protocol  Enhanced Interior Gateway Routing Protocol (EIGRP) –A distance vector routing protocols that has some features of link state routing protocols –A Cisco proprietary routing protocol ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 32
  • 33. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 33