nerdexam
Cisco

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.

Layer 3 Control Plane

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)
  • A
    4% (1)
  • B
    7% (2)
  • C
    4% (1)
  • D
    86% (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.

ABy implementing spanning tree

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.

BBy activating split horizon

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.

CBy using the AS-path attribute

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.

DBy using route tagsCorrect

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

#route redistribution#routing loops#route tags#multiprotocol routing

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice