Four candidate routers are connected to a shared multiaccess Ethernet segment to participate in an OSPFv2 Designated Router (DR) election. Arrange the evaluation criteria in order of precedence, starting with the primary criterion checked first at the top down to the final fallback tie-breaker at the bottom.
- 1Highest OSPF interface priority setting
- 2Highest manually configured OSPF router ID
- 3Highest IPv4 address on an active loopback interface
- 4Highest IPv4 address on an active physical interface
Answer
The correct order of precedence for OSPF DR election tie-breaking is: 1) Highest OSPF interface priority setting, 2) Highest manually configured OSPF router ID, 3) Highest IPv4 address on an active loopback interface, and 4) Highest IPv4 address on an active physical interface.
The Designated Router election first evaluates the interface priority configured on the multiaccess segment. If priorities tie, OSPF resolves the election using the router's Router ID (RID). The RID is determined in order by: 1) explicit manual configuration via 'router-id', 2) highest IP address on an active loopback interface, and 3) highest IP address on an active physical interface.
Step-by-Step Solution
Key Concept
OSPFv2 DR/BDR Election Precedence and Router ID Selection Criteria
Estimated Time:1m 0s