nerdexam
Cisco

200-101 · Question #122

Refer to the graphic and routing table for router R1. Based on the output of the R1# show ip route command and the information presented in the graphic, which of the following is a potential routing p

The correct answer is A. The use of summarization for discontinuous networks. Auto-summarization causes routing failures when the same classful network address space is split across different parts of the topology, separated by a foreign classful network. This condition, called a discontinuous network, results in ambiguous or dropped routes.

Implement an EIGRP Based Solution

Question

Refer to the graphic and routing table for router R1. Based on the output of the R1# show ip route command and the information presented in the graphic, which of the following is a potential routing problem?

Exhibit

200-101 question #122 exhibit

Options

  • AThe use of summarization for discontinuous networks
  • BThe use of CIDR with a routing protocol that does not support it
  • CThe use of VLSM with a routing protocol that does not support it
  • DThe use of the no auto-summary command with a protocol that does not support summarization
  • EThe use of the ip route 0.0.0.0 0.0.0.0 command with a routing protocol that does not support it

How the community answered

(26 responses)
  • A
    65% (17)
  • B
    19% (5)
  • C
    8% (2)
  • D
    4% (1)
  • E
    4% (1)

Why each option

Auto-summarization causes routing failures when the same classful network address space is split across different parts of the topology, separated by a foreign classful network. This condition, called a discontinuous network, results in ambiguous or dropped routes.

AThe use of summarization for discontinuous networksCorrect

When a classful routing protocol or a classless protocol with auto-summary enabled summarizes routes at classful boundaries, a discontinuous network causes both sides to advertise the same summary address back toward the middle. Routers in the middle receive conflicting summaries for the same major network from two different directions, creating routing loops or black holes where traffic is silently dropped. Disabling auto-summary with 'no auto-summary' is the standard corrective action.

BThe use of CIDR with a routing protocol that does not support it

CIDR is supported natively by classless protocols such as OSPF, EIGRP, and RIPv2, so using CIDR with a compatible protocol is not a routing problem.

CThe use of VLSM with a routing protocol that does not support it

VLSM is supported by classless routing protocols including OSPF, EIGRP, and RIPv2, and the routing table output showing varied prefix lengths does not indicate a VLSM incompatibility.

DThe use of the no auto-summary command with a protocol that does not support summarization

The 'no auto-summary' command is a valid configuration option in RIPv2 and EIGRP used to prevent the exact problem described, so its use is a solution rather than a problem.

EThe use of the ip route 0.0.0.0 0.0.0.0 command with a routing protocol that does not support it

The 'ip route 0.0.0.0 0.0.0.0' command defines a static default route, which is redistributable into any routing protocol and does not conflict with any protocol's operation.

Concept tested: Auto-summarization causing discontinuous network routing problems

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

Topics

#route summarization#discontinuous networks#auto-summary#classful routing

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice