SlideShare a Scribd company logo
CCNA Guide to Cisco Networking Fundamentals  Chapter 7 Routing Protocols
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Objectives (continued) Describe, configure, and monitor the interior routing protocol RIP Explain static routing and administrative distance Configure static routing and default routes CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Nonroutable Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 ) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Routing Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Routing Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Enabling RIP Routing CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Enabling RIP Routing (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Enabling RIP Routing (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Configuring RIP Routing for Each Major Network (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Configuring RIP Routing for Each Major Network (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Show ip protocol  and  debug ip rip  Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Show ip protocol  and  debug ip rip  Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Show ip protocol  and  debug ip rip  Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Show ip protocol  and  debug ip rip  Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Adding Static Routes CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Adding Static Routes (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
Ad

Recommended

CCNA IP Addressing
CCNA IP Addressing
Dsunte Wilson
 
CCNA training 101
CCNA training 101
Rohan Reddy
 
Routing and OSPF
Routing and OSPF
arpit
 
Ccna Presentation
Ccna Presentation
bcdran
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
CCNA CheatSheet
CCNA CheatSheet
Eng. Emad Al-Atoum
 
Ccna PPT
Ccna PPT
AIRTEL
 
CCNA Introducing Networks
CCNA Introducing Networks
Dsunte Wilson
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter
 
CCNA TCP/IP
CCNA TCP/IP
Dsunte Wilson
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
 
Cisco router basic
Cisco router basic
Tapan Khilar
 
CCNA ppt Day 1
CCNA ppt Day 1
VISHNU N
 
MAC Address – All you Need to Know About it
MAC Address – All you Need to Know About it
Asya Karapetyan
 
CCNA Report
CCNA Report
Abhishek Parihari
 
Static Routing
Static Routing
Kishore Kumar
 
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
 
Access Control List (ACL)
Access Control List (ACL)
ISMT College
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
Abdelkhalik Mosa
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
Nishant Goel
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
Vuz Dở Hơi
 
Ppt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
Vuz Dở Hơi
 
Address resolution protocol
Address resolution protocol
asimnawaz54
 
CCNA Advanced Switching
CCNA Advanced Switching
Dsunte Wilson
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
Dsunte Wilson
 
CCNA Network Services
CCNA Network Services
Dsunte Wilson
 

More Related Content

What's hot (20)

Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter
 
CCNA TCP/IP
CCNA TCP/IP
Dsunte Wilson
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
 
Cisco router basic
Cisco router basic
Tapan Khilar
 
CCNA ppt Day 1
CCNA ppt Day 1
VISHNU N
 
MAC Address – All you Need to Know About it
MAC Address – All you Need to Know About it
Asya Karapetyan
 
CCNA Report
CCNA Report
Abhishek Parihari
 
Static Routing
Static Routing
Kishore Kumar
 
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
 
Access Control List (ACL)
Access Control List (ACL)
ISMT College
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
Abdelkhalik Mosa
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
Nishant Goel
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
Vuz Dở Hơi
 
Ppt of routing protocols
Ppt of routing protocols
Bhagyashri Dhoke
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
Vuz Dở Hơi
 
Address resolution protocol
Address resolution protocol
asimnawaz54
 
CCNA Advanced Switching
CCNA Advanced Switching
Dsunte Wilson
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
Open shortest path first (ospf)
Open shortest path first (ospf)
Respa Peter
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPT
Pijush Kanti Das
 
Cisco router basic
Cisco router basic
Tapan Khilar
 
CCNA ppt Day 1
CCNA ppt Day 1
VISHNU N
 
MAC Address – All you Need to Know About it
MAC Address – All you Need to Know About it
Asya Karapetyan
 
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
 
Access Control List (ACL)
Access Control List (ACL)
ISMT College
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
Abdelkhalik Mosa
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
Nishant Goel
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
Vuz Dở Hơi
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
Vuz Dở Hơi
 
Address resolution protocol
Address resolution protocol
asimnawaz54
 
CCNA Advanced Switching
CCNA Advanced Switching
Dsunte Wilson
 

Viewers also liked (17)

CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
Dsunte Wilson
 
CCNA Network Services
CCNA Network Services
Dsunte Wilson
 
CCNA Access Lists
CCNA Access Lists
Dsunte Wilson
 
CCNA Router and IOS Basics
CCNA Router and IOS Basics
Dsunte Wilson
 
CCNA PPP and Frame Relay
CCNA PPP and Frame Relay
Dsunte Wilson
 
CCNA Network Devices
CCNA Network Devices
Dsunte Wilson
 
Introduction to oracle primavera
Introduction to oracle primavera
Dsunte Wilson
 
CCNA Router Startup and Configuration
CCNA Router Startup and Configuration
Dsunte Wilson
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
Vuz Dở Hơi
 
CCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The Network
Vuz Dở Hơi
 
Digital Transmission Fundamentals
Digital Transmission Fundamentals
Aisu
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
Vuz Dở Hơi
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMS
Ashita Agrawal
 
Network topologies
Network topologies
Norah Saad
 
Computer services
Computer services
Arz Sy
 
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
Dsunte Wilson
 
Cisco CCNA module 2
Cisco CCNA module 2
Anjar Septiawan
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
Dsunte Wilson
 
CCNA Network Services
CCNA Network Services
Dsunte Wilson
 
CCNA Router and IOS Basics
CCNA Router and IOS Basics
Dsunte Wilson
 
CCNA PPP and Frame Relay
CCNA PPP and Frame Relay
Dsunte Wilson
 
CCNA Network Devices
CCNA Network Devices
Dsunte Wilson
 
Introduction to oracle primavera
Introduction to oracle primavera
Dsunte Wilson
 
CCNA Router Startup and Configuration
CCNA Router Startup and Configuration
Dsunte Wilson
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
Vuz Dở Hơi
 
CCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The Network
Vuz Dở Hơi
 
Digital Transmission Fundamentals
Digital Transmission Fundamentals
Aisu
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
Vuz Dở Hơi
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMS
Ashita Agrawal
 
Network topologies
Network topologies
Norah Saad
 
Computer services
Computer services
Arz Sy
 
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
SYMANTEC ENDPOINT PROTECTION Advanced Monitoring and Reporting
Dsunte Wilson
 
Ad

Similar to CCNA Routing Protocols (20)

Routing in Internet Protocol networks.ppt
Routing in Internet Protocol networks.ppt
ShahidMehmood285010
 
CCNA/Networking
CCNA/Networking
Nettech India Thane @ 9870803004/5
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
Chaing Ravuth
 
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
LucioCondoriMamani
 
Chapter -1 Basic Network Routing Concepts.pptx
Chapter -1 Basic Network Routing Concepts.pptx
AhmedTk1
 
Ospf
Ospf
gopi1985
 
ConfigureTwo networks principle
ConfigureTwo networks principle
DrAlneami
 
Chapter 08
Chapter 08
guest35417d
 
Chapter 08
Chapter 08
guest35417d
 
Chapter 08
Chapter 08
guest35417d
 
CCNA FUNDAMENTAL
CCNA FUNDAMENTAL
Er Aadarsh Srivastava
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
tthind
 
Chapter 06 - Routing
Chapter 06 - Routing
phanleson
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptx
AyaanMohamed4
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
Nil Menon
 
Respond 3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docx
aryan532920
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
Vamsi Krishna Kalavala
 
CCNP Route
CCNP Route
Saurabh Chauhan
 
ccna project on topic company infrastructure
ccna project on topic company infrastructure
Prince Gautam
 
Network Layer & Transport Layer
Network Layer & Transport Layer
Sweta Kumari Barnwal
 
Routing in Internet Protocol networks.ppt
Routing in Internet Protocol networks.ppt
ShahidMehmood285010
 
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
en_ROUTE_v7_Ch01 (3)_Cisco ccna v7..pptx
LucioCondoriMamani
 
Chapter -1 Basic Network Routing Concepts.pptx
Chapter -1 Basic Network Routing Concepts.pptx
AhmedTk1
 
ConfigureTwo networks principle
ConfigureTwo networks principle
DrAlneami
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
tthind
 
Chapter 06 - Routing
Chapter 06 - Routing
phanleson
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptx
AyaanMohamed4
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
Nil Menon
 
Respond 3 of your colleagues postings in one or more of the fol.docx
Respond 3 of your colleagues postings in one or more of the fol.docx
aryan532920
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
Vamsi Krishna Kalavala
 
ccna project on topic company infrastructure
ccna project on topic company infrastructure
Prince Gautam
 
Ad

More from Dsunte Wilson (17)

SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
Dsunte Wilson
 
IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration Introduction
Dsunte Wilson
 
Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6
Dsunte Wilson
 
CCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay Questions
Dsunte Wilson
 
CCNA Access Lists Questions
CCNA Access Lists Questions
Dsunte Wilson
 
CCNA Network Services Questions
CCNA Network Services Questions
Dsunte Wilson
 
CCNA Advanced Routing Protocols Questions
CCNA Advanced Routing Protocols Questions
Dsunte Wilson
 
CCNA Routing Protocols Questions
CCNA Routing Protocols Questions
Dsunte Wilson
 
CCNA Router Startup and Configuration Questions
CCNA Router Startup and Configuration Questions
Dsunte Wilson
 
CCNA Router and IOS Basics Questions
CCNA Router and IOS Basics Questions
Dsunte Wilson
 
CCNA IP Addressing
CCNA IP Addressing
Dsunte Wilson
 
CCNA TCP/IP Questions
CCNA TCP/IP Questions
Dsunte Wilson
 
CCNA Network Devices Questions
CCNA Network Devices Questions
Dsunte Wilson
 
CCNA Introducing Networks Questions
CCNA Introducing Networks Questions
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
SYMANTEC ENDPOINT PROTECTION Interfacing the SEPM with Protection Center
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
SYMANTEC ENDPOINT PROTECTION Performing Server and Database Management
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
SYMANTEC ENDPOINT PROTECTION Configuring Replication and Failover and Load Ba...
Dsunte Wilson
 
IBM BladeCenter Fundamentals Introduction
IBM BladeCenter Fundamentals Introduction
Dsunte Wilson
 
SYMANTEC ENDPOINT PROTECTION Administration Introduction
SYMANTEC ENDPOINT PROTECTION Administration Introduction
Dsunte Wilson
 
Tips and Tricks of Toad for Oracle 10.6
Tips and Tricks of Toad for Oracle 10.6
Dsunte Wilson
 
CCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay Questions
Dsunte Wilson
 
CCNA Access Lists Questions
CCNA Access Lists Questions
Dsunte Wilson
 
CCNA Network Services Questions
CCNA Network Services Questions
Dsunte Wilson
 
CCNA Advanced Routing Protocols Questions
CCNA Advanced Routing Protocols Questions
Dsunte Wilson
 
CCNA Routing Protocols Questions
CCNA Routing Protocols Questions
Dsunte Wilson
 
CCNA Router Startup and Configuration Questions
CCNA Router Startup and Configuration Questions
Dsunte Wilson
 
CCNA Router and IOS Basics Questions
CCNA Router and IOS Basics Questions
Dsunte Wilson
 
CCNA TCP/IP Questions
CCNA TCP/IP Questions
Dsunte Wilson
 
CCNA Network Devices Questions
CCNA Network Devices Questions
Dsunte Wilson
 
CCNA Introducing Networks Questions
CCNA Introducing Networks Questions
Dsunte Wilson
 

Recently uploaded (20)

9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Daily Lesson Log MATATAG ICT TEchnology 8
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
Safe Software
 
Curietech AI in action - Accelerate MuleSoft development
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
digitaljignect
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
2025_06_18 - OpenMetadata Community Meeting.pdf
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Daily Lesson Log MATATAG ICT TEchnology 8
Daily Lesson Log MATATAG ICT TEchnology 8
LOIDAALMAZAN3
 
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
Safe Software
 
Curietech AI in action - Accelerate MuleSoft development
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
digitaljignect
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
2025_06_18 - OpenMetadata Community Meeting.pdf
2025_06_18 - OpenMetadata Community Meeting.pdf
OpenMetadata
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 

CCNA Routing Protocols

  • 1. CCNA Guide to Cisco Networking Fundamentals Chapter 7 Routing Protocols
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 3. Objectives (continued) Describe, configure, and monitor the interior routing protocol RIP Explain static routing and administrative distance Configure static routing and default routes CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 5. Nonroutable Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 8. CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 ) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 10. CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 12. Routing Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 13. 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 14. Routing Protocols (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 17. Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 18. Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 20. CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 23. CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 25. Two Types of IGPs (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 27. Enabling RIP Routing CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 29. Enabling RIP Routing (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 30. Enabling RIP Routing (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 32. Configuring RIP Routing for Each Major Network (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 33. Configuring RIP Routing for Each Major Network (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 35. Show ip protocol and debug ip rip Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 36. CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 37. Show ip protocol and debug ip rip Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 38. Show ip protocol and debug ip rip Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 39. Show ip protocol and debug ip rip Commands (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 43. Adding Static Routes CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 47. Adding Static Routes (continued) CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition
  • 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 CCNA Guide to Cisco Networking Fundamentals, Fourth Edition