A network administrator configures four routers (R1, R2, R3, and R4) on a single multiaccess Ethernet segment running OSPFv2. The OSPF interface parameters are configured as follows:
- R1: OSPF Priority = 100, Router ID = 1.1.1.1
- R2: OSPF Priority = 0, Router ID = 4.4.4.4
- R3: OSPF Priority = 100, Router ID = 3.3.3.3
- R4: OSPF Priority = 50, Router ID = 2.2.2.2
All four routers boot simultaneously and form neighbor relationships. Which role will router R2 assume on this network segment?
- DROTHER, because an interface priority of 0 explicitly excludes the router from becoming a DR or BDR.Cevap
- BDR (Designated Router), because its Router ID of 4.4.4.4 is the highest among all connected routers.
- CBDR (Backup Designated Router), because its high Router ID places it second after priority evaluation.
- DDR (Designated Router), because priority 0 causes immediate preemption of the existing DR.
Cevap
Router R2 will assume the role of DROTHER because an interface priority of 0 prevents it from participating in the DR/BDR election.
On an OSPF broadcast network, routers elect a DR and BDR based on the highest interface priority. If there is a tie in priority, the highest Router ID breaks the tie. However, any interface configured with an OSPF priority of 0 is strictly excluded from participating in the election and will immediately assume the role of DROTHER, regardless of how high its Router ID is.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR Election Exclusion via Priority 0