SlideShare ist ein Scribd-Unternehmen logo
1 von 50
Routing ProtocolsRouting Protocols
Nettech India @ 9870803004/5
OBJECTIVES
Differentiate between nonroutable, routed, and routing protocols
Define Interior Gateway Protocols, Exterior Gateway Protocols, distance-vector
routing protocols, and link-state routing protocols
Explain the concepts of count-to-infinity, split horizon, split horizon with poison
reverse, and hold-down timers
NETTECH INDIA
2
OBJECTIVES (CONTINUED)
Describe, configure, and monitor the interior routing protocol RIP
Explain static routing and administrative distance
Configure static routing and default routes
NETTECH INDIA
3
NONROUTABLE PROTOCOLS
In the early days of networking, networks were small collections of computers
linked together
 For the purposes of sharing information and expensive peripherals
Early networks were sometimes configured as peer-to-peer networks
 Computers communicate with and provide services to their “peers”
 All communication occurs on the same network segment
NETTECH INDIA 4
NONROUTABLE PROTOCOLS (CONTINUED)
NETTECH INDIA 5
NONROUTABLE PROTOCOLS (CONTINUED)
Several nonroutable protocols exist in today’s networking world
NetBEUI (NetBIOS Enhanced User Interface)
 The most common nonroutable protocol
 Ships with all Microsoft Windows operating systems
NetBEUI cannot scale into large internetworks
 Cannot hold Network layer information in its network header
NETTECH INDIA 6
ROUTED PROTOCOLS
Routed protocols
 Have packet headers that can contain Network layer addresses
 Developed to support networks consisting of multiple networks or subnetworks
Protocols that can carry Network layer information
 Transmission Control Protocol/Internet Protocol (TCP/IP)
 Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX)
NETTECH INDIA 7
NETTECH INDIA 8
ROUTED PROTOCOLS (CONTINUED)
For routed protocols to work on a network
 Every device must be configured with a unique IP or IPX address (logical address)
NETTECH INDIA 9
NETTECH INDIA 10
ROUTING PROTOCOLS
Routing protocols
 Protocols used by routers to make path determination choices and to share those choices
with other routers
Hop count
 The number of routers a packet must pass through to reach a particular network
Metric
 A value used to define the suitability of a particular route
 Routers use metrics to determine which routes are better than other routes
NETTECH INDIA 11
ROUTING PROTOCOLS (CONTINUED)
Autonomous system (AS)
 Uses Interior Gateway Protocols as routing protocols
 A group of routers under the control of a single administration
Interior Gateway Protocols (IGPs) are
 Routing protocols used within an AS
Exterior Gateway Protocols (EGPs)
 Routing protocols used to route information between multiple autonomous systems
NETTECH INDIA
12
ROUTING PROTOCOLS (CONTINUED)
NETTECH INDIA 13
ROUTING PROTOCOLS (CONTINUED)
NETTECH INDIA
14
ROUTING PROTOCOLS (CONTINUED)
Examples of IGPs
 Routing Information Protocol (RIP)
 Interior Gateway Routing Protocol (IGRP)
 Enhanced Interior Gateway Routing Protocol (EIGRP)
 Open Shortest Path First (OSPF)
Example of EGP
 Border Gateway Protocol (BGP)
NETTECH INDIA 15
TWO TYPES OF IGPS
Distance-vector routing protocols
 Broadcast their entire routing table to each neighbor router at predetermined intervals
 The actual interval depends on the distance-vector routing protocol in use
 Varies between 30 and 90 seconds
 Sometimes referred to as routing by rumor
 Suffer from slow time to convergence
 A state where all routers on the internetwork share a common view of the internetwork
routes
NETTECH INDIA 16
TWO TYPES OF IGPS (CONTINUED)
NETTECH INDIA 17
TWO TYPES OF IGPS (CONTINUED)
NETTECH INDIA 18
TWO TYPES OF IGPS (CONTINUED)
Distance-vector routing protocols (continued)
 Routing loops
 Often referred to as count-to-infinity problems
 Loops, without preventive measures, will cause packets to bounce around the
internetwork infinitely
 Defining a maximum
 One of the easiest ways to limit count-to-infinity problems
 Split horizon and split horizon with poison reverse
 Two other common ways to prevent routing loops when using distance-vector routing
protocols
NETTECH INDIA 19
Nettech Indiaisco Networking
Fundamentals,
20
TWO TYPES OF IGPS (CONTINUED)
Distance-vector routing protocols (continued)
 Hold-down timer
 Another common technique used to stop routing loops
 Allow a router to place a route in a state where it will not accept any changes to that route
Link-state routing protocols
 Use link-state advertisements (LSAs) to inform neighbor routers on the internetwork
 LSAs contain only the local links for the advertised router
CCNA GUIDE TO CISCO NETWORKING FUNDAMENTALS, FOURTH EDITION 21
TWO TYPES OF IGPS (CONTINUED)
Link-state routing protocols (continued)
 Shortest Path First (SPF) algorithm
 Uses the link information to compute the routes
 Router CPU resources are used instead of bandwidth
 Link-state packets (LSPs)
 Packets used to send out LSAs
 Allow every router in the internetwork to share a common view of the topology of the
internetwork
 A link-state routing protocol floods, or multicasts, LSPs to the network
 Later updates will be triggered updates
NETTECH INDIA 22
NETTECH INDIA 23
TWO TYPES OF IGPS (CONTINUED)
Link-state routing protocols (continued)
 Routers using link-state protocols must be configured with more memory and processing
power
 Than those using distance-vector routing protocols
 Link-state routing protocols such as OSPF are much more complicated to configure on the
routers
NETTECH INDIA 24
TWO TYPES OF IGPS (CONTINUED)
NETTECH INDIA 25
ROUTING INFORMATION PROTOCOL
Routing Information Protocol (RIP)
 The easiest Interior Gateway Protocol to configure is RIPv1
 A distance-vector routing protocol that broadcasts entire routing tables to neighbors every
30 seconds
 RIP uses hop count as its sole metric
RIP has a maximum hop count of 15
 As a result, RIP does not work in large internetworks
RIP is capable of load balancing
RIP is susceptible to all the problems normally associated with distance-vector
routing protocols
NETTECH INDIA 26
ENABLING RIP ROUTING
NETTECH INDIA 27
ENABLING RIP ROUTING (CONTINUED)
To start configuring RIP, you must:
 Enter privileged mode first
 Enter global configuration mode on your router
Enable RIP with the router rip command
NETTECH INDIA 28
ENABLING RIP ROUTING (CONTINUED)
NETTECH INDIA 29
ENABLING RIP ROUTING (CONTINUED)
NETTECH INDIA 30
CONFIGURING RIP ROUTING FOR EACH MAJOR
NETWORK
network command
 Turns on RIP routing for a network
 An individual network command must be issued for each separate network directly
connected to the router
show ip route command
 Displays a router’s routing table
Administrative distance
 A value used to determine the reliability of the information regarding a particular route
 Administrative distances range from 0–255
NETTECH INDIA 31
CONFIGURING RIP ROUTING FOR EACH MAJOR
NETWORK (CONTINUED)
NETTECH INDIA 32
CONFIGURING RIP ROUTING FOR EACH MAJOR
NETWORK (CONTINUED)
NETTECH INDIA 33
SHOW IP PROTOCOL AND DEBUG IP RIP
COMMANDS
Commands used to monitor RIP
A route is considered invalid if six consecutive update intervals pass without an
update from that route
Flush interval
 The time at which a route will be totally removed from the routing table if no updates are
received
debug ip rip command
 Displays real-time rip updates being sent and received and places very high processing
