350-401 · Question #218
350-401 Question #218: Real Exam Question with Answer & Explanation
The correct answer is C: Atlanta(config-route)#area 1 range 192.168.0.0 255.255.252.0. To reduce Type 3 LSA flooding into the OSPF backbone area and summarize inter-area routes from Area 1, the area 1 range command with an appropriate summary address must be applied on the Atlanta ABR.
Question
Refer to the exhibit. Which command when applied to the Atlanta router reduces type 3 LSA flooding into the backbone area and summarizes the inter-area routes on the Dallas router?
Options
- AAtlanta(config-route)#area 0 range 192.168.0.0 255.255.248.0
- BAtlanta(config-route)#area 0 range 192.168.0.0 255.255.252.0
- CAtlanta(config-route)#area 1 range 192.168.0.0 255.255.252.0
- DAtlanta(config-route)#area 1 range 192.168.0.0 255.255.248.0
Explanation
To reduce Type 3 LSA flooding into the OSPF backbone area and summarize inter-area routes from Area 1, the area 1 range command with an appropriate summary address must be applied on the Atlanta ABR.
Common mistakes.
- A. The
area 0 rangecommand is incorrect because summarization for routes originating in a non-backbone area (like Area 1) is configured using the non-backbone area ID (e.g.,area 1) on the ABR. - B. The
area 0 rangecommand is incorrect for summarizing routes originating from Area 1 into Area 0; the command should specifyarea 1as the source area for summarization. - D. While
area 1 rangeis correct for the area ID, a 255.255.248.0 mask (indicating a /21 network) would summarize a larger block than a 255.255.252.0 mask (/22), and without specific details of the Area 1 subnets, 255.255.252.0 is a common summary for four /24 networks.
Concept tested. OSPF Inter-area Route Summarization
Topics
Community Discussion
No community discussion yet for this question.