Four Cisco routers (R1, R2, R3, and R4) are connected to a shared Ethernet broadcast segment (10.1.1.0/24). OSPFv2 process 1 is enabled simultaneously on all router interfaces attached to this segment. The relevant interface and router parameters are configured as follows:
- R1: Interface OSPF Priority = 100, Router ID = 192.168.1.1
- R2: Interface OSPF Priority = 200, Router ID = 10.2.2.2
- R3: Interface OSPF Priority = 200, Router ID = 10.3.3.3
- R4: Interface OSPF Priority = 0, Router ID = 10.254.254.254
Assuming all routers initialize at the same moment without any existing DR or BDR active on the link, which router will be elected as the Backup Designated Router (BDR)?
- R2Cevap
- BR3
- CR4
- DR1
Cevap
R2 will be elected as the Backup Designated Router (BDR).
In OSPF multiaccess networks, DR and BDR elections evaluate interface priority first. Routers with priority 0 (R4) are excluded. Between R2 and R3 (both priority 200), R3 wins the DR role due to its higher Router ID (10.3.3.3 > 10.2.2.2). R2 has the highest remaining priority among eligible non-DR routers, making it the BDR.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR Election Rules and Priority 0 Ineligibility