SlideShare a Scribd company logo
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 10: OSPF Tuning
and Troubleshooting
CCNA Routing and Switching
Scaling Networks
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 13
Chapter 10: OSPF Tuning
and Troubleshooting
Scaling Networks
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 10 - Sections & Objectives
 10.1 Advanced Single-Area OSPF Configurations
 Configure OSPF to improve network performance.
 10.2 Troubleshooting Single-Area OSPF Implementations
 Troubleshoot common OSPF configuration issues in a small
to medium-sized business network.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15
10.1 Advanced Single-
Area OSPF Configurations
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
OSPF in Multiaccess Networks
 OSPF Network Types
 Point-to-point
 Broadcast multiaccess
 Nonbroadcast multiaccess (NBMA)
 Point-to-multipoint
 Virtual links
 OSPF challenges for OSPF
 Creation of multiple adjacencies
 Extensive flooding of LSAs
 OSPF Designated Router
 OSPF elects a DR to be the collection and distribution point for
LSAs sent and received.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
OSPF in Multiaccess Networks (Cont.)
 Verifying DR/BDR Roles
 To verify the roles of the OSPFv2 router, use the show ip ospf interface command.
 For the equivalent OSPFv3 command, simply substitute ip with ipv6.
 Verifying DR/BDR Adjacencies
 To verify the OSPFv2 adjacencies, use the show ip ospf neighbor command.
 The normal state for an OSPF router is usually FULL.
 Default DR/BDR Election Process
 The routers in the network elect the router with the highest interface priority as the
DR.
 The router with the second highest interface priority is elected as the BDR.
 The OSPF Priority
 To configure the OSPF priority, use the ip ospf priority value interface command.
For the equivalent OSPFv3 command, simply substitute ip with ipv6.
 With the OSPF priority of 0, the router does not become a DR or BDR.
 For values 1 – 255, the higher the value, the more likely the router becomes the DR
or BDR on the interface.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
Default Route Propagation
 Propagating a Default Static Route in OSPFv2
 To propagate a default route, the edge router must be
configured with:
 A default static route using the ip route 0.0.0.0 0.0.0.0 {ip-
address | exit-intf} command.
 The default-information originate router configuration mode
command.
 Verifying the Propagated
IPv4 Default Route
 Verify the default route settings
on using the show ip route
command
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
Default Route Propagation (Cont.)
 Propagating a Default Static Route in OSPFv3
 The process of propagating a default static route in OSPFv3 is almost identical to
OSPFv2
 To propagate a default route, the edge router must be configured with:
 A default static route using the ipv6 route ::/0 {ipv6-address | exit-intf} command
 The default-information originate router configuration mode command.
 Verifying the Propagated IPv6
Default Route
 Verify the default static route
setting on R2 using the show
ipv6 route static command
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
Fine-tuning OSPF Interfaces
 OSPF Hello and Dead Intervals
 The OSPF Hello and Dead intervals are configurable on a per-interface basis.
 The OSPF intervals must match or a neighbor adjacency does not occur.
 Modifying OSPFv2 Intervals
 OSPFv2 Hello and Dead intervals can be modified manually:
 ip ospf hello-interval seconds
 ip ospf dead-interval seconds
 Use the no ip ospf hello-
interval and no ip ospf
dead-interval commands
to reset the intervals to
their default.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Single-Area OSPF Configurations
Fine-tuning OSPF Interfaces (Cont.)
 Modifying OSPFv3 Intervals
 OSPFv2 Hello and Dead intervals can be modified manually:
 ipv6 ospf hello-interval seconds
 ipv6 ospf dead-interval seconds
 Use the no ipv6 ospf hello-interval and no ipv6 ospf dead-
interval commands to reset the intervals to their default.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22
10.2 Troubleshooting
Single-Area OSPF
Implementations
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Components of Troubleshooting Single-Area OSPF
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Components of Troubleshooting Single-Area OSPF (Cont.)
 OSPF States
 When troubleshooting OSPF neighbors, be aware that the FULL or 2WAY
states are normal.
 All other states are transitory.
 OSPF Troubleshooting Commands
 show ip protocols
 show ip ospf neighbor
 show ip ospf interface
 show ip ospf
 show ip route ospf
 clear ip ospf [process-id] process
 For the equivalent OSPFv3 command, simply substitute ip with ipv6.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Components of Troubleshooting Single-Area OSPF (Cont.)
 Components of Troubleshooting OSPF
 Neighbor table is not correct
 Are the interfaces operational? Are the
interfaces enabled for OSPF? Does the
OSPF area match? Is there an interface
that is configured as passive?
 Routing table is not correct
 Are the networks being advertised? Is there
an ACL that is blocking advertisements? Is
there another routing protocol with a lower
AD being used as well? Are all areas
connected to Area 0?
 Traffic does not take the desired path
 Verify the OSPF cost on an interface. Verify
the OSPF reference bandwidth.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Troubleshoot Single-Area OSPFv2 Routing Issues
 Troubleshooting Neighbor Issues
 For an interface to be enabled for OSPFv2, a matching network
command must be configured under the OSPFv2 routing process.
 If connected interfaces on two routers are not enabled for OSPF,
the neighbors will not form an adjacency
 Recall that the passive-interface command stops both outgoing
and incoming routing updates because the effect of the command
causes the router to stop sending and receiving Hello packets
over an interface.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Troubleshoot Single-Area OSPFv2 Routing Issues (Cont.)
 Troubleshooting OSPFv2 Routing Table Issues
 For an interface to be enabled for OSPFv2, a matching
network command must be configured under the OSPFv2
routing process.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Troubleshoot Single-Area OSPFv3 Routing Issues
 OSPFv3 Troubleshooting Commands
 show ipv6 protocols
 show ipv6 ospf neighbor
 show ipv6 ospf interface
 show ipv6 ospf
 show ipv6 route ospf
 clear ip ospfv6 [process-id] process
 Troubleshooting OSPFv3
 Unlike OSPFv2, OSPFV3 does not use the
network command. Instead OSPFv3 is enabled directly on
the interface.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshooting Single-Area OSPF Implementations
Troubleshoot Multiarea OSPFv2 and OSPFv3
 Multiarea OSPF Troubleshooting Skills
 Before you can begin to diagnose and resolve problems related to a
multiarea OSPF implementation, you must be able to do the following:
 Understand the processes OSPF uses to distribute, store, and select
routing information.
 Understand how OSPF information flows within and between areas.
 Use Cisco IOS commands to gather and interpret the information
necessary to troubleshoot OSPF operation.
 Multiarea OSPF Troubleshooting Data Structures
 OSPF stores routing information in four main data structures:
 Interface table
 Neighbor table
 Link-state database (LSDB)
 Routing table
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 30
10.3 Chapter Summary
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 OSPF defines five network types: point-to-point, broadcast multiaccess, nonbroadcast multiaccess,
point-to-multipoint, and virtual links.
 Multiaccess networks can create two challenges for OSPF regarding the flooding of LSAs: creation of
multiple adjacencies and extensive flooding of LSAs. The solution to managing the number of
adjacencies and the flooding of LSAs on a multiaccess network is the DR and BDR. If the DR stops
producing Hellos, the BDR promotes itself and assumes the role of DR.
 The routers in the network elect the router with the highest interface priority as DR. The router with the
second highest interface priority is elected the BDR. The higher the priority, the likelier the router will be
selected as the DR. If set to 0, the router is not capable of becoming the DR. The default priority of
multiaccess broadcast interfaces is 1. Therefore, unless otherwise configured, all routers have an equal
priority value and must rely on another tie breaking method during the DR/BDR election. If the interface
priorities are equal, then the router with the highest router ID is elected the DR. The router with the
second highest router ID is the BDR. The addition of a new router does not initiate a new election
process.
 To propagate a default route in OSPF, the router must be configured with a default static route and
the default-information originate command must be added to the configuration. Verify routes with
the show ip route or show ipv6 route command.
 To assist OSPF in making the correct path determination, the reference bandwidth must be changed to a
higher value to accommodate networks with links faster than 100 Mb/s. To adjust the reference
bandwidth, use the auto-cost reference-bandwidth Mbps router configuration mode command. To adjust
the interface bandwidth, use the bandwidth kilobits interface configuration mode command. The cost can
be manually configured on an interface using the ip ospf cost value interface configuration mode
command.
Chapter Summary
Summary
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 The OSPF Hello and Dead intervals must match or a neighbor adjacency does not occur. To modify
these intervals, use the following interface commands:
 ip ospf hello-interval seconds
 ip ospf dead-interval seconds
 ipv6 ospf hello-interval seconds
 ipv6 ospf dead-interval seconds
 When troubleshooting OSPF neighbors, be aware that the FULL or 2WAY states are normal. The
following commands summarize OSPFv2 troubleshooting:
 show ip protocols
 show ip ospf neighbor
 show ip ospf interface
 show ip ospf
 show ip route ospf
 clear ip ospf [process-id] process
 Troubleshooting OSPFv3 is similar to OSPFv2. The following commands are the equivalent commands
used with OSPFv3: show ipv6 protocols, show ipv6 ospf neighbor, show ipv6 ospf interface, show ipv6
ospf, show ipv6 route ospf, and clear ipv6 ospf [process-id] process.
Chapter Summary
Summary (Cont.)
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

What's hot

CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
Chaing Ravuth
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
Chaing Ravuth
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
Chaing Ravuth
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
Chaing Ravuth
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
Chaing Ravuth
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
Chaing Ravuth
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6
Chaing Ravuth
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
Chaing Ravuth
 
Ospf.ppt
Ospf.pptOspf.ppt
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
Waqas Ahmed Nawaz
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
Chaing Ravuth
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
Chaing Ravuth
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
Chaing Ravuth
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
Chaing Ravuth
 
CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2
Chaing Ravuth
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7
Chaing Ravuth
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 
CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8
Chaing Ravuth
 

What's hot (20)

CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
 
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter2
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
 
CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5CCNA3 Verson6 Chapter5
CCNA3 Verson6 Chapter5
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
 
CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2CCNA3 Verson6 Chapter2
CCNA3 Verson6 Chapter2
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 
CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8CCNA2 Verson6 Chapter8
CCNA2 Verson6 Chapter8
 

Similar to CCNA3 Verson6 Chapter10

CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
Waqas Ahmed Nawaz
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
kecatem465
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
serieux1
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
SkyBlue659156
 
Day 12.2 enablingospf
Day 12.2 enablingospfDay 12.2 enablingospf
Day 12.2 enablingospf
CYBERINTELLIGENTS
 
Ospf
OspfOspf
Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospf
Vuz Dở Hơi
 
ospf-config.pdf
ospf-config.pdfospf-config.pdf
ospf-config.pdf
Denis Rasskazov
 
1cospf
1cospf1cospf
1cospf
1cospf1cospf
Implementing a scalable ospf based solution
Implementing a scalable ospf based solutionImplementing a scalable ospf based solution
Implementing a scalable ospf based solution
Arnold Derrick Kinney
 
How to configure the basic OSPF?
How to configure the basic OSPF?How to configure the basic OSPF?
How to configure the basic OSPF?
E-Lins Technology Co. Ltd.
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11
Joshua Torres
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
Migrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip SmithMigrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip Smith
MyNOG
 
CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11
Irsandi Hasan
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
zOSCommserver
 
Configurasi ospf
Configurasi ospfConfigurasi ospf
Configurasi ospf
amri am
 

Similar to CCNA3 Verson6 Chapter10 (20)

CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
 
ENSA_Module_2.pptx
ENSA_Module_2.pptxENSA_Module_2.pptx
ENSA_Module_2.pptx
 
Day 12.2 enablingospf
Day 12.2 enablingospfDay 12.2 enablingospf
Day 12.2 enablingospf
 
Ospf
OspfOspf
Ospf
 
Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospf
 
ospf-config.pdf
ospf-config.pdfospf-config.pdf
ospf-config.pdf
 
1cospf
1cospf1cospf
1cospf
 
1cospf
1cospf1cospf
1cospf
 
Implementing a scalable ospf based solution
Implementing a scalable ospf based solutionImplementing a scalable ospf based solution
Implementing a scalable ospf based solution
 
How to configure the basic OSPF?
How to configure the basic OSPF?How to configure the basic OSPF?
How to configure the basic OSPF?
 
Exploration routing chapter_11
Exploration routing chapter_11Exploration routing chapter_11
Exploration routing chapter_11
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Migrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip SmithMigrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip Smith
 
CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 11
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Configurasi ospf
Configurasi ospfConfigurasi ospf
Configurasi ospf
 

More from Chaing Ravuth

CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
Chaing Ravuth
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
Chaing Ravuth
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
Chaing Ravuth
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
Chaing Ravuth
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4
Chaing Ravuth
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
Chaing Ravuth
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
Chaing Ravuth
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
Chaing Ravuth
 

More from Chaing Ravuth (13)

CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
 
CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1CCNA4 Verson6 Chapter1
CCNA4 Verson6 Chapter1
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
 

Recently uploaded

PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 

Recently uploaded (20)

PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 

