A network administrator executes the command shown below to inspect the OSPFv2 configuration on interface GigabitEthernet0/0 of router R3 on a shared Ethernet segment:
text
R3# show ip ospf interface GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.10.3/24, Area 0
Process ID 1, Router ID 192.168.10.3, Network Type BROADCAST, Cost: 1
State DROTHER, Priority 0
Designated Router (ID) 10.1.1.1, Interface address 192.168.10.1
Backup Designated Router (ID) 10.2.2.2, Interface address 192.168.10.2
If the current Designated Router (10.1.1.1) reboots and permanently disconnects from the network, which state will router R3 transition to following the OSPF election process?
- R3 will remain in the DROTHER state because an OSPF priority of 0 excludes the router from DR and BDR elections.Answer
- BR3 will automatically be promoted to Backup Designated Router (BDR) after the current BDR transitions to Designated Router (DR).
- CR3 will assume the Designated Router (DR) role because its Router ID is higher than the remaining operational routers.
- DR3 will trigger an election delay and shift the network type from BROADCAST to POINT_TO_POINT.
Answer
Router R3 will remain in the DROTHER state because an OSPF interface priority of 0 completely disables the router from participating in DR or BDR elections.
Configuring an OSPF priority of 0 on an interface ('ip ospf priority 0') explicitly prohibits the router from participating in Designated Router (DR) and Backup Designated Router (BDR) elections on multiaccess network segments. When the primary DR fails, the existing BDR becomes the new DR, but router R3 remains a DROTHER because its priority of 0 disqualifies it from election consideration regardless of its Router ID or interface IP.
Step-by-Step Solution
Key Concept
OSPFv2 DR/BDR Election Rules and Priority 0 Exclusion