SlideShare a Scribd company logo
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
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 3
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 10
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 18
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

More Related Content

What's hot

CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
Waqas Ahmed Nawaz
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
Irsandi Hasan
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
Waqas Ahmed Nawaz
 
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
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
Irsandi Hasan
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
Waqas Ahmed Nawaz
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
Chaing Ravuth
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
Waqas Ahmed Nawaz
 
CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9Irsandi Hasan
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 

What's hot (20)

CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
CCNA (R & S) Module 02 - Connecting Networks - Chapter 7
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 11
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 5
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
CCNA (R & S) Module 02 - Connecting Networks - Chapter 3
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
 
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
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
 
CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 

Similar to CCNA (R & S) Module 04 - Scaling Networks - Chapter 10

CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10
Chaing Ravuth
 
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
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8
Chaing Ravuth
 
Ospf hassan jamal.ppt
Ospf hassan jamal.pptOspf hassan jamal.ppt
Ospf hassan jamal.ppt
almazeedihassan
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
zOSCommserver
 
Day 12.2 enablingospf
Day 12.2 enablingospfDay 12.2 enablingospf
Day 12.2 enablingospf
CYBERINTELLIGENTS
 
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
 
CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9
Chaing Ravuth
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
Waqas Ahmed Nawaz
 
ospf-config.pdf
ospf-config.pdfospf-config.pdf
ospf-config.pdf
Denis Rasskazov
 
1cospf
1cospf1cospf
1cospf
1cospf1cospf
Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018
jou333
 
Configurasi ospf
Configurasi ospfConfigurasi ospf
Configurasi ospf
amri am
 
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
 
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
OspfOspf

Similar to CCNA (R & S) Module 04 - Scaling Networks - Chapter 10 (20)

CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10
 
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
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8
 
Ospf hassan jamal.ppt
Ospf hassan jamal.pptOspf hassan jamal.ppt
Ospf hassan jamal.ppt
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Day 12.2 enablingospf
Day 12.2 enablingospfDay 12.2 enablingospf
Day 12.2 enablingospf
 
Implementing a scalable ospf based solution
Implementing a scalable ospf based solutionImplementing a scalable ospf based solution
Implementing a scalable ospf based solution
 
CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
 
ospf-config.pdf
ospf-config.pdfospf-config.pdf
ospf-config.pdf
 
1cospf
1cospf1cospf
1cospf
 
1cospf
1cospf1cospf
1cospf
 
Capacitacion 2018
Capacitacion 2018Capacitacion 2018
Capacitacion 2018
 
Configurasi ospf
Configurasi ospfConfigurasi ospf
Configurasi 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
 
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
OspfOspf
Ospf
 

More from Waqas Ahmed Nawaz

CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
Waqas Ahmed Nawaz
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
Waqas Ahmed Nawaz
 

More from Waqas Ahmed Nawaz (12)

CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
CCNA (R & S) Module 04 - Scaling Networks - Chapter 1
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
CCNA (R & S) Module 02 - Connecting Networks - Chapter 8
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
 

Recently uploaded

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 

Recently uploaded (20)

Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 

CCNA (R & S) Module 04 - Scaling Networks - Chapter 10

  • 1. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Chapter 10: OSPF Tuning and Troubleshooting Scaling Networks
  • 2. 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.
  • 3. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3 10.1 Advanced Single- Area OSPF Configurations
  • 4. 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.
  • 5. 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.
  • 6. 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
  • 7. 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
  • 8. 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.
  • 9. 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.
  • 10. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 10 10.2 Troubleshooting Single-Area OSPF Implementations
  • 11. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshooting Single-Area OSPF Implementations Components of Troubleshooting Single-Area OSPF
  • 12. 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.
  • 13. 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.
  • 14. 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.
  • 15. 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.
  • 16. 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.
  • 17. 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
  • 18. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 18 10.3 Chapter Summary
  • 19. 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
  • 20. 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.)
  • 21. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential