Two Cisco routers, R1 and R2, are directly connected via their GigabitEthernet 0/0 interfaces in OSPFv2 Area 0. An administrator configures `ip ospf hello-interval 5` on R1's GigabitEthernet 0/0 interface, while R2's interface retains the default OSPF Hello interval of 10 seconds. What is the impact of this configuration on the OSPF neighbor relationship between R1 and R2?
- The routers fail to establish an OSPF neighbor adjacency and the neighbor state remains down.Cevap
- BThe routers establish a neighbor relationship, but the adjacency is permanently stuck in the 2-WAY state.
- CThe routers successfully form a FULL adjacency after automatically negotiating the Hello interval down to 5 seconds.
- DThe routers form a FULL adjacency, but OSPF route recalculations occur twice as frequently on R1 than on R2.
Cevap
The routers fail to establish an OSPF neighbor adjacency and the neighbor state remains down.
For two routers to establish an OSPFv2 neighbor relationship, essential parameters in their OSPF Hello packets must match exactly. These parameters include the Area ID, Hello interval, Dead interval, Subnet mask (on broadcast networks), and Authentication settings. Because the Hello interval on R1 is set to 5 seconds while R2 is using 10 seconds, both routers reject incoming Hello packets from one another, keeping the neighbor state in the Down state.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Hello Packet Parameter Verification and Neighbor Adjacency Requirements