352-001 · Question #474
When designing large EIGRP networks, what is the benefit of route summarization when there are multiple paths to the same destination?
The correct answer is B. It is used to reduce the EIGRP querying domain to create stability and faster convergence.. EIGRP route summarization constrains the scope of EIGRP queries to within the summarization boundary, reducing topology churn and accelerating convergence in large networks.
Question
When designing large EIGRP networks, what is the benefit of route summarization when there are multiple paths to the same destination?
Options
- AIt is a feature used to prevent routing loops.
- BIt is used to reduce the EIGRP querying domain to create stability and faster convergence.
- CIt is a feature used to load balance traffic across multiple links.
- DIt is a way to discard unwanted routes.
How the community answered
(37 responses)- B92% (34)
- C5% (2)
- D3% (1)
Why each option
EIGRP route summarization constrains the scope of EIGRP queries to within the summarization boundary, reducing topology churn and accelerating convergence in large networks.
Preventing routing loops is the function of EIGRP's Diffusing Update Algorithm and the feasibility condition, not route summarization.
When a specific route within a summary is lost, EIGRP's DUAL algorithm sends queries to find an alternative path, and without summarization these queries propagate throughout the entire EIGRP autonomous system, causing widespread instability. Route summarization contains this query domain - routers advertising the summary absorb queries at the boundary rather than forwarding them - which limits route churn, prevents query storms, and results in faster, more stable convergence across multiple paths.
Load balancing across multiple links is achieved via EIGRP equal-cost or unequal-cost load balancing using the variance command, not through route summarization.
Discarding unwanted routes is accomplished using distribute lists or prefix lists applied to EIGRP neighbors, not route summarization, which aggregates routes rather than discarding them.
Concept tested: EIGRP route summarization reducing query domain
Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/16406-eigrp-toc.html
Topics
Community Discussion
No community discussion yet for this question.