SlideShare a Scribd company logo
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 3: Dynamic
Routing
CCNA Routing and Switching
Routing and Switching Essentials v6.0
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15
Chapter 3: Dynamic Routing
Routing and Switching Essentials v6.0
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3 - Sections & Objectives
3.1 Dynamic Routing Protocols
• Explain the purpose of dynamic routing protocols.
• Explain the use of dynamic routing and static routing
3.2 RIPv2
• Configure the RIPv2 routing protocol.
3.3 The Routing Table
• Explain the components of an IPv4 routing table entry for a given route.
• Explain the parent/child relationship in a dynamically built routing table.
• Determine which route will be used to forward a IPv4 packet.
• Determine which route will be used to forward a IPv6 packet.
3.4 Summary
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 17
3.1 Dynamic Routing
Protocols
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic Routing Protocol Overview
Dynamic Routing Protocol Evolution
 Dynamic routing protocols have been used in networks
since the late 1980s.
 Newer versions support the communication based on
IPv6.
Routing Protocols Classification
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic Routing Protocol Overview
Dynamic Routing Protocols Components
Routing Protocols are used to facilitate the exchange of
routing information between routers.
The purpose of dynamic routing protocols includes:
 Discovery of remote networks
 Maintaining up-to-date routing information
 Choosing the best path to destination networks
 Ability to find a new best path if the current path is no
longer available
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic Routing Protocol Overview
Dynamic Routing Protocols Components (cont.)
Main components of dynamic routing protocols include:
 Data structures - Routing protocols typically use tables
or databases for its operations. This information is kept
in RAM.
 Routing protocol messages - Routing protocols use
various types of messages to discover neighboring
routers, exchange routing information, and other tasks
to learn and maintain accurate information about the
network.
 Algorithm - Routing protocols use algorithms for
facilitating routing information for best path
determination.
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic versus Static Routing
Static Routing Uses
Networks typically use a combination of both static and
dynamic routing.
Static routing has several primary uses:
 Providing ease of routing table maintenance in smaller networks
that are not expected to grow significantly.
 Routing to and from a stub network. A network with only one
default route out and no knowledge of any remote networks.
 Accessing a single default router. This is used to represent a
path to any network that does not have a match in the routing
table.
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic verses Static Routing
Static Routing Uses (cont.)
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic verses Static Routing
Static Routing Advantages and Disadvantages
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamic verses Static Routing
Dynamic Routing Advantages & Disadvantages
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 25
3.2 RIPv2
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Router RIP Configuration Mode
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Verify RIP Routing
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Enable and Verify RIPv2
Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Disable Auto Summarization
 Similarly to RIPv1, RIPv2 automatically summarizes
networks at major network boundaries by default.
 To modify the default RIPv2 behavior of automatic
summarization, use the no auto-summary router
configuration mode command.
 This command has no effect when using RIPv1.
 When automatic summarization has been disabled,
RIPv2 no longer summarizes networks to their classful
address at boundary routers. RIPv2 now includes all
subnets and their appropriate masks in its routing
updates.
 The show ip protocols now states that automatic
network summarization is not in effect.
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Configuring Passive Interfaces
Sending out unneeded
updates on a LAN impacts the
network in three ways:
 Wasted Bandwidth
 Wasted Resources
 Security Risk
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configuring the RIP Protocol
Propagate a Default Route
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 32
3.3 The Routing Table
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Parts of an IPv4 Route Entry
Routing Table Entries
Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Parts of an IPv4 Route Entry
Routing Table Entries
Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Parts of an IPv4 Route Entry
Directly Connected Entries
Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Parts of an IPv4 Route Entry
Remote Network Entries
Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamically Learned IPv4 Routes
Routing Table Terms
Routes are discussed
in terms of:
 Ultimate route
 Level 1 route
 Level 1 parent route
 Level 2 child routes
Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamically Learned IPv4 Routes
Ultimate Route
An ultimate route
is a routing table
entry that
contains either a
next-hop IP
address or an
exit interface.
Directly
connected,
dynamically
learned, and link
local routes are
ultimate routes.
Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamically Learned IPv4 Routes
Level 1 Route
Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamically Learned IPv4 Routes
Level 1 Parent Route
Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Dynamically Learned IPv4 Routes
Level 2 Child Route
Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
1. If the best match is a level 1 ultimate route, then this route is used
to forward the packet.
2. If the best match is a level 1 parent route, proceed to the next
step.
3. The router examines child routes (the subnet routes) of the parent
route for a best match.
4. If there is a match with a level 2 child route, that subnet is used to
forward the packet.
5. If there is not a match with any of the level 2 child routes, proceed
to the next step.
The IPv4 Route Lookup Process
Route Lookup Process
Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
6. The router continues searching level 1 supernet routes in the
routing table for a match, including the default route, if there is
one.
7. If there is now a lesser match with a level 1 supernet or default
routes, the router uses that route to forward the packet.
8. If there is not a match with any route in the routing table, the
router drops the packet.
The Ipv4 Route Lookup Process
Route Lookup Process (cont.)
Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
The IPv4 Route Lookup Process
Best Route = Longest Match
Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Components of the IPv6 routing table are very similar to the
IPv4 routing table (directly connected interfaces, static routes,
and dynamically learned routes).
 IPv6 is classless by design, all routes are effectively level 1
ultimate routes. There is no level 1 parent of level 2 child
routes.
The IPv4 Route Lookup Process
IPv6 Routing Table Entries
Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Analyze an IPVv6 Routing Table
Directly Connected Entries
Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Analyze an IPVv6 Routing Table
Remote IPv6 Network Entries
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 48
3.4 Summary
Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3: Summary
Dynamic routing protocols:
 Used by routers to automatically learn about remote networks from
other routers.
 Purpose includes: discovery of remote networks, maintaining up-to-
date routing information, choosing the best path to destination
networks, and ability to find a new best path if the current path is no
longer available.
 Best choice for large networks but static routing is better for stub
networks.
 Function to inform other routers about changes.
Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3: Summary (cont.)
Dynamic routing protocols:
 Responsible for discovering remote networks, as well as maintaining
accurate network information.
 Upon a change in the topology routing protocols propagate that
information throughout the routing domain.
 Convergence: The process of bringing all routing tables to a state of
consistency, where all of the routers in the same routing domain, or
area, have complete and accurate information about the network.
Some routing protocols converge faster than others.
Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3: Summary (cont.)
Dynamic routing protocols:
 Cisco routers use the administrative distance value to determine
which routing source to use.
 Each dynamic routing protocol has a unique administrative value,
along with static routes and directly connected networks.
 Directly connected networks are preferred source, followed by static
routes and then various dynamic routing protocols.
Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3: Summary (cont.)
Dynamic routing protocols:
 Each dynamic routing protocol has a unique administrative value,
along with static routes and directly connected networks. The lower
the administrative value, the more preferred the route source.
 A directly connected network is always the preferred source, followed
by static routes and then various dynamic routing protocols.
 Routing table entries contain a route source, a destination network,
and an outgoing interface.
 Route sources can be either connected, local, static, or from a
dynamic routing protocol.
 IPv4 routing tables can contain four types of routes: ultimate routes,
level 1 routes, level 1 parent routes, and level 2 child routes.
 Because IPv6 is classless by design, all routes are effectively level 1
ultimate routes. There is no level 1 parent of level 2 child routes.
Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

PPTX
Ccna rse chp2
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 5
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 8
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 11
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 7
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 7
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 4
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 11
Ccna rse chp2
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 11

What's hot (20)

PPTX
CCNA 1 Routing and Switching v5.0 Chapter 6
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 10
PPTX
CCNA v6.0 ITN - Chapter 02
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 6
PPTX
CCNA v6.0 ITN - Chapter 09
PPT
CCNA Exploration 1 - Chapter 2
PPTX
CCNP Route EIGRP Overview
PPTX
Chapter 17 : static routing
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 9
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 8
PDF
Ccna rse chp7 Access Control List (ACL)
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 2
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 3
PPT
BGP protocol presentation
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 3
PPTX
CCNA ppt
PPT
CCNA Advanced Routing Protocols
PPTX
HSRP ccna
PPTX
CCNA2 Verson6 Chapter1
PPTX
JUNOS: OSPF and BGP
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA v6.0 ITN - Chapter 02
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA v6.0 ITN - Chapter 09
CCNA Exploration 1 - Chapter 2
CCNP Route EIGRP Overview
Chapter 17 : static routing
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 8
Ccna rse chp7 Access Control List (ACL)
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 3
BGP protocol presentation
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA ppt
CCNA Advanced Routing Protocols
HSRP ccna
CCNA2 Verson6 Chapter1
JUNOS: OSPF and BGP
Ad

Similar to CCNA2 Verson6 Chapter3 (20)

PPTX
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
PPTX
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
PPTX
CCNA_RSE_Chp3 - Dynamic Routing of Network
PDF
CCNAv5 - S2: Chapter 7 Routing Dynamically
PPTX
KPUCC-Rs instructor ppt_chapter7_final
PPTX
Chapter 18 : routing dynamically
PPTX
RS_InstructorPPT_Chapter7RS_InstructorPPT_Chapter7.pptx
PDF
Ccna rse dynamic routing
PPTX
Chapter 5 Routing.pptx
PPTX
ENCOR_Chapter_6.pptx
PPTX
RS_instructorPPT_Chapter6RS_instructorPPT_Chapter6.pptx
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
PPTX
CCNA RS_ITN - Chapter 6
PPTX
CCNA RS_NB - Chapter 6
PDF
CCNAv5 - S2: Chapter 6 Static Routing
PPTX
KPUCC-Rs instructor ppt_chapter6_final
PPTX
Itn instructor ppt_chapter6_network_layer
PPTX
Ccna v5-S1-Chapter 6
PPTX
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
PPTX
CCNA3 Verson6 Chapter5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3 - Dynamic Routing of Network
CCNAv5 - S2: Chapter 7 Routing Dynamically
KPUCC-Rs instructor ppt_chapter7_final
Chapter 18 : routing dynamically
RS_InstructorPPT_Chapter7RS_InstructorPPT_Chapter7.pptx
Ccna rse dynamic routing
Chapter 5 Routing.pptx
ENCOR_Chapter_6.pptx
RS_instructorPPT_Chapter6RS_instructorPPT_Chapter6.pptx
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA RS_ITN - Chapter 6
CCNA RS_NB - Chapter 6
CCNAv5 - S2: Chapter 6 Static Routing
KPUCC-Rs instructor ppt_chapter6_final
Itn instructor ppt_chapter6_network_layer
Ccna v5-S1-Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA3 Verson6 Chapter5
Ad

More from Chaing Ravuth (20)

PPTX
CCNP ROUTE V7 CH8
PPTX
CCNP ROUTE V7 CH7
PPTX
CCNP ROUTE V7 CH6
PPTX
CCNP ROUTE V7 CH5
PPTX
CCNP ROUTE V7 CH4
PPTX
CCNP ROUTE V7 CH3
PPTX
CCNP ROUTE V7 CH2
PPTX
CCNP ROUTE V7 CH1
PPTX
CCNP Switching Chapter 3
PPTX
CCNP Switching Chapter 2
PPTX
CCNP Switching Chapter 1
PPTX
CCNP Switching Chapter 10
PPTX
CCNP Switching Chapter 9
PPTX
CCNP Switching Chapter 8
PPTX
CCNP Switching Chapter 7
PPTX
CCNP Switching Chapter 6
PPTX
CCNP Switching Chapter 5
PPTX
CCNP Switching Chapter 4
PPTX
CCNA4 Verson6 Chapter1
PPTX
CCNA4 Verson6 Chapter8
CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH1
CCNP Switching Chapter 3
CCNP Switching Chapter 2
CCNP Switching Chapter 1
CCNP Switching Chapter 10
CCNP Switching Chapter 9
CCNP Switching Chapter 8
CCNP Switching Chapter 7
CCNP Switching Chapter 6
CCNP Switching Chapter 5
CCNP Switching Chapter 4
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter8

Recently uploaded (20)

PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Computing-Curriculum for Schools in Ghana
PDF
01-Introduction-to-Information-Management.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
master seminar digital applications in india
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
GDM (1) (1).pptx small presentation for students
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
O7-L3 Supply Chain Operations - ICLT Program
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
human mycosis Human fungal infections are called human mycosis..pptx
Computing-Curriculum for Schools in Ghana
01-Introduction-to-Information-Management.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Anesthesia in Laparoscopic Surgery in India
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
O5-L3 Freight Transport Ops (International) V1.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
master seminar digital applications in india
Module 4: Burden of Disease Tutorial Slides S2 2025
PPH.pptx obstetrics and gynecology in nursing
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
GDM (1) (1).pptx small presentation for students
2.FourierTransform-ShortQuestionswithAnswers.pdf
Renaissance Architecture: A Journey from Faith to Humanism

CCNA2 Verson6 Chapter3

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 3: Dynamic Routing CCNA Routing and Switching Routing and Switching Essentials v6.0
  • 2. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15 Chapter 3: Dynamic Routing Routing and Switching Essentials v6.0
  • 3. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3 - Sections & Objectives 3.1 Dynamic Routing Protocols • Explain the purpose of dynamic routing protocols. • Explain the use of dynamic routing and static routing 3.2 RIPv2 • Configure the RIPv2 routing protocol. 3.3 The Routing Table • Explain the components of an IPv4 routing table entry for a given route. • Explain the parent/child relationship in a dynamically built routing table. • Determine which route will be used to forward a IPv4 packet. • Determine which route will be used to forward a IPv6 packet. 3.4 Summary
  • 4. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 17 3.1 Dynamic Routing Protocols
  • 5. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic Routing Protocol Overview Dynamic Routing Protocol Evolution  Dynamic routing protocols have been used in networks since the late 1980s.  Newer versions support the communication based on IPv6. Routing Protocols Classification
  • 6. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic Routing Protocol Overview Dynamic Routing Protocols Components Routing Protocols are used to facilitate the exchange of routing information between routers. The purpose of dynamic routing protocols includes:  Discovery of remote networks  Maintaining up-to-date routing information  Choosing the best path to destination networks  Ability to find a new best path if the current path is no longer available
  • 7. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic Routing Protocol Overview Dynamic Routing Protocols Components (cont.) Main components of dynamic routing protocols include:  Data structures - Routing protocols typically use tables or databases for its operations. This information is kept in RAM.  Routing protocol messages - Routing protocols use various types of messages to discover neighboring routers, exchange routing information, and other tasks to learn and maintain accurate information about the network.  Algorithm - Routing protocols use algorithms for facilitating routing information for best path determination.
  • 8. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic versus Static Routing Static Routing Uses Networks typically use a combination of both static and dynamic routing. Static routing has several primary uses:  Providing ease of routing table maintenance in smaller networks that are not expected to grow significantly.  Routing to and from a stub network. A network with only one default route out and no knowledge of any remote networks.  Accessing a single default router. This is used to represent a path to any network that does not have a match in the routing table.
  • 9. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic verses Static Routing Static Routing Uses (cont.)
  • 10. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic verses Static Routing Static Routing Advantages and Disadvantages
  • 11. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamic verses Static Routing Dynamic Routing Advantages & Disadvantages
  • 12. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 25 3.2 RIPv2
  • 13. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Router RIP Configuration Mode
  • 14. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Verify RIP Routing
  • 15. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Enable and Verify RIPv2
  • 16. Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Disable Auto Summarization  Similarly to RIPv1, RIPv2 automatically summarizes networks at major network boundaries by default.  To modify the default RIPv2 behavior of automatic summarization, use the no auto-summary router configuration mode command.  This command has no effect when using RIPv1.  When automatic summarization has been disabled, RIPv2 no longer summarizes networks to their classful address at boundary routers. RIPv2 now includes all subnets and their appropriate masks in its routing updates.  The show ip protocols now states that automatic network summarization is not in effect.
  • 17. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Configuring Passive Interfaces Sending out unneeded updates on a LAN impacts the network in three ways:  Wasted Bandwidth  Wasted Resources  Security Risk
  • 18. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configuring the RIP Protocol Propagate a Default Route
  • 19. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 32 3.3 The Routing Table
  • 20. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Parts of an IPv4 Route Entry Routing Table Entries
  • 21. Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Parts of an IPv4 Route Entry Routing Table Entries
  • 22. Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Parts of an IPv4 Route Entry Directly Connected Entries
  • 23. Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Parts of an IPv4 Route Entry Remote Network Entries
  • 24. Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamically Learned IPv4 Routes Routing Table Terms Routes are discussed in terms of:  Ultimate route  Level 1 route  Level 1 parent route  Level 2 child routes
  • 25. Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamically Learned IPv4 Routes Ultimate Route An ultimate route is a routing table entry that contains either a next-hop IP address or an exit interface. Directly connected, dynamically learned, and link local routes are ultimate routes.
  • 26. Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamically Learned IPv4 Routes Level 1 Route
  • 27. Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamically Learned IPv4 Routes Level 1 Parent Route
  • 28. Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Dynamically Learned IPv4 Routes Level 2 Child Route
  • 29. Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1. If the best match is a level 1 ultimate route, then this route is used to forward the packet. 2. If the best match is a level 1 parent route, proceed to the next step. 3. The router examines child routes (the subnet routes) of the parent route for a best match. 4. If there is a match with a level 2 child route, that subnet is used to forward the packet. 5. If there is not a match with any of the level 2 child routes, proceed to the next step. The IPv4 Route Lookup Process Route Lookup Process
  • 30. Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6. The router continues searching level 1 supernet routes in the routing table for a match, including the default route, if there is one. 7. If there is now a lesser match with a level 1 supernet or default routes, the router uses that route to forward the packet. 8. If there is not a match with any route in the routing table, the router drops the packet. The Ipv4 Route Lookup Process Route Lookup Process (cont.)
  • 31. Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential The IPv4 Route Lookup Process Best Route = Longest Match
  • 32. Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Components of the IPv6 routing table are very similar to the IPv4 routing table (directly connected interfaces, static routes, and dynamically learned routes).  IPv6 is classless by design, all routes are effectively level 1 ultimate routes. There is no level 1 parent of level 2 child routes. The IPv4 Route Lookup Process IPv6 Routing Table Entries
  • 33. Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Analyze an IPVv6 Routing Table Directly Connected Entries
  • 34. Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Analyze an IPVv6 Routing Table Remote IPv6 Network Entries
  • 35. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 48 3.4 Summary
  • 36. Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3: Summary Dynamic routing protocols:  Used by routers to automatically learn about remote networks from other routers.  Purpose includes: discovery of remote networks, maintaining up-to- date routing information, choosing the best path to destination networks, and ability to find a new best path if the current path is no longer available.  Best choice for large networks but static routing is better for stub networks.  Function to inform other routers about changes.
  • 37. Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3: Summary (cont.) Dynamic routing protocols:  Responsible for discovering remote networks, as well as maintaining accurate network information.  Upon a change in the topology routing protocols propagate that information throughout the routing domain.  Convergence: The process of bringing all routing tables to a state of consistency, where all of the routers in the same routing domain, or area, have complete and accurate information about the network. Some routing protocols converge faster than others.
  • 38. Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3: Summary (cont.) Dynamic routing protocols:  Cisco routers use the administrative distance value to determine which routing source to use.  Each dynamic routing protocol has a unique administrative value, along with static routes and directly connected networks.  Directly connected networks are preferred source, followed by static routes and then various dynamic routing protocols.
  • 39. Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3: Summary (cont.) Dynamic routing protocols:  Each dynamic routing protocol has a unique administrative value, along with static routes and directly connected networks. The lower the administrative value, the more preferred the route source.  A directly connected network is always the preferred source, followed by static routes and then various dynamic routing protocols.  Routing table entries contain a route source, a destination network, and an outgoing interface.  Route sources can be either connected, local, static, or from a dynamic routing protocol.  IPv4 routing tables can contain four types of routes: ultimate routes, level 1 routes, level 1 parent routes, and level 2 child routes.  Because IPv6 is classless by design, all routes are effectively level 1 ultimate routes. There is no level 1 parent of level 2 child routes.
  • 40. Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 41. Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential