SlideShare a Scribd company logo
Dynamic 
Routing
Autonomous System(AS):- 
• An autonomous system (AS) is a group of networks 
under a single administrative control, which could be 
your company, a division within your company, or a 
group of companies. 
• Each AS is assigned a unique number in order to 
differentiate it from other autonomous systems. 
• Range of AS no:- 
total AS nos.= 1 - 65535 
public AS nos = 1 – 64512 
private AS no = 64513 – 65535.
Routing protocol classification:- 
IGP 
• Interior Gateway 
Protocol. 
• Routing protocols used 
within an AS. 
• All routers will be routing 
within the same AS 
boundary. 
• IGPs include RIP, IGRP, 
EIGRP, OSPF, and IS-IS. 
EGP 
• Exterior Gateway 
Protocol 
• Routing protocols used 
between different AS. 
• Routers in different AS 
need as EGP. 
• E.g. BGP is used to route 
traffic across the Internet 
backbone between 
different autonomous 
systems.
IGRP:- 
• Interior Gateway Routing Protocol. 
• It is a Cisco-proprietary routing protocol for IP. 
• It is a distance vector protocol. 
• IGRP uses a composite metric (24-bit), which includes 
bandwidth,delay, reliability, load, and MTU(Maximum 
Transmission Unit). 
• It is a classful routing protocol. 
• Updates are broadcasted via 255.255.255.255. 
• Administrative distance is 100. 
• Used for large organization. 
• Maximum hop count is 255 and 100 is by default.
Timers of IGRP:- 
• Update timer= 90 seconds. 
• Invalid timer= 270 seconds. 
• Holddown timer= 280 seconds. 
• Flush timer= 630 seconds.
IGRP Configuration:- 
BANGLORE#config t 
BANGLORE(config)#no ip routing 
BANGLORE(config)#ip routing 
BANGLORE(config)#router igrp 100 (A S) 
BANGLORE(config-router)#network 
192.168.1.0 
BANGLORE(config-router)#network 10.0.0.0 
BANGLORE(config-router)#^Z 
BANGLORE#show ip route
EIGRP:- 
• Enhanced Interior Gateway Routing Protocol. 
• It is a Cisco-proprietary protocol, and is based on 
IGRP. 
• It is a hybrid protocol. 
• It is a classless routing protocol. 
• EIGRP uses a composite metric (32-bit), which 
includes bandwidth,delay, reliability, load, and 
MTU(Maximum Transmission Unit). 
• Administrative distance is 90. 
• Maximum hop counts is 255 , and 100 by default. 
• It support IP, IPX Apple Talk. 
• Updates are through multicast (224.0.0.10).
Characteristics of EIGRP:- 
• Fast convergence 
• Loop-free topology 
• Multicast and incremental updates 
• Routes for multiple routed protocols 
• Hello packets are send every 5 seconds. 
• EIGRP uses Diffusing update algorithm 
(DUAL) for selecting and maintaining the best 
path to each remote network. 
• It supports for multiple ASes on a single 
router.
EIGRP maintain three tables to store 
route information:- 
• Neighbor ship Table:- 
This table records information about routers with 
whom neighbor ship have been formed. 
• Topology Table:- 
This tables stores the routes that are 
advertisements about every route in the internetwork 
received from each neighbor. 
• Root Table:- 
This tables stores the route that are currently used 
to make routing decisions. There would be separate 
copies of each tables for each protocols that is actively 
being supported by EIGRP, where its IP,IPX,or Apple 
Talk.
Configuration of EIGRP:- 
BANGLORE#config t 
BANGLORE(config)#no ip routing 
BANGLORE(config)#ip routing 
BANGLORE(config)#router eigrp 200 
BANGLORE(config-router)#network 192.168.1.0 
BANGLORE(config-router)#network 10.0.0.0 
BANGLORE(config-router)#^Z 
BANGLORE#show ip route
OSPF:- 
• Open Shortest Path First. 
• It is a open standard routing protocol. 
• It is a link state protocol. 
• It is successor of RIP. 
• It is classless routing protocol. 
• Update are through multicast (224.0.0.5), minimize 
routing traffic. 
• Administrative Distance is 110. 
• OSPF uses metric as cost & cost=(10^8)/bandwidth 
in bps.
Characteristics of OSPF 
• Fast convergence. 
• Hello packets are sent every 10 
seconds. 
• Consists of Areas and autonomous 
systems. 
• Allow scalability. 
• It support VLSM/CIDR. 
• It has unlimited hop counts. 
• Allows multi vendor deployment.
OSPF Areas:- 
• An OSPF area is grouping of 
contiguous networks and routers. 
• All routers in the same area share a 
common area ID. 
• Router can be member of more than 
one area at a time. 
• Area 0 is called as backbone/Transient 
area. 
• 1 – 65535 is a general areas.
OSPF Three Tables:- 
• Neighbor table:- 
Neighbor table contains information about the 
directly connected ospf neighbors forming adjacency. 
• Database table:- 
Database table contain information about all 
entries view of the topology with respect to each 
router. 
• Routing information table:- 
Routing information table contain information 
about the best path calcuted by the shortest path first 
(SPF) algorithm in the database table.
Disadvantages of OSPF:- 
• It requires more memory to hold the adjacency (list of 
OSPF neighbors), topology (a link state database 
containing all of the routers and their routes), and 
routing tables. 
• It requires extra CPU processing to run the SPF 
algorithm . 
• For large networks, it requires careful design to break 
up the network into an appropriate hierarchical design 
by separating routers into different areas. 
• It is complex to configure and more difficult to 
troubleshoot.
OSPF Configuration: 
BANGLORE#config t 
BANGLORE(config)#no ip routing 
BANGLORE(config)#ip routing 
BANGLORE(config)#router ospf 200 (process 
id) 
BANGLORE(config-router)#network 
192.168.1.0 0.0.0.255(wild card mask) 
area 0 
BANGLORE(config-router)#network 10.0.0.0 
0.255.255.255 area 0 
BANGLORE(config-router)#^Z 
BANGLORE#show ip route
Administrative distances 
• Connected 0 
• Static route 1 
• RIP 120 
• IGRP 100 
• EIGRP 90 
• OSPF 110 
• External EIGRP 170 
• Unknown 255

