Three Cisco routers (R1, R2, and R3) are connected to the same Layer 2 Ethernet switch on the 10.1.1.0/24 subnet and configured in OSPFv2 Area 0. Router R1 completes OSPF initialization first and is successfully elected as the Designated Router (DR). To optimize resource utilization, the network administrator explicitly configures the interface command `ip ospf priority 0` on GigabitEthernet0/0 on both R2 and R3.
After all OSPF processes converge, what neighbor state will be displayed when issuing the `show ip ospf neighbor` command on router R2 specifically for the neighbor entry corresponding to router R3?
- AFULL/DROTHER
- 2WAY/DROTHERCevap
- CEXSTART/DR
- DINIT/DROTHER
Cevap
The neighbor state between R2 and R3 will be 2WAY/DROTHER.
On a broadcast multiaccess network (such as Ethernet), routers only establish FULL adjacencies (exchanging link-state databases) with the Designated Router (DR) and Backup Designated Router (BDR). Routers configured with an OSPF priority of 0 cannot become DR or BDR (they remain DROTHERs). When two DROTHER routers discover each other via Hello packets, they verify bi-directional communication and remain stably in the 2WAY/DROTHER state.
Adım Adım Çözüm
Anahtar Kavram
OSPF Adjacency Formation on Multiaccess Networks and Priority 0 Behavior