A network technician adds a new Layer 3 switch to a multi-access Ethernet network segment running OSPF Area . The operational Designated Router (DR) on the segment has a Router ID of and an OSPF priority of . The new switch is configured with an OSPF priority of and a Router ID of . What will happen to the DR role on this network segment immediately after the new switch establishes adjacency?
- The operational Designated Router retains the DR role because OSPF DR elections are non-preemptive.Answer
- BThe new switch immediately preempts and takes over as the Designated Router due to its higher priority setting of .
- CThe two switches share the Designated Router role by performing active-active load balancing across the segment.
- DThe existing Designated Router relinquishes its role and forces a complete OSPF neighbor adjacency reset across all switches.
Answer
The operational Designated Router retains the DR role because OSPF DR elections are non-preemptive.
In OSPF multi-access broadcast networks, Designated Router (DR) and Backup Designated Router (BDR) elections are non-preemptive. Once a router assumes the DR role, it maintains that role until its OSPF process is reset, the interface goes down, or the router reboots. Adding a router with a higher priority (such as 255) will not displace an active DR.
Step-by-Step Solution
Key Concept
OSPF Designated Router (DR) Non-Preemptive Election Logic