More Related Content

PPTX
13. eigrp and ospf
DOCX
Eigrp and ospf comparison
PDF
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
PPTX
Routing protocols
PDF
Routing Protocol EIGRP
PPTX
OSPF by Abdullah Mukhtar
PPTX
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
PPT
Chapter 7
13. eigrp and ospf
Eigrp and ospf comparison
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Routing protocols
Routing Protocol EIGRP
OSPF by Abdullah Mukhtar
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Chapter 7

What's hot (20)

PPT
Day 3.1 basic routing
PPTX
Open Shortest Path First
PPT
CCIE Lab - IGP Routing
PDF
Day 2 IP ROUTING
PPT
Routing and OSPF
PPTX
Chapter 17 : static routing
PPT
PPTX
INTRODUCTION TO IOS AND CISCO ROUTERS
PDF
IGRP and EIGRP
PPTX
Route Redistribution between OSPF and EIGRP
PPT
OSPF- Multi area
PPT
Ospf
PPT
Static Routing
PPTX
PDF
PPTX
Open shortest path first (ospf)
PPTX
OSPF Internal Route Summarization
PPTX
Redistribution into OSPF
PPT
Static Routing
Day 3.1 basic routing
Open Shortest Path First
CCIE Lab - IGP Routing
Day 2 IP ROUTING
Routing and OSPF
Chapter 17 : static routing
INTRODUCTION TO IOS AND CISCO ROUTERS
IGRP and EIGRP
Route Redistribution between OSPF and EIGRP
OSPF- Multi area
Ospf
Static Routing
Open shortest path first (ospf)
OSPF Internal Route Summarization
Redistribution into OSPF
Static Routing
Ad

Viewers also liked (8)

PPTX
PPT
Ip addressing...
PPTX
PPT
Dynamic routing OSPF 1
PDF
gari_JM_50fotografs
PPT
Save girl child
PDF
PPT
Blood System کرویات خون
Ip addressing...
Dynamic routing OSPF 1
gari_JM_50fotografs
Save girl child
Blood System کرویات خون
Ad

Similar to CCNA part 6 igrp,ospf,eigrp (20)

PPT
Router configuration
PPT
Router configuration
PPTX
Routing protocols
PPTX
EIGRP, DHCP, OSPF, NAT
PPTX
Final Presentation on the Network layer
PPT
Chapter7ccna
PDF
EIGRP NXOS vs IOS Differences
ODP
Dynamic routing
DOCX
Dynamic routing
PPT
6978106.ppt
PPTX
Dynamic routing protocols (CCNA)
PPTX
CCNA ppt Day 5
PDF
EIGRP (enhanced interior gateway routing protocol)
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPT
PDF
Eigrp Summary (Ccna4.Com)
PPTX
Routing Protocols
PDF
ENARSI_Chapter_2 in PDF format easy to understand
PDF
bgp features presentation routing protocle
Router configuration
Router configuration
Routing protocols
EIGRP, DHCP, OSPF, NAT
Final Presentation on the Network layer
Chapter7ccna
EIGRP NXOS vs IOS Differences
Dynamic routing
Dynamic routing
6978106.ppt
Dynamic routing protocols (CCNA)
CCNA ppt Day 5
EIGRP (enhanced interior gateway routing protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
Eigrp Summary (Ccna4.Com)
Routing Protocols
ENARSI_Chapter_2 in PDF format easy to understand
bgp features presentation routing protocle

More from Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW (20)

PDF
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
PPTX
Digital transformation journey Consulting
DOCX
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
DOCX
Risk management Consulting For Municipality
DOCX
GDPR And Privacy By design Consultancy
PPTX
Real implementation Blockchain Best Use Cases Examples
DOCX
Biztalk architecture for Configured SMS service
DOCX
DOCX
Cloud manager client provisioning guideline draft 1.0
PPTX
DOCX
Government Digital transformation trend draft 1.0
DOCX
Enterprise architecture maturity rating draft 1.0
DOCX
Organisation Structure For digital Transformation Team
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
Digital transformation journey Consulting
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
Risk management Consulting For Municipality
GDPR And Privacy By design Consultancy
Real implementation Blockchain Best Use Cases Examples
Biztalk architecture for Configured SMS service
Cloud manager client provisioning guideline draft 1.0
Government Digital transformation trend draft 1.0
Enterprise architecture maturity rating draft 1.0
Organisation Structure For digital Transformation Team

Recently uploaded (20)

PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
AutoCAD Professional Crack 2025 With License Key
PPTX
Transform Your Business with a Software ERP System
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
17 Powerful Integrations Your Next-Gen MLM Software Needs
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
assetexplorer- product-overview - presentation
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
CHAPTER 2 - PM Management and IT Context
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
AutoCAD Professional Crack 2025 With License Key
Transform Your Business with a Software ERP System
Odoo Companies in India – Driving Business Transformation.pdf
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
17 Powerful Integrations Your Next-Gen MLM Software Needs
Navsoft: AI-Powered Business Solutions & Custom Software Development
Patient Appointment Booking in Odoo with online payment
Monitoring Stack: Grafana, Loki & Promtail
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
assetexplorer- product-overview - presentation
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Reimagine Home Health with the Power of Agentic AI​
Designing Intelligence for the Shop Floor.pdf
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
Operating system designcfffgfgggggggvggggggggg
iTop VPN Free 5.6.0.5262 Crack latest version 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf

CCNA part 6 igrp,ospf,eigrp

  • 2. Autonomous System(AS):- • An autonomous system (AS) is a group of networks under a single administrative control, which could be your company, a division within your company, or a group of companies. • Each AS is assigned a unique number in order to differentiate it from other autonomous systems. • Range of AS no:- total AS nos.= 1 - 65535 public AS nos = 1 – 64512 private AS no = 64513 – 65535.
  • 3. Routing protocol classification:- IGP • Interior Gateway Protocol. • Routing protocols used within an AS. • All routers will be routing within the same AS boundary. • IGPs include RIP, IGRP, EIGRP, OSPF, and IS-IS. EGP • Exterior Gateway Protocol • Routing protocols used between different AS. • Routers in different AS need as EGP. • E.g. BGP is used to route traffic across the Internet backbone between different autonomous systems.
  • 4. IGRP:- • Interior Gateway Routing Protocol. • It is a Cisco-proprietary routing protocol for IP. • It is a distance vector protocol. • IGRP uses a composite metric (24-bit), which includes bandwidth,delay, reliability, load, and MTU(Maximum Transmission Unit). • It is a classful routing protocol. • Updates are broadcasted via 255.255.255.255. • Administrative distance is 100. • Used for large organization. • Maximum hop count is 255 and 100 is by default.
  • 5. Timers of IGRP:- • Update timer= 90 seconds. • Invalid timer= 270 seconds. • Holddown timer= 280 seconds. • Flush timer= 630 seconds.
  • 6. IGRP Configuration:- BANGLORE#config t BANGLORE(config)#no ip routing BANGLORE(config)#ip routing BANGLORE(config)#router igrp 100 (A S) BANGLORE(config-router)#network 192.168.1.0 BANGLORE(config-router)#network 10.0.0.0 BANGLORE(config-router)#^Z BANGLORE#show ip route
  • 7. EIGRP:- • Enhanced Interior Gateway Routing Protocol. • It is a Cisco-proprietary protocol, and is based on IGRP. • It is a hybrid protocol. • It is a classless routing protocol. • EIGRP uses a composite metric (32-bit), which includes bandwidth,delay, reliability, load, and MTU(Maximum Transmission Unit). • Administrative distance is 90. • Maximum hop counts is 255 , and 100 by default. • It support IP, IPX Apple Talk. • Updates are through multicast (224.0.0.10).
  • 8. Characteristics of EIGRP:- • Fast convergence • Loop-free topology • Multicast and incremental updates • Routes for multiple routed protocols • Hello packets are send every 5 seconds. • EIGRP uses Diffusing update algorithm (DUAL) for selecting and maintaining the best path to each remote network. • It supports for multiple ASes on a single router.
  • 9. EIGRP maintain three tables to store route information:- • Neighbor ship Table:- This table records information about routers with whom neighbor ship have been formed. • Topology Table:- This tables stores the routes that are advertisements about every route in the internetwork received from each neighbor. • Root Table:- This tables stores the route that are currently used to make routing decisions. There would be separate copies of each tables for each protocols that is actively being supported by EIGRP, where its IP,IPX,or Apple Talk.
  • 10. Configuration of EIGRP:- BANGLORE#config t BANGLORE(config)#no ip routing BANGLORE(config)#ip routing BANGLORE(config)#router eigrp 200 BANGLORE(config-router)#network 192.168.1.0 BANGLORE(config-router)#network 10.0.0.0 BANGLORE(config-router)#^Z BANGLORE#show ip route
  • 11. OSPF:- • Open Shortest Path First. • It is a open standard routing protocol. • It is a link state protocol. • It is successor of RIP. • It is classless routing protocol. • Update are through multicast (224.0.0.5), minimize routing traffic. • Administrative Distance is 110. • OSPF uses metric as cost & cost=(10^8)/bandwidth in bps.
  • 12. Characteristics of OSPF • Fast convergence. • Hello packets are sent every 10 seconds. • Consists of Areas and autonomous systems. • Allow scalability. • It support VLSM/CIDR. • It has unlimited hop counts. • Allows multi vendor deployment.
  • 13. OSPF Areas:- • An OSPF area is grouping of contiguous networks and routers. • All routers in the same area share a common area ID. • Router can be member of more than one area at a time. • Area 0 is called as backbone/Transient area. • 1 – 65535 is a general areas.
  • 14. OSPF Three Tables:- • Neighbor table:- Neighbor table contains information about the directly connected ospf neighbors forming adjacency. • Database table:- Database table contain information about all entries view of the topology with respect to each router. • Routing information table:- Routing information table contain information about the best path calcuted by the shortest path first (SPF) algorithm in the database table.
  • 15. Disadvantages of OSPF:- • It requires more memory to hold the adjacency (list of OSPF neighbors), topology (a link state database containing all of the routers and their routes), and routing tables. • It requires extra CPU processing to run the SPF algorithm . • For large networks, it requires careful design to break up the network into an appropriate hierarchical design by separating routers into different areas. • It is complex to configure and more difficult to troubleshoot.
  • 16. OSPF Configuration: BANGLORE#config t BANGLORE(config)#no ip routing BANGLORE(config)#ip routing BANGLORE(config)#router ospf 200 (process id) BANGLORE(config-router)#network 192.168.1.0 0.0.0.255(wild card mask) area 0 BANGLORE(config-router)#network 10.0.0.0 0.255.255.255 area 0 BANGLORE(config-router)#^Z BANGLORE#show ip route
  • 17. Administrative distances • Connected 0 • Static route 1 • RIP 120 • IGRP 100 • EIGRP 90 • OSPF 110 • External EIGRP 170 • Unknown 255