A network administrator is troubleshooting an OSPFv2 neighbor relationship between two directly connected Cisco routers. Command-line interface output indicates that the neighbor relationship is persistently stuck in the ExStart state. Which configuration mismatch is the primary cause of this specific neighbor state condition?
- Interface Maximum Transmission Unit (MTU) sizeAnswer
- BOSPF Hello and Dead timer intervals
- COSPF Area Identifier configuration
- DIP subnet mask on the connecting link
Answer
Interface Maximum Transmission Unit (MTU) size
During OSPF adjacency negotiation, routers pass through Init and 2-Way before entering ExStart. In ExStart, master/slave roles are determined using Database Description (DBD) packets, which contain the interface MTU size. If the interface MTUs between neighbor interfaces do not match, the router receiving DBDs with a higher MTU drops them, causing the neighbor state to remain stuck in ExStart.
Step-by-Step Solution
Key Concept
OSPF Neighbor States and MTU Mismatch Impact
Estimated Time:1m 0s