200-101 · Question #216
What can cause two OSPF neighbors to be stuck in the EXSTART state?
The correct answer is B. The neighbors have different MTU settings.. OSPF neighbors become stuck in EXSTART when they cannot successfully negotiate the master-slave relationship during Database Description (DBD) exchange, which occurs when an MTU mismatch causes one side to reject DBD packets.
Question
Options
- AThere is a low bandwidth connection between neighbors.
- BThe neighbors have different MTU settings.
- CThe OSPF interfaces are in a passive state.
- DThere is only layer one connectivity between neighbors.
How the community answered
(49 responses)- A2% (1)
- B82% (40)
- C10% (5)
- D6% (3)
Why each option
OSPF neighbors become stuck in EXSTART when they cannot successfully negotiate the master-slave relationship during Database Description (DBD) exchange, which occurs when an MTU mismatch causes one side to reject DBD packets.
Low bandwidth slows OSPF convergence and may cause retransmissions, but it does not prevent the EXSTART state from progressing to EXCHANGE - the adjacency will eventually complete just slowly.
During the EXSTART and EXCHANGE states, OSPF routers exchange DBD packets. If the MTU values differ between neighbors, the router with the smaller MTU will receive DBD packets that exceed its MTU and silently drop them, causing the higher-MTU router to keep retransmitting and the adjacency to remain permanently stuck in EXSTART or EXCHANGE state.
Passive interfaces stop OSPF from sending Hello packets on that interface, so neighbors would never even reach INIT state, let alone get stuck in EXSTART.
Layer 1 connectivity alone (no Layer 2 or Layer 3) means OSPF Hellos cannot be exchanged at all, so the neighbor relationship would not form any OSPF state, not specifically EXSTART.
Concept tested: OSPF EXSTART state failure due to MTU mismatch
Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13684-12.html
Topics
Community Discussion
No community discussion yet for this question.