Animal control HQ must take an OSPF core router offline for a firmware window without black-holing traffic mid-drain. Which technique lets neighbors reconverge away from the box before adjacencies are torn down?
Select an answer to reveal the explanation.
Short Explanation
Picture the HQ router as a busy highway off-ramp you’re closing tonight. Graceful shutdown first posts ‘detour’ signs (max-metric LSAs) so cars leave the ramp, then it closes the gate. A hard process clear just yanks the ramp with traffic still on it.
Full Explanation
OSPF graceful shutdown floods router LSAs with maximum metrics so neighbors recompute paths away from the device before adjacency teardown. That ordered drain avoids transient black holes during planned maintenance. Hard process resets and timer-only tweaks do not provide the same pre-teardown traffic diversion. Use graceful shutdown (or equivalent stub-router drain) as the controlled offline pattern.