Arrange the evaluation steps in the correct order of precedence used by OSPFv2 routers to determine Designated Router (DR) selection on a multiaccess network segment, from the initial eligibility filter to the final tie-breaker.
- 1Disqualify any candidate interface configured with an OSPF priority of 0 from participating in the election.
- 2Select the candidate router possessing the highest configured OSPF interface priority value.
- 3Break priority ties by choosing the router with the highest explicitly configured OSPF Router ID or highest active loopback IPv4 address.
- 4Break remaining ties by choosing the router with the highest IPv4 address configured on an active non-loopback physical interface.
Cevap
The correct order of precedence for OSPFv2 DR selection is: 1) Disqualify priority 0 interfaces, 2) Select the candidate with the highest OSPF interface priority, 3) Break priority ties using the highest explicit Router ID or loopback IPv4 address, and 4) Break remaining ties using the highest active physical interface IPv4 address.
During an OSPFv2 DR election on a multiaccess network segment, candidate routers first exclude any interfaces configured with an OSPF priority of 0. Next, routers compare interface priorities to select the highest value. If interface priorities tie, OSPF compares Router IDs by selecting the candidate with the highest explicitly configured Router ID or highest loopback IPv4 address. Finally, if no loopback interface is present, the highest active physical interface IPv4 address is used as the tie-breaker.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR Election Precedence