0% found this document useful (0 votes)
45 views

OSPF Tshoot

The document lists several potential reasons why OSPFv2 neighbor relationships may fail to form, including interfaces being down or not enabled for OSPF, mismatched timers or area numbers/types between neighbors, different subnets, passive interfaces, mismatched authentication, ACLs denying OSPF packets, MTU mismatches, duplicate router IDs, or mismatched network types. It also provides commands for troubleshooting OSPF configuration and neighbor relationships.

Uploaded by

Srijan Tiwari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

OSPF Tshoot

The document lists several potential reasons why OSPFv2 neighbor relationships may fail to form, including interfaces being down or not enabled for OSPF, mismatched timers or area numbers/types between neighbors, different subnets, passive interfaces, mismatched authentication, ACLs denying OSPF packets, MTU mismatches, duplicate router IDs, or mismatched network types. It also provides commands for troubleshooting OSPF configuration and neighbor relationships.

Uploaded by

Srijan Tiwari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

OSPF Tshoot Tickets:

The following are some of the reasons an OSPFv2 neighbor relationship might not form:
Interface is Down - The interface must be up/up.
Interface not Running the OSPF Process - If the interface is not enabled for OSPF, it does not
send hello packets or form adjacencies.
Mismatched Timers - Hello and dead timers must match between neighbors.
Mismatched Area Numbers - The two ends of a link must be in the same OSPF area.
Mismatched Area Type - In addition to a normal OSPF area type, an area type could be a stub
area or a not-so-stubby area (NSSA). The routers must agree on the type of area they are in.
Different Subnets - Neighbors must be in the same subnet.
Passive Interface - The passive interface feature suppresses the sending and receiving of hello
packets while still allowing the interface’s network to be advertised.
Mismatched authentication information - Both OSPF interfaces must be configured for
matching authentication.
ACLs - An ACL may be denying packets to the OSPF multicast address 224.0.0.5.
MTU Mismatch - The maximum transmission unit of neighboring interfaces must match.
Duplicate Router IDs - Router IDs must be unique.
Mismatched Network Types - neighbors configured with a different OSPF network type might
not form an adjacency.

OSPF Tshoot Commands Description


R1# Show ip protocols Route Filters, RID, Area, Routing Process, passive
interface, AD, Load Balancing, Routing Info etc
R1# Show ip interface brief Display All interfaces in brief
R1# show ip route Display all route details
R1# show cdp neighbors Display directly connected neighbor details
R1# Show ip ospf OSPF parameters, PID, RID, bandwidth, areas,
and area authentication etc.
R1# Show ip ospf interface brief Display interfaces that are participating in OSPF
R1# Show ip ospf interface OSPF process, IPv4 address and mask, area ID,
PID, RID, network type, cost, DR/BDR, priority,
and timers etc.
R1# Show ip ospf neighbor Neighbor adjacency
R1# Show ip route ospf Display the OSPF routes
R1# Show ip ospf database Display the OSPF link-state database
R1# Show ip ospf virtual-links Status of OSPF virtual links
R1# show access-list Display Access list block and allowed
R1# Debug ip ospf hello OSPF hello, OSPF timers and OSPF area types
R1# Debug ip ospf packet OSPF packets in real time
R1# Debug ip ospf adj Formation of an OSPF adjacency.
R1# Debug ip ospf events OSPF events, LSAs etc

1 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717


2 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717
Open Shortest Path First (OSPF) Possible issues mentioned Below.

o Open Shortest Path First (OSPF) Network Command Issue.


o Open Shortest Path First (OSPF) Interface Issue.
o Open Shortest Path First (OSPF) Distribute-List and Access List.
o Open Shortest Path First (OSPF) Stub Area Issue.
o Open Shortest Path First (OSPF) Network Type Issue.
o Open Shortest Path First (OSPF) Redistribute Subnets Issue.
o Open Shortest Path First (OSPF) Summarization Issue.
o Open Shortest Path First (OSPF) Passive Interface Issue.
o Open Shortest Path First (OSPF) Multicast Filtering Issue.
o Open Shortest Path First (OSPF) Subnet Mask Issue.
o Open Shortest Path First (OSPF) Hello and Dead Interval Issue.
o Open Shortest Path First (OSPF) Authentication Issue.
o Open Shortest Path First (OSPF) Area Mismatch Issue.
o Open Shortest Path First (OSPF) Area Type Mismatch issue.
o Open Shortest Path First (OSPF) DR/BDR Election Issue.
o Open Shortest Path First (OSPF) Network Type Issue.

3 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717

You might also like