352-001 · Question #210
How should multiple OSPF areas be designed when deployed on a classic three-layer (core/distribution/access) network hierarchy?
The correct answer is D. OSPF flooding domain boundaries should be placed with route aggregation in mind.. OSPF area boundaries should be placed where route aggregation is possible, reducing LSDB size and inter-area SPF computation overhead.
Question
How should multiple OSPF areas be designed when deployed on a classic three-layer (core/distribution/access) network hierarchy?
Options
- AThe OSPF flooding domain boundary should be at the edge of the core layer.
- BThe OSPF flooding domain boundary should be within the distribution layer.
- COSPF should generally be deployed in a three-layer domain hierarchy to align with the physical
- DOSPF flooding domain boundaries should be placed with route aggregation in mind.
How the community answered
(23 responses)- A9% (2)
- B26% (6)
- C17% (4)
- D48% (11)
Why each option
OSPF area boundaries should be placed where route aggregation is possible, reducing LSDB size and inter-area SPF computation overhead.
Placing the flooding domain boundary at the edge of the core layer does not align with route summarization opportunities, which typically exist where access networks terminate at distribution layer ABRs.
Simply placing the boundary within the distribution layer ignores the primary design principle of enabling route aggregation at those boundaries, which is the actual reason the distribution layer is commonly chosen.
OSPF area hierarchy does not need to mirror the physical three-layer topology; area design should be driven by scalability and aggregation goals, not physical layer alignment.
Placing OSPF flooding domain boundaries with route aggregation in mind allows ABRs to summarize inter-area routes, preventing individual link-state changes from flooding throughout the entire OSPF domain. This reduces the LSDB size in each area, limits LSA propagation, and decreases SPF computation overhead across area boundaries.
Concept tested: OSPF multi-area design with route aggregation at boundaries
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.