Four Cisco routers (R1, R2, R3, and R4) are connected to a single Layer 2 Ethernet switch on the 10.1.1.0/24 broadcast multi-access network segment. All four routers run OSPFv2 in Area 0 and are powered on simultaneously. Their interface OSPF priorities and OSPF Router IDs are configured as follows:
- R1: Router ID 192.168.100.1, Interface Priority = 0
- R2: Router ID 10.1.1.20, Interface Priority = 100
- R3: Router ID 172.16.50.1, Interface Priority = 100
- R4: Router ID 10.1.1.40, Interface Priority = 10
Which router is elected as the Designated Router (DR) and which router is elected as the Backup Designated Router (BDR) for this multi-access segment?
- R3 is elected as DR, and R2 is elected as BDR.Answer
- BR1 is elected as DR, and R3 is elected as BDR.
- CR2 is elected as DR, and R3 is elected as BDR.
- DR3 is elected as DR, and R1 is elected as BDR.
Answer
R3 is elected as Designated Router (DR), and R2 is elected as Backup Designated Router (BDR).
The correct response identifies R3 as DR and R2 as BDR. In OSPFv2 broadcast multi-access networks, any router with an interface priority of 0 is strictly excluded from becoming a DR or BDR (relegated to DROTHER status). Thus, R1 is ineligible despite having the highest Router ID. Among the eligible routers (R2, R3, and R4), R2 and R3 share the highest priority (100). The tie is broken by comparing Router IDs; R3 (172.16.50.1) is higher than R2 (10.1.1.20), making R3 the DR. R2 is then elected as BDR because its priority (100) is higher than R4's priority (10).
Step-by-Step Solution
Key Concept
OSPFv2 DR/BDR Election Precedence and Priority 0 Disqualification