SlideShare una empresa de Scribd logo
1 de 24
ENHANCED IGRP (EIGRP)
AND OPEN SHORTEST PATH
FIRST (OSPF)
By
Anil Kumar Vishwakarma
MCA,MCTS,CCNA
ENHANCED IGRP (EIGRP)
 EIGRP Characteristics.
 EIGRP Configuration.
 Verifying EIGRP.
EIGRP CHARACTERISTICS
 Hybrid Protocol.
 Cisco-proprietary protocol.
 EIGRP works well in large networks.
 Default AD (administrative distance) is 90.
 EIGRP Metrics use a combination of (B.W, Load, Delay and
Reliability)
 Uses an autonomous system number.
 Maximum Hop count is 255.
 Classless Routing.
 Support VLSM and discontiguous networks.
EIGRP CHARACTERISTICS
 Support for IP, IPX, and AppleTalk via protocol-dependent
modules
 Communication via Reliable Transport Protocol (RTP)
 Best path selection via Diffusing Update Algorithm (DUAL)
 Build three table: -
1. Neighbor table: Each router keeps state information about adjacent
neighbors.
2. Topology table: acted upon by (DUAL). Use to determine the best
path for routing packet.
3. Routing table: Store routes.
EIGRP CONFIGURATION
EIGRP CONFIGURATION
 Configuring Discontiguous Networks
Lab_A(config)#router eigrp 100
Lab_A(config-router)#no auto-summary
Lab_B(config)#router eigrp 100
Lab_B(config-router)#no auto-summary
VERIFYING EIGRP
Description/FunctionCommand
Shows the entire routing
table
show ip route
Shows only EIGRP entries in
the routing table
show ip route eigrp
Shows all EIGRP neighbors
show ip eigrp
neighbors
Shows entries in the EIGRP
topology table
show ip eigrp topology
OPEN SHORTEST PATH FIRST
 OSPF Characteristics.
 OSPF Terminology
 OSPF Configuration.
 Verifying OSPF.
 OSPF and Loopback Interfaces.
 Troubleshooting OSPF.
OSPF CHARACTERISTICS
 Link State Protocol.
 Open Standard protocol.
 OSPF works well in large networks.
 Default AD (administrative distance) is 110.
 EIGRP Metrics use Bandwidth.
 Uses an autonomous system number.
 No Limit Hop count.
 Classless Routing.
 Support VLSM and discontiguous networks.
OSPF CHARACTERISTICS
 Support IP only.
 Best path selection via Dijkstra algorithm.
 Manual Summarization.
 Build three table: -
1. Neighbor table: Each router keeps state information about
adjacent neighbors.
2. Topology table: acted upon by (Dijkstra). Use to determine the
best path for routing packet.
3. Routing table: Store routes.
OSPF TERMINOLOGY
OSPF TERMINOLOGY
Link is an interface on a router.
The Router ID (RID) is the highest IP address
used to identify the router.
OSPF TERMINOLOGY
Link-State: the status of link between two
routers
OSPF TERMINOLOGY
Link-state database (topological database): A list of
information about all other routers in the internetwork. It
shows the internetwork topolog.
OSPF TERMINOLOGY
Area: A collection of routers that has the same area
identification. Each router within an area has the same link-
state information. A router within an area is called an
internal router.
OSPF TERMINOLOGY
Cost (metric): The value assigned to a link. Based
on the bandwidth of the link.
OSPF TERMINOLOGY
Routing table: sometimes known as
the forwarding database.
OSPF TERMINOLOGY
Adjacencies database: A listing of all the neighbors to which
a router has established a bi-directional communication.
OSPF TERMINOLOGY
Designated router (DR) and backup designated
router (BDR): A router that is elected by all other routers
on the same LAN to represent all the routers. Each network
has a DR and BDR.
OSPF CONFIGURATION
The two basic elements of OSPF configuration:
1. Enabling OSPF.
2. Configuring OSPF areas.
Router#config t
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 0.255.255.255 area 0
VERIFYING OSPF
Description/FunctionCommand
Shows the entire routing tableshow ip route
Display OSPF information for one
or all OSPF processes running on
the router.
show ip ospf
the number of links and the
neighboring router’s IDshow ip ospf database
Displays all interface-related
OSPF information.show ip ospf interface
OSPF AND LOOPBACK INTERFACES
 Configuring loopback interfaces when using the OSPF routing protocol is
important, and Cisco suggests using them whenever you configure
OSPF on a router.
 Loopback interfaces are logical interfaces, which are virtual, software-
only interfaces; they are not real router interfaces.
 Configuring Loopback Interfaces
