nerdexam
Cisco

200-101 · Question #135

Refer to the exhibit. Which address range efficiently summarizes the routing table of the addresses for Router Main?

The correct answer is B. 172.16.0.0/20. Efficient route summarization requires finding the most specific prefix that covers all networks in the routing table without advertising excess address space.

Implement a Scalable OSPF Based Solution

Question

Refer to the exhibit. Which address range efficiently summarizes the routing table of the addresses for Router Main?

Options

  • A172.16.0.0/21
  • B172.16.0.0/20
  • C172.16.0.0/16
  • D172.16.0.0/18

How the community answered

(52 responses)
  • A
    6% (3)
  • B
    83% (43)
  • C
    2% (1)
  • D
    10% (5)

Why each option

Efficient route summarization requires finding the most specific prefix that covers all networks in the routing table without advertising excess address space.

A172.16.0.0/21

A /21 summary only spans 172.16.0.0 to 172.16.7.255 (8 networks), which is too small to cover all routes in the routing table and would leave some networks unsummarized.

B172.16.0.0/20Correct

A /20 prefix (172.16.0.0/20) covers the range 172.16.0.0 to 172.16.15.255, which encompasses exactly the 16 contiguous /24 networks present in Router Main's routing table. This is the most specific single summary that includes all routes without advertising unused address space beyond the actual table entries.

C172.16.0.0/16

A /16 summary covers the entire 172.16.0.0 to 172.16.255.255 range (256 class-C networks), which is far broader than needed and would advertise a large block of non-existent subnets.

D172.16.0.0/18

A /18 summary spans 172.16.0.0 to 172.16.63.255 (64 networks), which greatly exceeds the actual route count and advertises many subnets not present in the routing table.

Concept tested: IPv4 route summarization and CIDR prefix length selection

Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13682-10.html

Topics

#route summarization#CIDR#supernetting#routing table

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice