Question

Difficulty: HardRouting Concepts and Dynamic Routing Protocols

A network administrator is troubleshooting an OSPF dynamic routing issue between two core routers connected via a point-to-point Gigabit Ethernet link. Router 1 has its interface configured with an MTU of 15001500 bytes, while Router 2 has its interface configured with an MTU of 14921492 bytes. Both interfaces share the same /30/30 subnet, OSPF Area 00, Hello timer of 1010 seconds, and Dead timer of 4040 seconds. When reviewing the OSPF neighbor status on Router 1, the neighbor relationship remains stuck in the EXSTART/EXCHANGE state. Which of the following identifies the root cause of this neighbor state condition?

  1. The routers cannot negotiate master/slave roles or transmit Database Description (DBD) packets due to the MTU size mismatch.Answer
  2. B
    The OSPF Hello packets are dropped at Layer 2 because of mismatched PDU frame encapsulation types across the physical link.
  3. C
    The Hello and Dead timers are mismatched, preventing the routers from establishing basic bi-directional communication.
  4. D
    The routers are attempting to create an automated PAT overload session across the point-to-point connection.

Answer

An MTU mismatch between adjacent router interfaces prevents the successful exchange of Database Description (DBD) packets, causing the OSPF neighbor state machine to stall in the EXSTART/EXCHANGE state.
The correct answer identifies that an MTU mismatch between adjacent OSPF router interfaces causes the neighbor state machine to become stuck in the EXSTART/EXCHANGE state. During EXSTART, routers elect master/slave roles and begin exchanging Database Description (DBD) packets containing interface MTU values. If the MTU values do not match, the routers cannot complete the DBD summary exchange and fail to transition to the LOADING or FULL states.

Step-by-Step Solution

1
Analyze the OSPF neighbor state machine progression.
The routers successfully reached the 2-WAY state (evidenced by reaching EXSTART), confirming that IP connectivity, subnets, Area IDs, and Hello/Dead timers match.
If basic parameters like timers or subnets were mismatched, the neighbor relationship would remain in the DOWN or INIT state.
2
Evaluate the function of the EXSTART/EXCHANGE state.
In EXSTART/EXCHANGE, routers elect a primary (master) router using initial sequence numbers and exchange Database Description (DBD) packets describing their Link-State Databases (LSDB).
DBD packets include the interface MTU field to ensure both endpoints can exchange routing information summaries without fragmentation issues.
3
Determine the impact of the MTU discrepancy (15001500 bytes vs 14921492 bytes).
Router 1 rejects incoming DBD packets from Router 2 or fails to receive DBD acknowledgments because the MTU values do not match.
By default, OSPF requires matching MTUs on connected interfaces; a mismatch causes DBD packet exchange failure, leaving the adjacency indefinitely stuck in EXSTART/EXCHANGE.

Key Concept

OSPF Adjacency States and MTU Requirements
Rate this question