demands on your router, which could affect network performance
NETTECH INDIA 34
SHOW IP PROTOCOL AND DEBUG IP RIP
COMMANDS (CONTINUED)
NETTECH INDIA 35
NETTECH INDIA 36
SHOW IP PROTOCOL AND DEBUG IP RIP
COMMANDS (CONTINUED)
NETTECH INDIA 37
SHOW IP PROTOCOL AND DEBUG IP RIP
COMMANDS (CONTINUED)
NETTECH INDIA 38
SHOW IP PROTOCOL AND DEBUG IP RIP
COMMANDS (CONTINUED)
NETTECH INDIA 39
INTERIOR GATEWAY ROUTING PROTOCOL
IGRP is a proprietary distance-vector routing protocol
 Created by Cisco to solve some of the problems associated with RIP
A larger hop-count metric allows IGRP to be used on larger networks
 IGRP supports a hop count of 255, although 100 is the default if hop count is configured to
be used as a metric
The metric maximum-hops command allows you to set the maximum hop count
for IGRP
NETTECH INDIA 40
INTERIOR GATEWAY ROUTING PROTOCOL
(CONTINUED)
The default metrics for IGRP are bandwidth and delay only
Metrics that can be configured for IGRP
 Hops: number of routers between source and destination networks
 Load: the load on a link in the path
 Bandwidth: the speed of the link (default)
 Reliability: measures reliability with a scale of 0 to 255
 Delay: the delay on the medium (default)
 MTU: the size of the datagram
NETTECH INDIA 41
STATIC ROUTING
Some networks are so small that using a routing protocol creates:
 Unnecessary traffic
 An inefficient use of router processor resources
• Stub routers
 Routers with only one route out
 Stub routers are usually the last router in a chain
Stub networks
 Networks with one route to the Internet
Static routes are configured by a network administrator using the ip route
command
NETTECH INDIA 42
ADDING STATIC ROUTES
NETTECH INDIA 43
ADDING STATIC ROUTES (CONTINUED)
Syntax for the ip route command:
ip route [destination network address] [destination network mask]
[ip address next hop interface] [administrative distance]
Examples:
ip route 172.32.3.0 255.255.255.0 172.32.2.2
ip route 172.32.4.0 255.255.255.0 172.32.2.2
NETTECH INDIA 44
ADDING STATIC ROUTES (CONTINUED)
Changing administrative distance
 The ip route command allows you to configure an administrative distance
 Unless you add an administrative distance value to the end of your ip route command
 The administrative distance will be 1
Configuring a default route
 All packets that are not defined specifically in your routing table will go to the specified
interface for the default route
NETTECH INDIA 45
ADDING STATIC ROUTES (CONTINUED)
Configuring a default route (continued)
 A default route is a type of static route that the administrator configures
 You can use the ip default-network command or the ip route 0.0.0.0
0.0.0.0 command to configure a default route
 Default routes are sometimes called quad zero routes
 A default route is used only if no other route to a network exists in the routing table
NETTECH INDIA 46
ADDING STATIC ROUTES (CONTINUED)
NETTECH INDIA 47
SUMMARY
Some protocols are designed to be used in small networks without the need
for Network layer addressing
The most common nonroutable protocol is NetBEUI
Other protocols were designed with the ability to move between multiple
networks via Network layer addressing
The most common routed protocol suite is TCP/IP
NETTECH INDIA 48
SUMMARY (CONTINUED)
Protocols must be available that can find the best path throughout an
internetwork and relay that information to routers
Routing protocols are classed in two major groups: Interior Gateway Protocols
and Exterior Gateway Protocols
Interior routing protocols are further divided into distance-vector and link-
state routing protocols
These two types of Interior Gateway Protocols use very different methods to
determine the best path in an internetwork
NETTECH INDIA 49
SUMMARY (CONTINUED)
Distance-vector protocols periodically broadcast entire routing tables to
neighbor routers
Link-state protocols multicast link updates to routers in their area upon
startup and when network topology changes
Two common distance-vector IGPs discussed in this chapter are the Routing
Information Protocol and the Interior Gateway Routing Protocol
Static routes are used to conserve bandwidth and lower memory and CPU
load on a router while still allowing for correct routing table creation
NETTECH INDIA 50

Weitere ähnliche Inhalte

Was ist angesagt?

CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1VISHNU N
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced SwitchingDsunte Wilson
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network DevicesDsunte Wilson
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Sarmad Ali
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS BasicsDsunte Wilson
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationDsunte Wilson
 
CCNA Exam 200-120 pdf
CCNA Exam 200-120 pdfCCNA Exam 200-120 pdf
CCNA Exam 200-120 pdfMadhan Banda
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 
CCNA ppt Day 2
CCNA ppt Day 2CCNA ppt Day 2
CCNA ppt Day 2VISHNU N
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...thesakshi12
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame RelayDsunte Wilson
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3VISHNU N
 
Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questionsSanjay Thakare
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07Irsandi Hasan
 

Was ist angesagt? (19)

CCNA ppt Day 1
CCNA ppt Day 1CCNA ppt Day 1
CCNA ppt Day 1
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced Switching
 
Basic network training1
Basic network training1Basic network training1
Basic network training1
 
CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network Devices
 
Basic network training2
Basic network training2Basic network training2
Basic network training2
 
CCNA TCP/IP
CCNA TCP/IPCCNA TCP/IP
CCNA TCP/IP
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers Network Engineer Interview Questions with Answers
Network Engineer Interview Questions with Answers
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS Basics
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and Configuration
 
CCNA Exam 200-120 pdf
CCNA Exam 200-120 pdfCCNA Exam 200-120 pdf
CCNA Exam 200-120 pdf
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
CCNA ppt Day 2
CCNA ppt Day 2CCNA ppt Day 2
CCNA ppt Day 2
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame Relay
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3
 
Ccna interview questions
Ccna interview questionsCcna interview questions
Ccna interview questions
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 

Andere mochten auch

Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocolAmeer Agel
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONAswini Badatya
 
CCNA Routing and Switching IT Certifications
CCNA Routing and Switching  IT CertificationsCCNA Routing and Switching  IT Certifications
CCNA Routing and Switching IT CertificationsMuhammad Qasim
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksDani Royman Simanjuntak
 
Eigrp
EigrpEigrp
Eigrpfirey
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information ProtocolMiftahul Khair N
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Abdelkhalik Mosa
 
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 7Nil Menon
 
Introduction to Business Management
Introduction to Business Management Introduction to Business Management
Introduction to Business Management Asanka Abeykoon
 

Andere mochten auch (20)

Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
1
11
1
 
Auto summarization in EIGRP
Auto summarization in EIGRPAuto summarization in EIGRP
Auto summarization in EIGRP
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
 
CCNA Routing and Switching IT Certifications
CCNA Routing and Switching  IT CertificationsCCNA Routing and Switching  IT Certifications
CCNA Routing and Switching IT Certifications
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
 
Eigrp
EigrpEigrp
Eigrp
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
Eigrp
EigrpEigrp
Eigrp
 
Eigrp
EigrpEigrp
Eigrp
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
 
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
 
Ch13
Ch13Ch13
Ch13
 
Introduction to Business Management
Introduction to Business Management Introduction to Business Management
Introduction to Business Management
 

Ähnlich wie CCNA/Networking

ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principleDrAlneami
 
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...theijes
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSVarinder Singh Walia
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routingphanleson
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Đồng Quốc Vương
 
Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Dân Chơi
 

Ähnlich wie CCNA/Networking (20)

ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
Analytical Execution of Dynamic Routing Protocols For Video Conferencing Appl...
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
IP Routing
IP RoutingIP Routing
IP Routing
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Netw204 Quiz Answers Essay
Netw204 Quiz Answers EssayNetw204 Quiz Answers Essay
Netw204 Quiz Answers Essay
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
 
CCNA
CCNACCNA
CCNA
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
CCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukarCCNA CHAPTER 6 BY jetarvind kumar madhukar
CCNA CHAPTER 6 BY jetarvind kumar madhukar
 
C0343015019
C0343015019C0343015019
C0343015019
 
Group 1
Group 1Group 1
Group 1
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011
 

Kürzlich hochgeladen

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 

Kürzlich hochgeladen (20)

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 

CCNA/Networking

  • 2. OBJECTIVES Differentiate between nonroutable, routed, and routing protocols Define Interior Gateway Protocols, Exterior Gateway Protocols, distance-vector routing protocols, and link-state routing protocols Explain the concepts of count-to-infinity, split horizon, split horizon with poison reverse, and hold-down timers NETTECH INDIA 2
  • 3. OBJECTIVES (CONTINUED) Describe, configure, and monitor the interior routing protocol RIP Explain static routing and administrative distance Configure static routing and default routes NETTECH INDIA 3
  • 4. NONROUTABLE PROTOCOLS In the early days of networking, networks were small collections of computers linked together  For the purposes of sharing information and expensive peripherals Early networks were sometimes configured as peer-to-peer networks  Computers communicate with and provide services to their “peers”  All communication occurs on the same network segment NETTECH INDIA 4
  • 6. NONROUTABLE PROTOCOLS (CONTINUED) Several nonroutable protocols exist in today’s networking world NetBEUI (NetBIOS Enhanced User Interface)  The most common nonroutable protocol  Ships with all Microsoft Windows operating systems NetBEUI cannot scale into large internetworks  Cannot hold Network layer information in its network header NETTECH INDIA 6
  • 7. ROUTED PROTOCOLS Routed protocols  Have packet headers that can contain Network layer addresses  Developed to support networks consisting of multiple networks or subnetworks Protocols that can carry Network layer information  Transmission Control Protocol/Internet Protocol (TCP/IP)  Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX) NETTECH INDIA 7
  • 9. ROUTED PROTOCOLS (CONTINUED) For routed protocols to work on a network  Every device must be configured with a unique IP or IPX address (logical address) NETTECH INDIA 9
  • 11. ROUTING PROTOCOLS Routing protocols  Protocols used by routers to make path determination choices and to share those choices with other routers Hop count  The number of routers a packet must pass through to reach a particular network Metric  A value used to define the suitability of a particular route  Routers use metrics to determine which routes are better than other routes NETTECH INDIA 11
  • 12. ROUTING PROTOCOLS (CONTINUED) Autonomous system (AS)  Uses Interior Gateway Protocols as routing protocols  A group of routers under the control of a single administration Interior Gateway Protocols (IGPs) are  Routing protocols used within an AS Exterior Gateway Protocols (EGPs)  Routing protocols used to route information between multiple autonomous systems NETTECH INDIA 12
  • 15. ROUTING PROTOCOLS (CONTINUED) Examples of IGPs  Routing Information Protocol (RIP)  Interior Gateway Routing Protocol (IGRP)  Enhanced Interior Gateway Routing Protocol (EIGRP)  Open Shortest Path First (OSPF) Example of EGP  Border Gateway Protocol (BGP) NETTECH INDIA 15
  • 16. TWO TYPES OF IGPS Distance-vector routing protocols  Broadcast their entire routing table to each neighbor router at predetermined intervals  The actual interval depends on the distance-vector routing protocol in use  Varies between 30 and 90 seconds  Sometimes referred to as routing by rumor  Suffer from slow time to convergence  A state where all routers on the internetwork share a common view of the internetwork routes NETTECH INDIA 16
  • 17. TWO TYPES OF IGPS (CONTINUED) NETTECH INDIA 17
  • 18. TWO TYPES OF IGPS (CONTINUED) NETTECH INDIA 18
  • 19. TWO TYPES OF IGPS (CONTINUED) Distance-vector routing protocols (continued)  Routing loops  Often referred to as count-to-infinity problems  Loops, without preventive measures, will cause packets to bounce around the internetwork infinitely  Defining a maximum  One of the easiest ways to limit count-to-infinity problems  Split horizon and split horizon with poison reverse  Two other common ways to prevent routing loops when using distance-vector routing protocols NETTECH INDIA 19
  • 21. TWO TYPES OF IGPS (CONTINUED) Distance-vector routing protocols (continued)  Hold-down timer  Another common technique used to stop routing loops  Allow a router to place a route in a state where it will not accept any changes to that route Link-state routing protocols  Use link-state advertisements (LSAs) to inform neighbor routers on the internetwork  LSAs contain only the local links for the advertised router CCNA GUIDE TO CISCO NETWORKING FUNDAMENTALS, FOURTH EDITION 21
  • 22. TWO TYPES OF IGPS (CONTINUED) Link-state routing protocols (continued)  Shortest Path First (SPF) algorithm  Uses the link information to compute the routes  Router CPU resources are used instead of bandwidth  Link-state packets (LSPs)  Packets used to send out LSAs  Allow every router in the internetwork to share a common view of the topology of the internetwork  A link-state routing protocol floods, or multicasts, LSPs to the network  Later updates will be triggered updates NETTECH INDIA 22
  • 24. TWO TYPES OF IGPS (CONTINUED) Link-state routing protocols (continued)  Routers using link-state protocols must be configured with more memory and processing power  Than those using distance-vector routing protocols  Link-state routing protocols such as OSPF are much more complicated to configure on the routers NETTECH INDIA 24
  • 25. TWO TYPES OF IGPS (CONTINUED) NETTECH INDIA 25
  • 26. ROUTING INFORMATION PROTOCOL Routing Information Protocol (RIP)  The easiest Interior Gateway Protocol to configure is RIPv1  A distance-vector routing protocol that broadcasts entire routing tables to neighbors every 30 seconds  RIP uses hop count as its sole metric RIP has a maximum hop count of 15  As a result, RIP does not work in large internetworks RIP is capable of load balancing RIP is susceptible to all the problems normally associated with distance-vector routing protocols NETTECH INDIA 26
  • 28. ENABLING RIP ROUTING (CONTINUED) To start configuring RIP, you must:  Enter privileged mode first  Enter global configuration mode on your router Enable RIP with the router rip command NETTECH INDIA 28
  • 29. ENABLING RIP ROUTING (CONTINUED) NETTECH INDIA 29
  • 30. ENABLING RIP ROUTING (CONTINUED) NETTECH INDIA 30
  • 31. CONFIGURING RIP ROUTING FOR EACH MAJOR NETWORK network command  Turns on RIP routing for a network  An individual network command must be issued for each separate network directly connected to the router show ip route command  Displays a router’s routing table Administrative distance  A value used to determine the reliability of the information regarding a particular route  Administrative distances range from 0–255 NETTECH INDIA 31
  • 32. CONFIGURING RIP ROUTING FOR EACH MAJOR NETWORK (CONTINUED) NETTECH INDIA 32
  • 33. CONFIGURING RIP ROUTING FOR EACH MAJOR NETWORK (CONTINUED) NETTECH INDIA 33
  • 34. SHOW IP PROTOCOL AND DEBUG IP RIP COMMANDS Commands used to monitor RIP A route is considered invalid if six consecutive update intervals pass without an update from that route Flush interval  The time at which a route will be totally removed from the routing table if no updates are received debug ip rip command  Displays real-time rip updates being sent and received and places very high processing demands on your router, which could affect network performance NETTECH INDIA 34
  • 35. SHOW IP PROTOCOL AND DEBUG IP RIP COMMANDS (CONTINUED) NETTECH INDIA 35
  • 37. SHOW IP PROTOCOL AND DEBUG IP RIP COMMANDS (CONTINUED) NETTECH INDIA 37
  • 38. SHOW IP PROTOCOL AND DEBUG IP RIP COMMANDS (CONTINUED) NETTECH INDIA 38
  • 39. SHOW IP PROTOCOL AND DEBUG IP RIP COMMANDS (CONTINUED) NETTECH INDIA 39
  • 40. INTERIOR GATEWAY ROUTING PROTOCOL IGRP is a proprietary distance-vector routing protocol  Created by Cisco to solve some of the problems associated with RIP A larger hop-count metric allows IGRP to be used on larger networks  IGRP supports a hop count of 255, although 100 is the default if hop count is configured to be used as a metric The metric maximum-hops command allows you to set the maximum hop count for IGRP NETTECH INDIA 40
  • 41. INTERIOR GATEWAY ROUTING PROTOCOL (CONTINUED) The default metrics for IGRP are bandwidth and delay only Metrics that can be configured for IGRP  Hops: number of routers between source and destination networks  Load: the load on a link in the path  Bandwidth: the speed of the link (default)  Reliability: measures reliability with a scale of 0 to 255  Delay: the delay on the medium (default)  MTU: the size of the datagram NETTECH INDIA 41
  • 42. STATIC ROUTING Some networks are so small that using a routing protocol creates:  Unnecessary traffic  An inefficient use of router processor resources • Stub routers  Routers with only one route out  Stub routers are usually the last router in a chain Stub networks  Networks with one route to the Internet Static routes are configured by a network administrator using the ip route command NETTECH INDIA 42
  • 44. ADDING STATIC ROUTES (CONTINUED) Syntax for the ip route command: ip route [destination network address] [destination network mask] [ip address next hop interface] [administrative distance] Examples: ip route 172.32.3.0 255.255.255.0 172.32.2.2 ip route 172.32.4.0 255.255.255.0 172.32.2.2 NETTECH INDIA 44
  • 45. ADDING STATIC ROUTES (CONTINUED) Changing administrative distance  The ip route command allows you to configure an administrative distance  Unless you add an administrative distance value to the end of your ip route command  The administrative distance will be 1 Configuring a default route  All packets that are not defined specifically in your routing table will go to the specified interface for the default route NETTECH INDIA 45
  • 46. ADDING STATIC ROUTES (CONTINUED) Configuring a default route (continued)  A default route is a type of static route that the administrator configures  You can use the ip default-network command or the ip route 0.0.0.0 0.0.0.0 command to configure a default route  Default routes are sometimes called quad zero routes  A default route is used only if no other route to a network exists in the routing table NETTECH INDIA 46
  • 47. ADDING STATIC ROUTES (CONTINUED) NETTECH INDIA 47
  • 48. SUMMARY Some protocols are designed to be used in small networks without the need for Network layer addressing The most common nonroutable protocol is NetBEUI Other protocols were designed with the ability to move between multiple networks via Network layer addressing The most common routed protocol suite is TCP/IP NETTECH INDIA 48
  • 49. SUMMARY (CONTINUED) Protocols must be available that can find the best path throughout an internetwork and relay that information to routers Routing protocols are classed in two major groups: Interior Gateway Protocols and Exterior Gateway Protocols Interior routing protocols are further divided into distance-vector and link- state routing protocols These two types of Interior Gateway Protocols use very different methods to determine the best path in an internetwork NETTECH INDIA 49
  • 50. SUMMARY (CONTINUED) Distance-vector protocols periodically broadcast entire routing tables to neighbor routers Link-state protocols multicast link updates to routers in their area upon startup and when network topology changes Two common distance-vector IGPs discussed in this chapter are the Routing Information Protocol and the Interior Gateway Routing Protocol Static routes are used to conserve bandwidth and lower memory and CPU load on a router while still allowing for correct routing table creation NETTECH INDIA 50