352-001 · Question #628
When a multiprotocol routing environment is designed to have several routers redistributing among the routing domains, how can routing loops be avoided?
The correct answer is D. By using route tags. Route tags are the standard mechanism to prevent routing loops when multiple routers are simultaneously redistributing routes between different routing protocol domains.
Question
When a multiprotocol routing environment is designed to have several routers redistributing among the routing domains, how can routing loops be avoided?
Options
- ABy implementing spanning tree
- BBy activating split horizon
- CBy using the AS-path attribute
- DBy using route tags
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C4% (1)
- D86% (24)
Why each option
Route tags are the standard mechanism to prevent routing loops when multiple routers are simultaneously redistributing routes between different routing protocol domains.
Spanning Tree Protocol operates at Layer 2 to prevent Ethernet switching loops and has no relevance to Layer 3 routing loops introduced by redistribution between routing protocols.
Split horizon prevents loops within a single distance-vector routing domain by not advertising a route back out the interface it was learned on; it does not function across different routing protocol boundaries where redistribution occurs.
The AS-path attribute is a BGP-specific loop prevention mechanism that only applies to BGP peering sessions and is unavailable in generic multiprotocol redistribution scenarios involving OSPF, EIGRP, or other IGPs.
Route tags allow administrators to stamp a numeric tag on routes as they enter a domain through redistribution; distribute-lists or route-maps on the receiving side can then filter out any route carrying that tag, preventing it from being redistributed back into its origin domain and breaking the loop.
Concept tested: Route tags to prevent redistribution routing 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.