Router (config)#int loopback 0
Router (config-if)#ip address 172.16.10.1 255.255.255.255
Router(config-if)#no shut
TROUBLESHOOTING OSPF
What is the error in this configuration if you want to route only ip
packet begin with 10 then any number ?
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
RouterB#sh ip ospf interface e0/0
Ethernet0/0 is up, line protocol is up
Internet Address 172.16.1.1/16, Area 0
Process ID 2, Router ID 172.126.1.1,
Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State DR, Priority
1
Designated Router (ID) 172.16.1.1,
interface address 172.16.1.2
No backup designated router on this
network
Timer intervals configured, Hello 10, Dead
40, Wait 40, Retransmit 5
RouterA#sh ip ospf interface e0/0
Ethernet0/0 is up, line protocol is up
Internet Address 172.16.1.2/16, Area 0
Process ID 2, Router ID 172.126.1.1,
Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State DR, Priority
1
Designated Router (ID) 172.16.1.2,
interface address 172.16.1.1
No backup designated router on this
network
Timer intervals configured, Hello 5, Dead
20, Wait 20, Retransmit 5
Thank You

Más contenido relacionado

La actualidad más candente

Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
Kashif Latif
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
Kashif Latif
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
anilinvns
 

La actualidad más candente (20)

Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric VanderburgCCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Ospf
OspfOspf
Ospf
 
CCNA ppt Day 5
CCNA ppt Day 5CCNA ppt Day 5
CCNA ppt Day 5
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
Eigrp and ospf comparison
Eigrp and ospf comparisonEigrp and ospf comparison
Eigrp and ospf comparison
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Eigrp
EigrpEigrp
Eigrp
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4
 
Ospf
OspfOspf
Ospf
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 

Destacado

Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
zafar85
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and Configuration
Dsunte Wilson
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS Basics
Dsunte Wilson
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
Arz Sy
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_team
Raja Mazhar
 

Destacado (14)

Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
234821765 ccna-virtual-lab
234821765 ccna-virtual-lab234821765 ccna-virtual-lab
234821765 ccna-virtual-lab
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And Answers
 
CCNA Router Startup and Configuration
CCNA Router Startup and ConfigurationCCNA Router Startup and Configuration
CCNA Router Startup and Configuration
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS Basics
 
Router commands
Router commandsRouter commands
Router commands
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
Ccna command
Ccna commandCcna command
Ccna command
 
Step by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet TracerStep by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet Tracer
 
lab1
lab1lab1
lab1
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_team
 

Similar a ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
robertoxe
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
arpit
 
Ospf and eigrp concepts and configuration
Ospf and eigrp concepts and configurationOspf and eigrp concepts and configuration
Ospf and eigrp concepts and configuration
IT Tech
 

Similar a ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF) (20)

13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Ospf and eigrp concepts and configuration
Ospf and eigrp concepts and configurationOspf and eigrp concepts and configuration
Ospf and eigrp concepts and configuration
 
Ospf
OspfOspf
Ospf
 
OSPF Fundamental
OSPF FundamentalOSPF Fundamental
OSPF Fundamental
 
Ospf
OspfOspf
Ospf
 
Day 12.2 enablingospf
Day 12.2 enablingospfDay 12.2 enablingospf
Day 12.2 enablingospf
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Basic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdfBasic Introduction to Technology (networking).pdf
Basic Introduction to Technology (networking).pdf
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6
 
Building Scalable Cisco Internetworks (Bsci)
Building Scalable Cisco Internetworks (Bsci)Building Scalable Cisco Internetworks (Bsci)
Building Scalable Cisco Internetworks (Bsci)
 

Más de anilinvns (12)

Data center maintenance
Data center maintenanceData center maintenance
Data center maintenance
 
Windows Server 2012
Windows Server 2012Windows Server 2012
Windows Server 2012
 
Windows Server 2008 Active Directory
Windows Server 2008 Active DirectoryWindows Server 2008 Active Directory
Windows Server 2008 Active Directory
 
Booting Process OS
Booting Process OSBooting Process OS
Booting Process OS
 
Network forensics and investigating logs
Network forensics and investigating logsNetwork forensics and investigating logs
Network forensics and investigating logs
 
Password Policy and Account Lockout Policies
Password Policy and Account Lockout PoliciesPassword Policy and Account Lockout Policies
Password Policy and Account Lockout Policies
 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHING
 
Day 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOSDay 6 - Manage CISCO IOS
Day 6 - Manage CISCO IOS
 
Wds
WdsWds
Wds
 
Disk management server
Disk management serverDisk management server
Disk management server
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basics
 
