A network administrator upgrades several core backbone links within an Open Shortest Path First (OSPF) routing domain from 1 Gbps to 10 Gbps. Despite the physical bandwidth upgrade, the core routers assign an identical metric cost of 1 to both the 1 Gbps and 10 Gbps interfaces, resulting in unwanted equal-cost multi-path (ECMP) load balancing across asymmetric links. Which configuration change must be applied to ensure OSPF correctly assigns a lower metric cost to the 10 Gbps interfaces?
- Increase the OSPF auto-cost reference bandwidth setting across all participating routers in the routing domain.Answer
- BLower the administrative distance of OSPF on the 10 Gbps router interfaces below the default value of 110.
- CModify the local OSPF process ID on the 10 Gbps interfaces to force Layer 2 PDU encapsulation tagging.
- DReconfigure host default gateways on connected subnets to bypass interior gateway protocol routing decisions.
Answer
Increase the OSPF auto-cost reference bandwidth setting across all participating routers in the routing domain.
The correct answer highlights that default OSPF implementations use a reference bandwidth of 100 Mbps ( bps) to calculate link cost. As a result, both 1 Gbps and 10 Gbps interfaces evaluate to a cost less than 1, which rounds up to the minimum metric value of 1. Increasing the auto-cost reference bandwidth across all routers allows OSPF to assign distinct, lower cost metrics to faster links, resolving unwanted equal-cost load balancing.
Step-by-Step Solution
Key Concept
OSPF Auto-Cost Reference Bandwidth Adjustment