An engineer executes the following command on router R1 to inspect an OSPFv2 interface connected to a multiaccess Ethernet segment:
text
R1# show ip ospf interface GigabitEthernet0/1
GigabitEthernet0/1 is up, line protocol is up
Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 10.1.1.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DROTHER, Priority 0
Designated Router (ID) 10.3.3.3, Interface address 192.168.1.3
Backup Designated router (ID) 10.2.2.2, Interface address 192.168.1.2
If the current Designated Router with Router ID 10.3.3.3 unexpectedly reboots and goes offline, which router state transition will occur on this segment?
- The router with Router ID 10.2.2.2 will automatically transition from Backup Designated Router to Designated Router.Cevap
- BRouter R1 (10.1.1.1) will be promoted to Backup Designated Router because its interface is actively functioning in State DROTHER.
- CRouter R1 (10.1.1.1) will immediately take over as Designated Router because its OSPF process ID is 1.
- DAll routers on the segment will remain in the INIT state until a manual clear ip ospf process command is issued.
Cevap
The router currently serving as the Backup Designated Router (Router ID 10.2.2.2) will automatically be promoted to the Designated Router role.
In OSPF broadcast multiaccess networks, when the active Designated Router (DR) fails or goes offline, the existing Backup Designated Router (BDR) is immediately promoted to become the new DR. In this output, the BDR is identified by Router ID 10.2.2.2, so it will assume the DR role.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR State Transitions and Priority 0 Exclusion