An engineer inspects the OSPFv2 neighbor status on router R1, which is connected to a shared Ethernet segment alongside routers R2, R3, and R4. The command output on R1 displays the following neighbor table:
text
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 1 FULL/DR 00:00:33 192.168.1.2 GigabitEthernet0/0
3.3.3.3 1 FULL/BDR 00:00:36 192.168.1.3 GigabitEthernet0/0
4.4.4.4 255 FULL/DROTHER 00:00:31 192.168.1.4 GigabitEthernet0/0
The administrator wants R4 (Router ID 4.4.4.4) to become the Designated Router (DR) on this network segment without changing any interface priorities. Which action will force a new DR election across the segment?
- Execute the clear ip ospf process command on all routers on the multiaccess segment.Answer
- BReload router R4 so that its interface priority of 255 forces an immediate preemption of the active DR.
- CConfigure ip ospf priority 0 on router R1's GigabitEthernet0/0 interface.
- DChange the OSPF network type on interface GigabitEthernet0/0 on R4 to point-to-point.