A service provider has deployed segment routing with OSPF as the IGP in its core network. The network consists of 100 routers in a single area. The operations team reports that after a link failure between Router X and Router Y, traffic from Router A to Router B is taking a suboptimal path even though IGP convergence is complete and all routers have updated their LSDB. Router A and Router B are both segment routing capable. The team verifies that no SR-TE policies are configured and that all routers are using the default SPF algorithm. The expected shortest path from A to B should go through the newly restored link, but instead it still traverses an alternate path. Which action should resolve the issue?
This forces OSPF to re-flood LSAs and run SPF, ensuring the restored link is considered in the shortest path tree.
Why this answer
Option D is correct: The issue is likely that OSPF link-state advertisement (LSA) flooding is delayed or blocked, preventing the repair of the LSDB. 'clear ip ospf process' forces a fresh LSA flood and SPF computation. Option A is wrong because SR-TE policies are not used. Option B is wrong because the problem is not with label allocation but with routing.
Option C is wrong because adjacency SIDs are automatically allocated and not the root cause.