CCNA3 Verson6 Chapter10

  • 1. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 10: OSPF Tuning and Troubleshooting CCNA Routing and Switching Scaling Networks
  • 2. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 13 Chapter 10: OSPF Tuning and Troubleshooting Scaling Networks
  • 3. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 10 - Sections & Objectives  10.1 Advanced Single-Area OSPF Configurations  Configure OSPF to improve network performance.  10.2 Troubleshooting Single-Area OSPF Implementations  Troubleshoot common OSPF configuration issues in a small to medium-sized business network.
  • 4. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 15 10.1 Advanced Single- Area OSPF Configurations
  • 5. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations OSPF in Multiaccess Networks  OSPF Network Types  Point-to-point  Broadcast multiaccess  Nonbroadcast multiaccess (NBMA)  Point-to-multipoint  Virtual links  OSPF challenges for OSPF  Creation of multiple adjacencies  Extensive flooding of LSAs  OSPF Designated Router  OSPF elects a DR to be the collection and distribution point for LSAs sent and received.
  • 6. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations OSPF in Multiaccess Networks (Cont.)  Verifying DR/BDR Roles  To verify the roles of the OSPFv2 router, use the show ip ospf interface command.  For the equivalent OSPFv3 command, simply substitute ip with ipv6.  Verifying DR/BDR Adjacencies  To verify the OSPFv2 adjacencies, use the show ip ospf neighbor command.  The normal state for an OSPF router is usually FULL.  Default DR/BDR Election Process  The routers in the network elect the router with the highest interface priority as the DR.  The router with the second highest interface priority is elected as the BDR.  The OSPF Priority  To configure the OSPF priority, use the ip ospf priority value interface command. For the equivalent OSPFv3 command, simply substitute ip with ipv6.  With the OSPF priority of 0, the router does not become a DR or BDR.  For values 1 – 255, the higher the value, the more likely the router becomes the DR or BDR on the interface.
  • 7. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations Default Route Propagation  Propagating a Default Static Route in OSPFv2  To propagate a default route, the edge router must be configured with:  A default static route using the ip route 0.0.0.0 0.0.0.0 {ip- address | exit-intf} command.  The default-information originate router configuration mode command.  Verifying the Propagated IPv4 Default Route  Verify the default route settings on using the show ip route command
  • 8. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations Default Route Propagation (Cont.)  Propagating a Default Static Route in OSPFv3  The process of propagating a default static route in OSPFv3 is almost identical to OSPFv2  To propagate a default route, the edge router must be configured with:  A default static route using the ipv6 route ::/0 {ipv6-address | exit-intf} command  The default-information originate router configuration mode command.  Verifying the Propagated IPv6 Default Route  Verify the default static route setting on R2 using the show ipv6 route static command
  • 9. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations Fine-tuning OSPF Interfaces  OSPF Hello and Dead Intervals  The OSPF Hello and Dead intervals are configurable on a per-interface basis.  The OSPF intervals must match or a neighbor adjacency does not occur.  Modifying OSPFv2 Intervals  OSPFv2 Hello and Dead intervals can be modified manually:  ip ospf hello-interval seconds  ip ospf dead-interval seconds  Use the no ip ospf hello- interval and no ip ospf dead-interval commands to reset the intervals to their default.
  • 10. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Single-Area OSPF Configurations Fine-tuning OSPF Interfaces (Cont.)  Modifying OSPFv3 Intervals  OSPFv2 Hello and Dead intervals can be modified manually:  ipv6 ospf hello-interval seconds  ipv6 ospf dead-interval seconds  Use the no ipv6 ospf hello-interval and no ipv6 ospf dead- interval commands to reset the intervals to their default.
  • 11. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 22 10.2 Troubleshooting Single-Area OSPF Implementations
  • 12. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Components of Troubleshooting Single-Area OSPF
  • 13. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Components of Troubleshooting Single-Area OSPF (Cont.)  OSPF States  When troubleshooting OSPF neighbors, be aware that the FULL or 2WAY states are normal.  All other states are transitory.  OSPF Troubleshooting Commands  show ip protocols  show ip ospf neighbor  show ip ospf interface  show ip ospf  show ip route ospf  clear ip ospf [process-id] process  For the equivalent OSPFv3 command, simply substitute ip with ipv6.
  • 14. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Components of Troubleshooting Single-Area OSPF (Cont.)  Components of Troubleshooting OSPF  Neighbor table is not correct  Are the interfaces operational? Are the interfaces enabled for OSPF? Does the OSPF area match? Is there an interface that is configured as passive?  Routing table is not correct  Are the networks being advertised? Is there an ACL that is blocking advertisements? Is there another routing protocol with a lower AD being used as well? Are all areas connected to Area 0?  Traffic does not take the desired path  Verify the OSPF cost on an interface. Verify the OSPF reference bandwidth.
  • 15. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Troubleshoot Single-Area OSPFv2 Routing Issues  Troubleshooting Neighbor Issues  For an interface to be enabled for OSPFv2, a matching network command must be configured under the OSPFv2 routing process.  If connected interfaces on two routers are not enabled for OSPF, the neighbors will not form an adjacency  Recall that the passive-interface command stops both outgoing and incoming routing updates because the effect of the command causes the router to stop sending and receiving Hello packets over an interface.
  • 16. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Troubleshoot Single-Area OSPFv2 Routing Issues (Cont.)  Troubleshooting OSPFv2 Routing Table Issues  For an interface to be enabled for OSPFv2, a matching network command must be configured under the OSPFv2 routing process.
  • 17. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Troubleshoot Single-Area OSPFv3 Routing Issues  OSPFv3 Troubleshooting Commands  show ipv6 protocols  show ipv6 ospf neighbor  show ipv6 ospf interface  show ipv6 ospf  show ipv6 route ospf  clear ip ospfv6 [process-id] process  Troubleshooting OSPFv3  Unlike OSPFv2, OSPFV3 does not use the network command. Instead OSPFv3 is enabled directly on the interface.
  • 18. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Troubleshoot Multiarea OSPFv2 and OSPFv3  Multiarea OSPF Troubleshooting Skills  Before you can begin to diagnose and resolve problems related to a multiarea OSPF implementation, you must be able to do the following:  Understand the processes OSPF uses to distribute, store, and select routing information.  Understand how OSPF information flows within and between areas.  Use Cisco IOS commands to gather and interpret the information necessary to troubleshoot OSPF operation.  Multiarea OSPF Troubleshooting Data Structures  OSPF stores routing information in four main data structures:  Interface table  Neighbor table  Link-state database (LSDB)  Routing table
  • 19. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 30 10.3 Chapter Summary
  • 20. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential  OSPF defines five network types: point-to-point, broadcast multiaccess, nonbroadcast multiaccess, point-to-multipoint, and virtual links.  Multiaccess networks can create two challenges for OSPF regarding the flooding of LSAs: creation of multiple adjacencies and extensive flooding of LSAs. The solution to managing the number of adjacencies and the flooding of LSAs on a multiaccess network is the DR and BDR. If the DR stops producing Hellos, the BDR promotes itself and assumes the role of DR.  The routers in the network elect the router with the highest interface priority as DR. The router with the second highest interface priority is elected the BDR. The higher the priority, the likelier the router will be selected as the DR. If set to 0, the router is not capable of becoming the DR. The default priority of multiaccess broadcast interfaces is 1. Therefore, unless otherwise configured, all routers have an equal priority value and must rely on another tie breaking method during the DR/BDR election. If the interface priorities are equal, then the router with the highest router ID is elected the DR. The router with the second highest router ID is the BDR. The addition of a new router does not initiate a new election process.  To propagate a default route in OSPF, the router must be configured with a default static route and the default-information originate command must be added to the configuration. Verify routes with the show ip route or show ipv6 route command.  To assist OSPF in making the correct path determination, the reference bandwidth must be changed to a higher value to accommodate networks with links faster than 100 Mb/s. To adjust the reference bandwidth, use the auto-cost reference-bandwidth Mbps router configuration mode command. To adjust the interface bandwidth, use the bandwidth kilobits interface configuration mode command. The cost can be manually configured on an interface using the ip ospf cost value interface configuration mode command. Chapter Summary Summary
  • 21. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential  The OSPF Hello and Dead intervals must match or a neighbor adjacency does not occur. To modify these intervals, use the following interface commands:  ip ospf hello-interval seconds  ip ospf dead-interval seconds  ipv6 ospf hello-interval seconds  ipv6 ospf dead-interval seconds  When troubleshooting OSPF neighbors, be aware that the FULL or 2WAY states are normal. The following commands summarize OSPFv2 troubleshooting:  show ip protocols  show ip ospf neighbor  show ip ospf interface  show ip ospf  show ip route ospf  clear ip ospf [process-id] process  Troubleshooting OSPFv3 is similar to OSPFv2. The following commands are the equivalent commands used with OSPFv3: show ipv6 protocols, show ipv6 ospf neighbor, show ipv6 ospf interface, show ipv6 ospf, show ipv6 route ospf, and clear ipv6 ospf [process-id] process. Chapter Summary Summary (Cont.)
  • 22. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 23. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential