352-001 · Question #174
During a network design review, it is recommended that the network with a single large area should be broken up into a backbone and multiple nonbackbone areas. There are differing opinions on how…
The correct answer is C. The number of externals and network summaries are increased. Each additional ABR independently generates its own set of Type 3 inter-area summary LSAs and participates in advertising external routes, multiplying the total LSA count in the LSDB.
Question
During a network design review, it is recommended that the network with a single large area should be broken up into a backbone and multiple nonbackbone areas. There are differing opinions on how many ABRs are needed for each area for redundancy. What would be the impact of having additional ABRs per area?
Options
- AThere is no impact to increasing the number of ABRs.
- BThe SPF calculations are more complex.
- CThe number of externals and network summaries are increased.
- DThe size of the FIB is increased.
How the community answered
(28 responses)- A11% (3)
- B18% (5)
- C68% (19)
- D4% (1)
Why each option
Each additional ABR independently generates its own set of Type 3 inter-area summary LSAs and participates in advertising external routes, multiplying the total LSA count in the LSDB.
There is a measurable impact because each additional ABR independently originates Type 3 LSAs, increasing LSDB size and flooding overhead.
SPF calculation complexity is determined by the number of nodes and links in the topology, not by how many ABRs exist per area.
In OSPF, each ABR generates a separate Type 3 Summary LSA for every inter-area prefix it advertises into the backbone and vice versa. Adding more ABRs per area means multiple routers each produce their own copies of these summaries and external route advertisements. This directly increases the total number of network summaries and external LSAs present in the LSDB across the domain.
The FIB may grow slightly as a downstream effect, but the primary and direct consequence of additional ABRs is on the LSA count and LSDB, not the FIB itself.
Concept tested: OSPF ABR Type 3 LSA generation and LSDB growth
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.