Arrange the criteria used by OSPFv2 to determine Designated Router (DR) election precedence in order from highest precedence (evaluated first) to lowest precedence (evaluated last).
- 1Highest OSPF interface priority (range 1–255)
- 2Highest explicitly configured OSPF router ID
- 3Highest IPv4 address on an active loopback interface
- 4Highest IPv4 address on an active physical interface
Cevap
The correct sequence from highest to lowest precedence is: Highest OSPF interface priority, followed by Highest explicitly configured OSPF router ID, then Highest IPv4 address on an active loopback interface, and finally Highest IPv4 address on an active physical interface.
OSPFv2 DR/BDR election process evaluates interface priority first. If priorities are equal, it breaks ties using the Router ID, which is selected in the following order of precedence: (1) explicitly configured router ID command, (2) highest IP address on an active loopback interface, and (3) highest IP address on an active physical interface.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 DR/BDR Election Precedence Rules