SlideShare uma empresa Scribd logo
1 de 41
© 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

Mais conteúdo relacionado

Mais procurados

CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1
Irsandi Hasan
 

Mais procurados (20)

CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
CCNP v6 Route: Implementing IP Routing Chapter 3
CCNP v6 Route: Implementing IP Routing Chapter 3CCNP v6 Route: Implementing IP Routing Chapter 3
CCNP v6 Route: Implementing IP Routing Chapter 3
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1CCNA Exploration 2 - Chapter 1
CCNA Exploration 2 - Chapter 1
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static Routing
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
IPV6 INTRODUCTION
IPV6 INTRODUCTIONIPV6 INTRODUCTION
IPV6 INTRODUCTION
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
Ospf
OspfOspf
Ospf
 
CCNA 1 Routing and Switching v5.0 Chapter 10
CCNA 1 Routing and Switching v5.0 Chapter 10CCNA 1 Routing and Switching v5.0 Chapter 10
CCNA 1 Routing and Switching v5.0 Chapter 10
 
CCCNP ROUTE v6_ch06
CCCNP ROUTE v6_ch06CCCNP ROUTE v6_ch06
CCCNP ROUTE v6_ch06
 

Semelhante a CCNA2 Verson6 Chapter3

KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_final
Fisal Anwari
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
Joshua Torres
 
KPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_finalKPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_final
Fisal Anwari
 
CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3
Irsandi Hasan
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
Irsandi Hasan
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
Shankar Murthy
 

Semelhante a CCNA2 Verson6 Chapter3 (20)

CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
 
Chapter 18 : routing dynamically
Chapter 18 : routing dynamicallyChapter 18 : routing dynamically
Chapter 18 : routing dynamically
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing Dynamically
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing Dynamically
 
KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_final
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static Routing
 
KPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_finalKPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_final
 
CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3CCNA Exploration 2 - Chapter 3
CCNA Exploration 2 - Chapter 3
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4
 
Cisco CCNA module 10
Cisco CCNA module 10Cisco CCNA module 10
Cisco CCNA module 10
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 

Mais de Chaing Ravuth

Mais de Chaing Ravuth (20)

CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
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
PECB
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Último (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
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
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
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 ...
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

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