Two Cisco routers, R1 and R2, are connected to a shared Ethernet switch on the 10.1.1.0/24 broadcast multiaccess network running OSPFv2 in Area 0. Router R1 initializes first with an OSPF interface priority of 1 and a Router ID of 1.1.1.1. Seeing no other routers during its Wait timer, R1 elects itself as the Designated Router (DR). Ten minutes later, Router R2 is booted on the segment with its connected interface configured with an OSPF priority of 100 and a Router ID of 2.2.2.2. Which OSPF role will R2 assume on this network segment once neighbor adjacency is fully established?
- Backup Designated Router (BDR), while R1 remains the Designated Router (DR)Answer
- BDesignated Router (DR), preempting R1 due to R2's higher OSPF priority
- CDROTHER, because R2 cannot claim a designated role after the initial election completes
- DDesignated Router (DR), while R1 is demoted to BDR following preemption recalculation
Answer
Router R2 will assume the Backup Designated Router (BDR) role, while Router R1 remains the Designated Router (DR).
In OSPFv2 broadcast multiaccess networks, DR/BDR elections are non-preemptive. Once a router establishes itself as the active Designated Router (DR), it retains that role even if another router with a higher interface priority or higher Router ID subsequently joins the segment. Because R1 was already serving as DR and no BDR was present, R2 is elected as the Backup Designated Router (BDR).
Step-by-Step Solution
Key Concept
Non-preemptive nature of OSPFv2 DR/BDR elections on broadcast multiaccess networks
Estimated Time:1m 15s