nerdexam
Cisco

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.

Layer 3 Control Plane

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)
  • A
    4% (1)
  • B
    82% (23)
  • C
    11% (3)
  • D
    4% (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.

Aby using the AS-PATH attribute

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.

Bby using route tagsCorrect

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.

Cby activating split horizon

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.

Dby implementing spanning tree

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

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

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice