Five Cisco routers—R1, R2, R3, R4, and R5—are connected to a single Layer 2 Ethernet switch on the 10.1.1.0/24 multiaccess network segment running OSPFv2 in Area 0.
The initial boot sequence and interface configurations are as follows:
- R1 boots first with interface OSPF priority 1 and Router ID 1.1.1.1.
- R2 boots second with interface OSPF priority 1 and Router ID 2.2.2.2.
- Once R1 and R2 finish establishing adjacencies, R3 (priority 2, Router ID 3.3.3.3), R4 (priority 0, Router ID 4.4.4.4), and R5 (priority 255, Router ID 5.5.5.5) are booted simultaneously.
After all adjacencies reach the FULL state across the segment, R1 suffers a power failure and goes offline. Assuming no OSPF processes were reset manually prior to the failure, which router will be promoted to DR and which router will be elected as the new BDR?
- R2 becomes the DR, and R5 becomes the new BDR.Answer
- BR5 becomes the DR, and R3 becomes the new BDR.
- CR2 becomes the DR, and R4 becomes the new BDR.
- DR3 becomes the DR, and R5 becomes the new BDR.