Four Cisco routers (R1, R2, R3, and R4) are booted simultaneously on a shared broadcast multiaccess Ethernet segment running OSPFv2 in Area 0. No explicit OSPF router ID is configured under the `router ospf` process on any router.
The interface and active IP configurations are as follows:
- R1: GigabitEthernet0/0 IP , Priority = ; Loopback0 IP =
- R2: GigabitEthernet0/0 IP , Priority = ; Loopback0 IP =
- R3: GigabitEthernet0/0 IP , Priority = ; Loopback0 IP =
- R4: GigabitEthernet0/0 IP , Priority = ; Loopback0 IP =
Order the routers in sequence from highest to lowest precedence during the initial Designated Router (DR) and Backup Designated Router (BDR) election, starting with the router selected as DR down to the completely ineligible router.
- 1Router R4 (Priority = 20, Loopback0 = 10.0.0.1)
- 2Router R3 (Priority = 10, Loopback0 = 10.2.2.2)
- 3Router R1 (Priority = 10, Loopback0 = 10.1.1.1)
- 4Router R2 (Priority = 0, Loopback0 = 172.16.1.1)