352-001 · Question #544
Company ABC grew organically and now their single-area OSPF network has an unacceptably slow convergence time after a topology change. To address the slow convergence time, they want to introduce a mu
The correct answer is A. Routing is suboptimal. The primary concern with address summarization at OSPF ABRs is that aggregating routes hides specific prefix information from other areas, which can cause traffic to follow a non-optimal forwarding path.
Question
Company ABC grew organically and now their single-area OSPF network has an unacceptably slow convergence time after a topology change. To address the slow convergence time, they want to introduce a multiarea OSPF design and implement address summarization at the area border routers, which option should be their main concern about this redesign?
Options
- ARouting is suboptimal
- BSPF calculation takes longer
- COperations complexity is increased
- DMore memory is needed across the routers on the network
How the community answered
(41 responses)- A46% (19)
- B32% (13)
- C7% (3)
- D15% (6)
Why each option
The primary concern with address summarization at OSPF ABRs is that aggregating routes hides specific prefix information from other areas, which can cause traffic to follow a non-optimal forwarding path.
When an ABR advertises a summary prefix, routers outside that area lose visibility into the specific destinations behind it and cannot determine the optimal exit point, so traffic may be directed toward an ABR that is not the closest to the actual destination. In designs with multiple ABRs advertising the same or overlapping summaries, this loss of specific reachability information makes suboptimal routing the primary and unavoidable trade-off of summarization.
Multiarea OSPF reduces SPF computation overhead by constraining LSA flooding and the topology database to each individual area, so SPF calculations become faster, not slower.
Increased operational complexity is a real secondary drawback of multiarea OSPF, but it is not the main technical concern specifically caused by address summarization.
Summarization reduces the number of prefixes advertised between areas, which decreases routing table size and lowers memory consumption across non-ABR routers rather than increasing it.
Concept tested: OSPF multiarea summarization and suboptimal routing impact
Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html
Topics
Community Discussion
No community discussion yet for this question.