Two Cisco routers are directly connected via their GigabitEthernet 0/0 interfaces in OSPFv2 Area 0. Router R1 maintains the default interface timers. An administrator executes the command `ip ospf hello-interval 15` on interface GigabitEthernet 0/0 of Router R2, but makes no other configuration changes on either router. What is the impact of this configuration on the OSPF neighbor relationship?
- The routers fail to form an OSPF neighbor relationship because OSPF Hello and Dead intervals must match between directly connected neighbors.Answer
- BThe routers successfully form a FULL neighbor relationship because Dead intervals automatically recalculate to four times the configured Hello interval.
- CThe routers establish an adjacency but remain permanently stuck in the 2-WAY state.
- DThe routers establish an adjacency, but routing update exchanges occur every 15 seconds instead of every 10 seconds.
Answer
The routers fail to form an OSPF neighbor relationship because OSPF Hello and Dead intervals must match between directly connected neighbors.
For two routers to form an OSPFv2 neighbor relationship on a link, specific parameters in their Hello packets must match. These include the Area ID, Subnet Mask, Hello Interval, Dead Interval, Authentication settings, and Stub flag. Modifying the Hello interval on Router R2 to 15 seconds causes a mismatch with Router R1's default 10-second Hello interval, leading both routers to reject incoming Hello packets.
Step-by-Step Solution
Key Concept
OSPFv2 Hello and Dead Timer Matching Requirements
Estimated Time:1m 0s