Two directly connected Cisco routers, R1 and R2, are configured for OSPFv2 on their GigabitEthernet0/0 interfaces. Router R1 has its interface configured in OSPF Area 0, while Router R2 has its connecting interface configured in OSPF Area 1. All physical interfaces and IP subnet parameters are operating correctly.
What is the expected OSPF neighbor outcome between R1 and R2?
- The routers will fail to establish an OSPF neighbor relationship because Area IDs in Hello packets must match.Answer
- BThe routers will form a 2-Way neighbor state, but they will fail to exchange routing tables and reach Full state.
- CThe routers will successfully form a Full adjacency as long as both routers use the same OSPF Process ID.
- DThe routers will form a Full neighbor adjacency only after a Designated Router (DR) is elected on the link.
Answer
The routers will fail to establish an OSPF neighbor relationship because Area IDs in Hello packets must match.
For two routers to form an OSPFv2 neighbor relationship, specific fields in their Hello packets must match exactly on the interconnecting link. These required matching parameters include the Area ID, Subnet Mask, Hello and Dead intervals, Primary IP Subnet, Authentication credentials, and Stub Area flag. Because R1 is configured in Area 0 and R2 is configured in Area 1, their Hello packets will be dropped by the receiving interfaces, and no neighbor relationship will be established.
Step-by-Step Solution
Key Concept
OSPFv2 Neighbor Adjacency Requirements