An enterprise network has a shared Ethernet segment running OSPFv2 in Area 0. Router R1 (Router ID 10.1.1.1, priority 1) is currently serving as the Designated Router (DR), and Router R2 (Router ID 10.2.2.2, priority 1) is serving as the Backup Designated Router (BDR). A network engineer adds Router R5 (Router ID 10.5.5.5, priority 255) to the segment. Shortly after R5 stabilizes as a DROTHER, R1's interface experiences a temporary link failure and goes down for five minutes before recovering. Which router functions as the DR on the segment immediately after R1 recovers and reaches the FULL neighbor state?
- Router R2 functions as the DR because it was promoted from BDR when R1 failed, and OSPF DR elections are non-preemptive.Answer
- BRouter R5 functions as the DR because its priority of 255 is higher than any other router on the segment.
- CRouter R1 functions as the DR because it reclaims its original role upon completing adjacency initialization with R2 and R5.
- DRouter R5 functions as the DR and Router R1 functions as the BDR because R1 has a higher Router ID than R2.
Answer
Router R2 remains the Designated Router (DR) because OSPF DR/BDR elections are non-preemptive. Upon R1's failure, R2 was promoted to DR and R5 became BDR; when R1 recovers, existing roles are maintained.
OSPF DR and BDR roles are non-preemptive. When R5 joined initially, R1 and R2 retained their roles despite R5 having a higher priority. When R1 failed, BDR R2 was promoted to DR, and R5 was elected as the new BDR. When R1 recovers, it finds an active DR (R2) and an active BDR (R5) already present on the segment, so R1 becomes a DROTHER.
Step-by-Step Solution
Key Concept
Non-preemptive nature of OSPF DR/BDR elections and promotion mechanics on broadcast multiaccess networks