A network switch running a distance-vector dynamic routing protocol detects that a directly connected link to a remote network segment has failed. To immediately inform neighbouring routers that the route is down and prevent routing loops during convergence, the switch broadcasts a routing update advertising the metric for that failed route as infinity (unreachable). Which dynamic routing mechanism is being demonstrated in this scenario?
- Route poisoningAnswer
- BSplit horizon
- CHolddown timers
- DPoison reverse
Answer
Route poisoning is the mechanism used by distance-vector protocols to immediately advertise a failed network path with an infinite metric value, signaling to neighboring routers that the route is unreachable.
Route poisoning is a distance-vector protocol feature designed to speed up convergence and eliminate routing loops. When an interface goes down, the router immediately sets the metric for that network to an infinite value (such as 16 hops in RIP) and advertises it to neighboring nodes so they remove the bad path instantly.
Step-by-Step Solution
Key Concept
Distance-Vector Loop Prevention Mechanics (Route Poisoning)