Cyber forensic 1
Cyber forensic 1Cyber forensic 1
Cyber forensic 1
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Último (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 

ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)

  • 1. ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF) By Anil Kumar Vishwakarma MCA,MCTS,CCNA
  • 2. ENHANCED IGRP (EIGRP)  EIGRP Characteristics.  EIGRP Configuration.  Verifying EIGRP.
  • 3. EIGRP CHARACTERISTICS  Hybrid Protocol.  Cisco-proprietary protocol.  EIGRP works well in large networks.  Default AD (administrative distance) is 90.  EIGRP Metrics use a combination of (B.W, Load, Delay and Reliability)  Uses an autonomous system number.  Maximum Hop count is 255.  Classless Routing.  Support VLSM and discontiguous networks.
  • 4. EIGRP CHARACTERISTICS  Support for IP, IPX, and AppleTalk via protocol-dependent modules  Communication via Reliable Transport Protocol (RTP)  Best path selection via Diffusing Update Algorithm (DUAL)  Build three table: - 1. Neighbor table: Each router keeps state information about adjacent neighbors. 2. Topology table: acted upon by (DUAL). Use to determine the best path for routing packet. 3. Routing table: Store routes.
  • 6. EIGRP CONFIGURATION  Configuring Discontiguous Networks Lab_A(config)#router eigrp 100 Lab_A(config-router)#no auto-summary Lab_B(config)#router eigrp 100 Lab_B(config-router)#no auto-summary
  • 7. VERIFYING EIGRP Description/FunctionCommand Shows the entire routing table show ip route Shows only EIGRP entries in the routing table show ip route eigrp Shows all EIGRP neighbors show ip eigrp neighbors Shows entries in the EIGRP topology table show ip eigrp topology
  • 8. OPEN SHORTEST PATH FIRST  OSPF Characteristics.  OSPF Terminology  OSPF Configuration.  Verifying OSPF.  OSPF and Loopback Interfaces.  Troubleshooting OSPF.
  • 9. OSPF CHARACTERISTICS  Link State Protocol.  Open Standard protocol.  OSPF works well in large networks.  Default AD (administrative distance) is 110.  EIGRP Metrics use Bandwidth.  Uses an autonomous system number.  No Limit Hop count.  Classless Routing.  Support VLSM and discontiguous networks.
  • 10. OSPF CHARACTERISTICS  Support IP only.  Best path selection via Dijkstra algorithm.  Manual Summarization.  Build three table: - 1. Neighbor table: Each router keeps state information about adjacent neighbors. 2. Topology table: acted upon by (Dijkstra). Use to determine the best path for routing packet. 3. Routing table: Store routes.
  • 12. OSPF TERMINOLOGY Link is an interface on a router. The Router ID (RID) is the highest IP address used to identify the router.
  • 13. OSPF TERMINOLOGY Link-State: the status of link between two routers
  • 14. OSPF TERMINOLOGY Link-state database (topological database): A list of information about all other routers in the internetwork. It shows the internetwork topolog.
  • 15. OSPF TERMINOLOGY Area: A collection of routers that has the same area identification. Each router within an area has the same link- state information. A router within an area is called an internal router.
  • 16. OSPF TERMINOLOGY Cost (metric): The value assigned to a link. Based on the bandwidth of the link.
  • 17. OSPF TERMINOLOGY Routing table: sometimes known as the forwarding database.
  • 18. OSPF TERMINOLOGY Adjacencies database: A listing of all the neighbors to which a router has established a bi-directional communication.
  • 19. OSPF TERMINOLOGY Designated router (DR) and backup designated router (BDR): A router that is elected by all other routers on the same LAN to represent all the routers. Each network has a DR and BDR.
  • 20. OSPF CONFIGURATION The two basic elements of OSPF configuration: 1. Enabling OSPF. 2. Configuring OSPF areas. Router#config t Router(config)#router ospf 1 Router(config-router)#network 10.0.0.0 0.255.255.255 area 0
  • 21. VERIFYING OSPF Description/FunctionCommand Shows the entire routing tableshow ip route Display OSPF information for one or all OSPF processes running on the router. show ip ospf the number of links and the neighboring router’s IDshow ip ospf database Displays all interface-related OSPF information.show ip ospf interface
  • 22. OSPF AND LOOPBACK INTERFACES  Configuring loopback interfaces when using the OSPF routing protocol is important, and Cisco suggests using them whenever you configure OSPF on a router.  Loopback interfaces are logical interfaces, which are virtual, software- only interfaces; they are not real router interfaces.  Configuring Loopback Interfaces Router (config)#int loopback 0 Router (config-if)#ip address 172.16.10.1 255.255.255.255 Router(config-if)#no shut
  • 23. TROUBLESHOOTING OSPF What is the error in this configuration if you want to route only ip packet begin with 10 then any number ? Router(config)#router ospf 1 Router(config-router)#network 10.0.0.0 255.0.0.0 area 0 RouterB#sh ip ospf interface e0/0 Ethernet0/0 is up, line protocol is up Internet Address 172.16.1.1/16, Area 0 Process ID 2, Router ID 172.126.1.1, Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 172.16.1.1, interface address 172.16.1.2 No backup designated router on this network Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 RouterA#sh ip ospf interface e0/0 Ethernet0/0 is up, line protocol is up Internet Address 172.16.1.2/16, Area 0 Process ID 2, Router ID 172.126.1.1, Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State DR, Priority 1 Designated Router (ID) 172.16.1.2, interface address 172.16.1.1 No backup designated router on this network Timer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 5