Question 1,873 of 1,819
IP RoutinghardMultiple ChoiceObjective-mapped

Quick Answer

The answer is a hello and dead timer mismatch, as this is the most common cause of an OSPF neighbor being stuck in the INIT state. When R1 sees R2’s Hello packets but cannot move to 2-WAY, it means R1 received the packets but found a mismatch in a required OSPF parameter—most frequently the hello or dead interval. Unlike MTU mismatches, which halt adjacency during the Exstart/Exchange phase, timer mismatches prevent the initial neighbor relationship from forming at all. On the CCNA 200-301 v2 exam, this question tests your ability to differentiate between OSPF states and their associated failure points; a common trap is confusing INIT with EXSTART or EXCHANGE problems. Remember that INIT means “I heard you, but you don’t match my settings.” A quick memory tip: “INIT = I Need It Timed” — if timers don’t match, you stay stuck in INIT.

CCNA IP Routing Practice Question

This 200-301 practice question tests your understanding of ip routing. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: oSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

R1 G0/0: ip 10.1.12.1/30, ip ospf hello-interval 10, ip ospf dead-interval 40
R2 G0/0: ip 10.1.12.2/30, ip ospf hello-interval 5,  ip ospf dead-interval 20
Both interfaces are up/up and in area 0.

R1 and R2 are directly connected via Ethernet on interface G0/0. Both interfaces are in the same subnet and configured for OSPF area 0. After enabling OSPF, R1's G0/0 is stuck in the INIT state in the OSPF neighbor table. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Review the full OSPF breakdown →

Exhibit

R1 G0/0: ip 10.1.12.1/30, ip ospf hello-interval 10, ip ospf dead-interval 40
R2 G0/0: ip 10.1.12.2/30, ip ospf hello-interval 5,  ip ospf dead-interval 20
Both interfaces are up/up and in area 0.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Hello and dead timer mismatch

Being stuck in the INIT state means R1 has received Hello packets from R2 but has not transitioned to the 2-WAY state. This most often occurs when critical OSPF parameters like the hello and dead timers do not match. An MTU mismatch, while problematic, would cause the adjacency to fail during database exchange (Exstart/Exchange), not during initial neighbor formation. Missing router IDs are not a real issue because routers auto-generate them, and a duplicate static route to the connected subnet would not affect OSPF neighbor discovery.

Key principle: OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • MTU mismatch

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    In a different scenario where the question specifies that both routers are configured with different MTU sizes, and the OSPF packets exceed the smaller MTU, this option would be correct. For example, if R1 has an MTU of 1500 and R2 has an MTU of 1400, this could lead to adjacency issues.

  • Hello and dead timer mismatch

    Why this is correct

    Correct choice.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.

  • Missing router ID on both routers

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    In a different question, if the scenario described routers that were configured to use OSPF but had no router ID set, and the question asked why OSPF routes were not being advertised, then this option would be correct as it directly impacts OSPF operation.

  • A duplicate static route to 10.1.12.0/30

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    In a scenario where the question specifies that R1 and R2 are using static routing instead of OSPF, and both routers have a duplicate static route configured for the same destination, this could lead to routing conflicts. The question would need to focus on static routing behavior rather than OSPF adjacency.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

Hello and dead timer mismatchCorrect answer

Why this is correct

Correct choice.

MTU mismatchWrong answer — click to see why

Why this is wrong here

An MTU mismatch would typically prevent OSPF packets from being successfully transmitted, but it does not directly cause an adjacency failure. OSPF can still establish adjacency if the MTU is mismatched, as long as the packets are small enough to be transmitted.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that both routers are configured with different MTU sizes, and the OSPF packets exceed the smaller MTU, this option would be correct. For example, if R1 has an MTU of 1500 and R2 has an MTU of 1400, this could lead to adjacency issues.

Why candidates choose this

Candidates may choose this option because they associate MTU mismatches with connectivity issues in networking, leading them to believe it could be a plausible cause for OSPF adjacency failures.

Missing router ID on both routersWrong answer — click to see why

Why this is wrong here

This option is wrong because a missing router ID does not prevent OSPF adjacency formation; it only affects OSPF routing. OSPF can still establish adjacencies without a router ID, as it will generate a default one if not configured.

★ When this WOULD be the correct answer

In a different question, if the scenario described routers that were configured to use OSPF but had no router ID set, and the question asked why OSPF routes were not being advertised, then this option would be correct as it directly impacts OSPF operation.

Why candidates choose this

Candidates may choose this option because they associate router IDs with OSPF functionality and believe that a missing router ID would inherently disrupt OSPF operations, leading to adjacency issues.

A duplicate static route to 10.1.12.0/30Wrong answer — click to see why

Why this is wrong here

A duplicate static route to 10.1.12.0/30 would not prevent R1 and R2 from forming an OSPF adjacency, as OSPF does not rely on static routes for neighbor relationships. OSPF adjacency issues are typically related to configuration mismatches rather than routing table entries.

★ When this WOULD be the correct answer

In a scenario where the question specifies that R1 and R2 are using static routing instead of OSPF, and both routers have a duplicate static route configured for the same destination, this could lead to routing conflicts. The question would need to focus on static routing behavior rather than OSPF adjacency.

Why candidates choose this

Candidates might choose this option because they associate routing issues with static routes and believe that any routing conflict could disrupt OSPF operations, even though this is not the case.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

A common exam trap is selecting MTU mismatch or missing router IDs as the cause of OSPF adjacency failure. While MTU mismatches can cause adjacency issues during database exchange, they do not prevent the initial neighbor relationship from forming. Missing router IDs do not block adjacency because routers automatically generate IDs if none are configured. Another trap is confusing static routes with neighbor discovery; static routes do not influence OSPF adjacency. The key is to focus on timer mismatches, as hello and dead intervals must be identical for routers to recognize each other as neighbors and establish adjacency.

Detailed technical explanation

How to think about this question

OSPF (Open Shortest Path First) is a link-state routing protocol that relies on neighbor adjacencies to exchange routing information. Routers send hello packets at regular intervals to discover neighbors and maintain adjacency. The hello interval defines how often these packets are sent, while the dead interval specifies how long a router waits without receiving a hello before declaring the neighbor down. Both timers must match on connected interfaces for adjacency to form. When two OSPF routers connect on a broadcast or point-to-point network, they compare several parameters during the neighbor discovery process, including hello and dead timers, area ID, subnet, and authentication settings. If any of these parameters differ, the routers will not establish an adjacency. The hello and dead timer mismatch is a common cause because these timers control neighbor liveness detection. If one router expects hellos every 10 seconds but the other sends them every 30 seconds, the adjacency will fail. Exam candidates often mistake other issues such as MTU mismatch or missing router IDs as causes for adjacency failure. While MTU mismatches can delay adjacency in some cases, they do not typically prevent it outright. Router IDs are automatically assigned if not configured, so missing IDs do not block adjacency. Static routes are unrelated to neighbor formation. Understanding that hello and dead timer consistency is mandatory helps avoid these traps and ensures reliable OSPF neighbor relationships in practical networks.

KKey Concepts to Remember

  • OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.
  • OSPF hello packets are sent periodically to discover and maintain neighbor relationships on broadcast and point-to-point links.
  • A mismatch in OSPF hello or dead intervals causes routers to reject each other as neighbors, preventing adjacency formation.
  • OSPF adjacency formation requires interfaces to be in the same subnet and configured for the same OSPF area.
  • MTU mismatches can prevent OSPF adjacency in some cases, but hello and dead timer mismatches are more common causes.
  • Missing router IDs do not prevent OSPF adjacency; routers automatically generate router IDs if none are configured.
  • Static routes do not affect OSPF adjacency formation because OSPF neighbor discovery is independent of routing table entries.
  • OSPF adjacency parameters such as hello and dead timers must be consistent to ensure stable and reliable routing updates.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

What to study next

Got this wrong? Here's your next step.

Review oSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

IP Routing — This question tests IP Routing — OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies..

What is the correct answer to this question?

The correct answer is: Hello and dead timer mismatch — Being stuck in the INIT state means R1 has received Hello packets from R2 but has not transitioned to the 2-WAY state. This most often occurs when critical OSPF parameters like the hello and dead timers do not match. An MTU mismatch, while problematic, would cause the adjacency to fail during database exchange (Exstart/Exchange), not during initial neighbor formation. Missing router IDs are not a real issue because routers auto-generate them, and a duplicate static route to the connected subnet would not affect OSPF neighbor discovery.

What should I do if I get this 200-301 question wrong?

Review oSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

OSPF routers must have matching hello and dead timers on interfaces to successfully form neighbor adjacencies.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 200-301 practice questions

Last reviewed: May 17, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.