An engineer inspects the operational status of an active OSPFv2 broadcast network using the following Cisco IOS CLI output from router HQ-R1:
text
HQ-R1# show ip ospf interface GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 10.10.10.1/24, Area 0
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 1.1.1.1, Interface address 10.10.10.1
Backup Designated router (ID) 2.2.2.2, Interface address 10.10.2.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:03
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 2.2.2.2 (Backup Designated Router)
A third router, HQ-R3 (Router ID 3.3.3.3), is subsequently connected to the same Ethernet switch segment with its OSPF interface priority configured as 255. If all existing routers remain powered on with active OSPF processes, which statement correctly describes the OSPF role assignment for HQ-R3 once neighbor adjacencies settle?
- HQ-R3 operates as a DROTHER because active DR and BDR roles in OSPFv2 are non-preemptive.Cevap
- BHQ-R3 immediately preempts HQ-R1 as the Designated Router because its priority of 255 exceeds HQ-R1's priority of 1.
- CHQ-R3 replaces HQ-R2 as the Backup Designated Router while HQ-R1 remains the Designated Router.
- DHQ-R3 is automatically reassigned an interface priority of 0 by IOS to prevent preemption, preventing it from forming adjacencies.