An administrator observes the following command output on Router R2 regarding a broadcast multiaccess Ethernet segment:
text
R2# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
1.1.1.1 1 FULL/DR 00:00:35 10.1.1.1 GigabitEthernet0/0
3.3.3.3 1 FULL/BDR 00:00:32 10.1.1.3 GigabitEthernet0/0
10.10.10.10 0 FULL/DROTHER 00:00:38 10.1.1.10 GigabitEthernet0/0
The administrator executes `clear ip ospf process` simultaneously across all routers on this segment to trigger a new election. Assuming all routers re-establish OSPF neighbor relationships at the same time, which router will be elected as the new Designated Router (DR) and why?
- Router 3.3.3.3 will be elected as DR because Router 10.10.10.10 is ineligible due to a priority of 0, and Router 3.3.3.3 has the highest Router ID among the eligible routers.Answer
- BRouter 10.10.10.10 will be elected as DR because its higher Router ID overrides an interface priority setting of 0 during a fresh election.
- CRouter 1.1.1.1 will be elected as DR because OSPF automatically preserves previous DR role assignments across simultaneous process resets.
- DRouter 2.2.2.2 will be elected as DR because the router issuing the troubleshooting command takes precedence during neighbor re-establishment.