Place the criteria evaluated during an OSPFv2 Designated Router (DR) election in order of precedence, starting with the highest priority evaluation criteria first.
- 1Highest interface OSPF priority value (non-zero)
- 2Highest manually configured OSPF Router ID
- 3Highest IP address among active loopback interfaces
- 4Highest IP address among active physical interfaces
Answer
The correct order of precedence for OSPFv2 DR/BDR election tie-breaking is: 1. Highest interface OSPF priority value (non-zero), 2. Highest manually configured OSPF Router ID, 3. Highest IP address among active loopback interfaces, 4. Highest IP address among active physical interfaces.
In OSPFv2 DR/BDR elections on broadcast or non-broadcast multiaccess networks, the selection process follows a strict precedence: interface priority is checked first (highest wins, while priority 0 is ineligible). If priorities tie, the OSPF Router ID determines the winner. The Router ID selection itself follows a deterministic hierarchy: explicit manual configuration via 'router-id' first, followed by the highest active loopback IP address, and finally the highest active physical interface IP address.
Step-by-Step Solution
Key Concept
OSPFv2 DR/BDR Election Precedence and Router ID Selection Criteria