A network engineer is troubleshooting a connectivity issue between two branches connected via a WAN link. Router R1 (10.1.0.0/16) is summarizing its directly connected subnets (10.1.1.0/24, 10.1.2.0/24, 10.1.3.0/24) as a single 10.1.0.0/16 route to Router R2 via EIGRP. Users at R2 report that they cannot reach the 10.1.4.0/24 subnet, which was recently added to R1. What is the most likely cause of the problem?
Trap 1: The summary route 10.1.0.0/16 was configured manually, and the new…
Incorrect because 10.1.4.0/24 is within the 10.1.0.0/16 range. The summary should include it.
Trap 2: The WAN link is down, causing R2 to lose the summary route.
Incorrect. The symptom is specific to the new subnet; other subnets are reachable, so the link is likely up.
Trap 3: The engineer forgot to configure the summary address on the…
Incorrect. A single summary address covers all subnets; no additional summary is needed for the new subnet.
- A
The summary route 10.1.0.0/16 was configured manually, and the new subnet 10.1.4.0/24 is not within the summary range because the mask is too specific.
Why wrong: Incorrect because 10.1.4.0/24 is within the 10.1.0.0/16 range. The summary should include it.
- B
The new subnet 10.1.4.0/24 was not advertised because the summary address command suppresses more specific routes, but the summary itself is not being generated due to a missing network statement under the EIGRP process.
Correct. In EIGRP, a manually configured summary address suppresses the advertisement of more specific routes and generates the summary only if the component routes exist. If the new subnet is not in the EIGRP network, the summary may not be generated or the specific route is missing.
- C
The WAN link is down, causing R2 to lose the summary route.
Why wrong: Incorrect. The symptom is specific to the new subnet; other subnets are reachable, so the link is likely up.
- D
The engineer forgot to configure the summary address on the interface facing R2 for the new subnet.
Why wrong: Incorrect. A single summary address covers all subnets; no additional summary is needed for the new subnet.