An administrator is reviewing the following Cisco IOS command output from router HQ-R3, which is connected to a shared Ethernet LAN segment alongside other OSPFv2 routers:
HQ-R3# show ip ospf interface GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.1.3/24, Area 0
Process ID 1, Router ID 10.3.3.3, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DROTHER, Priority 0
Designated Router (ID) 10.4.4.4, Interface address 192.168.1.4
Backup Designated Router (ID) 10.2.2.2, Interface address 192.168.1.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
If both the current Designated Router (10.4.4.4) and Backup Designated Router (10.2.2.2) fail simultaneously, which statement correctly describes the operational outcome for HQ-R3 during the resulting election?
- HQ-R3 will remain in the DROTHER state and is ineligible to become either the DR or BDR because its configured interface priority is zero.Answer
- BHQ-R3 will automatically become the new Designated Router if its Router ID of 10.3.3.3 is higher than all remaining active routers.
- CHQ-R3 will temporarily become the Backup Designated Router while neighboring routers wait for the 40-second Wait timer to expire.
- DHQ-R3 will initiate a point-to-point adjacency fallback mechanism and bypass the DR/BDR election entirely.