An enterprise network administrator deploys four Cisco routers (R1, R2, R3, and R4) connected to a common Layer 2 GigabitEthernet switch on the broadcast multiaccess segment. All routers are powered on simultaneously, and OSPFv2 Area 0 is initialized across all connected interfaces. The interface parameters and operational configurations are as follows:
* R1: Configured with `ip ospf priority 255` and `ip ospf network point-to-point`; Router ID is .
* R2: Configured with default interface priority (); Router ID is (derived from Loopback0).
* R3: Configured with `ip ospf priority 0`; Router ID is (derived from Loopback0).
* R4: Configured with interface priority set to (`ip ospf priority 100`); Router ID is (derived from Loopback0).
Assuming all routers run default OSPF timers and IP settings match, which two outcomes correctly describe the resulting OSPFv2 operational states and DR/BDR election results on this segment? (Choose two.)
- R4 is elected as the Designated Router (DR) for the broadcast multiaccess segment.Cevap
- BR1 is elected as the Designated Router (DR) because it has the highest interface priority of 255.
- R2 is elected as the Backup Designated Router (BDR) for the broadcast multiaccess segment.Cevap
- DR3 is elected as the Backup Designated Router (BDR) because its Router ID (30.30.30.30) is the highest among all participating routers.
- ER1 successfully establishes a FULL neighbor adjacency with R4 because their Hello and Dead timers naturally match.