A network engineer must summarize the following routes before advertising them upstream:
172.16.32.0/24 172.16.33.0/24 172.16.34.0/24 172.16.35.0/24
Which summary route should be used?
172.16.32.0/24 172.16.33.0/24 172.16.34.0/24 172.16.35.0/24
A network engineer must summarize the following routes before advertising them upstream:
172.16.32.0/24 172.16.33.0/24 172.16.34.0/24 172.16.35.0/24
Which summary route should be used?
Answer choices
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
172.16.32.0/22
Correct. This is correct. A /22 beginning at 172.16.32.0 cleanly includes 172.16.32.0 through 172.16.35.255, which matches the four listed /24 networks exactly.
172.16.32.0/23
A /23 covers only two /24 networks, not four. It would include the first half of the list but would leave out 172.16.34.0/24 and 172.16.35.0/24. This is a common mistake when candidates focus on the first two entries and forget to account for the whole range.
172.16.32.0/21
A /21 is larger than needed. Although it would include the required routes, it would also include additional address space beyond them. Overly broad summaries can create inaccurate advertisements and make troubleshooting harder, so exam questions usually expect the smallest correct summary that cleanly fits the listed routes.
172.16.34.0/22
The prefix length looks appealing because /22 is the right size, but the network boundary is wrong. Summary routes must start at the proper boundary for the mask length. A /22 block must begin on a multiple-of-four boundary in the third octet, which makes 172.16.32.0 valid and 172.16.34.0 invalid.
Common exam trap
A frequent mistake is selecting a summary route that does not start on the correct subnet boundary for the mask length. For example, 172.16.34.0/22 looks like a valid /22 summary but is invalid because the third octet (34) is not divisible by 4. This misalignment causes the summary to include incorrect address ranges or exclude intended networks. Another trap is choosing a /23 mask, which only covers two /24 networks, missing half the routes. Candidates often focus on the first two networks and forget to verify the entire range, leading to incomplete summarization.
Technical deep dive
Route summarization is a technique used in IP routing to combine multiple contiguous networks into a single advertisement, reducing the size of routing tables and improving routing efficiency. In IPv4, summarization works by finding a common prefix that covers all the individual networks. The prefix length (subnet mask) determines how many addresses are included in the summary. For example, a /22 prefix covers 1024 addresses, or four contiguous /24 networks. To create a valid summary route, the starting address must align with the subnet mask boundary. For a /22 mask, the third octet must be a multiple of 4 because each /22 block covers four /24 networks. In this question, the four /24 networks 172.16.32.0/24 through 172.16.35.0/24 fit perfectly into the 172.16.32.0/22 summary. Choosing a smaller mask like /23 would exclude some networks, while a larger mask like /21 would include unnecessary addresses. A common exam trap is misaligning the summary route with the subnet boundary, such as using 172.16.34.0/22, which is invalid because 34 is not a multiple of 4. This misalignment causes incorrect routing advertisements and can lead to routing loops or blackholes. Practically, Cisco routers require proper alignment for summarization to work correctly, making the correct boundary critical for both exam and real-world network design.
Related practice questions
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practise DHCP scopes, relay, leases and troubleshooting.
Practise routing-table output, longest-prefix match, AD and route selection.
Practise trunk verification and VLAN forwarding across switches.
Practise WLAN security, authentication and wireless architecture concepts.
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
FAQ
Route summarization combines multiple contiguous networks into a single advertisement to reduce routing table size and improve efficiency.
The correct answer is: 172.16.32.0/22 — The correct summary is 172.16.32.0/22 because a /22 covers exactly four consecutive /24 networks when the starting boundary is aligned correctly. This is the part many people miss: summarization is not only about how many networks fit into a block, but also where that block starts. Here the four /24 networks begin neatly at 172.16.32.0 and continue through 172.16.35.255, which is the exact range a /22 covers. A /23 would be too small, while a /21 would be unnecessarily broad and could advertise addresses you do not intend to include. The /22 beginning at 172.16.34.0 is not on a valid /22 boundary, so that option is misaligned.
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Sign in to join the discussion.