How does route poisoning prevent routing loops?
Reveal answer
Fill a bubble to check yourself
How does route poisoning prevent routing loops?
New routing updates are ignored until the network has converged.
Failed routes are advertised with a metric of infinity.
A route is marked as unavailable when its Time to Live is exceeded.
The unreachable route is cleared from the routing table after the invalid timer expires.
Route poisoning advertises failed routes with an infinite metric (option B), preventing other routers from using the bad route. This works with hold-down timers to prevent routing loops. Option A describes holddown, not poisoning. Option C describes TTL-based route expiration. Option D describes garbage collection. Route poisoning specifically marks failed routes as unreachable by advertising them with maximum metric.