An enterprise network has four routers—R1, R2, R3, and R4—connected to a shared Layer 2 Ethernet switch on the 10.10.10.0/24 subnet operating with default OSPFv2 configurations on a broadcast network type. Currently, R1 is functioning as the Designated Router (DR) with an interface priority of 1 and Router ID 1.1.1.1. R2 is functioning as the Backup Designated Router (BDR) with an interface priority of 1 and Router ID 2.2.2.2. R3 has its interface priority set to 0 and Router ID 3.3.3.3.
A network administrator brings up a fifth router, R5, on the same Ethernet segment with a Router ID of 5.5.5.5 and executes the following commands:
text
R5(config)# interface GigabitEthernet0/0
R5(config-if)# ip ospf priority 255
After R5 establishes FULL adjacencies with the existing routers, which two statements correctly describe the resulting OSPF DR/BDR election state and operation on this segment? (Select TWO.)
- R1 remains the Designated Router (DR) and R2 remains the Backup Designated Router (BDR) despite R5 having a higher priority.Answer
- BR5 immediately preempts R1 as DR because an interface priority of 255 takes immediate precedence over active routers with a priority of 1.
- R5 will become the DR only if both R1 and R2 fail or have their OSPF processes restarted.Answer
- DR3 will be elected as BDR if R2 fails because R3 was added to the network segment prior to R5.
- ER5 automatically converts the multiaccess segment from Broadcast to Point-to-Point mode because its priority is set to 255.