An enterprise network features five routers participating in OSPFv2 on a shared Ethernet segment (192.168.12.0/24). A network engineer issues the command `show ip ospf neighbor` on router R3 and observes the following status output:
text
Neighbor ID Pri State Dead Time Address Interface
10.10.10.1 100 FULL/DR 00:00:35 192.168.12.1 GigabitEthernet0/0
10.10.10.2 50 FULL/BDR 00:00:38 192.168.12.2 GigabitEthernet0/0
10.10.10.4 0 FULL/DROTHER 00:00:31 192.168.12.4 GigabitEthernet0/0
10.10.10.5 200 FULL/DROTHER 00:00:36 192.168.12.5 GigabitEthernet0/0
If router 10.10.10.1 unexpectedly suffers an interface failure on GigabitEthernet0/0, which state transition will immediately occur on the segment?
- Router 10.10.10.2 is promoted to Designated Router (DR), and Router 10.10.10.5 is elected as the new Backup Designated Router (BDR).Cevap
- BRouter 10.10.10.5 immediately becomes the new Designated Router (DR) due to its highest interface priority of 200, while Router 10.10.10.2 remains the BDR.
- CRouter 10.10.10.2 becomes the new Designated Router (DR), and Router 10.10.10.4 is elected as the new BDR based on its router ID.
- DRouter 10.10.10.5 becomes the new Designated Router (DR), and Router 10.10.10.4 is promoted to BDR.