A network administrator views the OSPFv2 status of interface GigabitEthernet0/0 on router R1:
text
R1# show ip ospf interface gigabitEthernet 0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 10.10.10.1/24, Area 0
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1
State DROTHER, Priority 0
Designated Router (ID) 3.3.3.3, Interface address 10.10.10.3
Backup Designated router (ID) 2.2.2.2, Interface address 10.10.10.2
If the current Designated Router (Router ID 3.3.3.3) unexpectedly reboots and fails on this multiaccess segment, which behavior will R1 exhibit during the subsequent election process?
- AR1 will compete for the Backup Designated Router (BDR) role because its Router ID is evaluated after the current BDR promotes to DR.
- R1 will remain in the DROTHER state and will not participate in the election for either the DR or BDR role.Answer
- CR1 will automatically become the new DR because it has an active OSPF interface configured on the subnet.
- DR1 will temporarily assume the BDR role until a router with a non-zero priority joins the broadcast domain.
Answer
R1 will remain in the DROTHER state and will not participate in the election for either the DR or BDR role.
In OSPFv2 multiaccess networks, setting `ip ospf priority 0` on an interface makes that interface completely ineligible to participate in Designated Router (DR) or Backup Designated Router (BDR) elections. When the primary DR fails, the existing BDR (Router ID 2.2.2.2) promotes to DR, and a new BDR is elected only among other eligible routers with priority values of 1 to 255. Therefore, the router displaying priority 0 will remain in the DROTHER state throughout the election process.
Step-by-Step Solution
Key Concept
OSPF DR/BDR Election Ineligibility with Priority 0