352-001 · Question #250
When a multiprotocol environment is designed to have several routers redistribute among the routing domains, how can routing loops be avoided?
The correct answer is B. by using route tags. In multiprotocol environments with multiple redistribution points, route tags mark routes so they are not re-imported into the domain from which they originated, preventing routing loops.
Question
When a multiprotocol environment is designed to have several routers redistribute among the routing domains, how can routing loops be avoided?
Options
- Aby using the AS-PATH attribute
- Bby using route tags
- Cby activating split horizon
- Dby implementing spanning tree
How the community answered
(28 responses)- A4% (1)
- B82% (23)
- C11% (3)
- D4% (1)
Why each option
In multiprotocol environments with multiple redistribution points, route tags mark routes so they are not re-imported into the domain from which they originated, preventing routing loops.
AS-PATH is a BGP-specific attribute used to prevent loops within BGP autonomous systems and does not apply to general multiprotocol redistribution between IGP domains.
Route tags are values attached to routes during redistribution that can be matched and filtered at other redistribution boundaries. By tagging routes as they enter a domain and denying those tagged routes at other redistribution points, a router identifies and discards routes that have already traversed a specific domain. This mechanism directly breaks the feedback cycle that causes redistribution loops in multi-domain topologies.
Split horizon prevents a route learned on an interface from being advertised back out that same interface, which applies to distance-vector updates on individual links, not to inter-domain redistribution loops.
Spanning Tree Protocol operates at Layer 2 to prevent Ethernet bridging loops and has no function in Layer 3 routing domain redistribution.
Concept tested: Route tags preventing inter-domain redistribution loops
Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/8606-redist.html
Topics
Community Discussion
No community discussion yet for this question.