An engineer inspects the OSPFv2 operational status of interface GigabitEthernet0/0 on router R1 using the `show ip ospf interface` command:
text
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.1.10/24, Area 0
Process ID 1, Router ID 192.168.1.10, Network Type BROADCAST, Cost: 1
State DROTHER, Priority 0
Designated Router (ID) 10.3.3.3, Interface address 192.168.1.3
Backup Designated Router (ID) 10.2.2.2, Interface address 192.168.1.2
If the active Designated Router (10.3.3.3) reboots and leaves the network, which role will router R1 assume?
- AR1 will become the new Backup Designated Router because its interface IP address is higher than that of the current BDR.
- R1 will remain in the DROTHER state and will not participate in the election for Designated Router or Backup Designated Router.Answer
- CR1 will preempt the Backup Designated Router and immediately become the new Designated Router.
- DR1 will become the new Designated Router while the current Backup Designated Router retains its BDR role.
Answer
Router R1 will remain in the DROTHER state and will not participate in the election for Designated Router or Backup Designated Router.
In OSPFv2 broadcast multiaccess networks, setting an interface priority to 0 completely disables DR/BDR election eligibility for that interface. Even if the current DR fails and a new election occurs, any router with a priority of 0 remains strictly in the DROTHER state.
Step-by-Step Solution
Key Concept
OSPF Priority 0 Exclusion from DR/BDR Selection