Courseiva
hardMultiple ChoiceObjective-mapped

300-410 Practice Question: An enterprise uses EIGRP for IPv6 with route…

An enterprise uses EIGRP for IPv6 with route summarization. Router R1 has a summary route 2001:db8:1::/48 via Null0 redistributed into EIGRP. Router R2 receives this summary and has a more specific route 2001:db8:1:1::/64 learned via a different interface. R2's IPv6 uRPF is configured in strict mode on the interface facing R1. Traffic from a host behind R2 destined to 2001:db8:1:2::1 is being dropped. R2 shows 'ipv6 cef' indicates the summary route points to R1, but uRPF checks fail. What is the root cause?

⚠ Common exam trap

Cisco often tests the distinction between strict and loose uRPF modes, and the trap here is that candidates overlook how a less specific summary route can satisfy the FIB lookup but still fail strict mode's interface check, leading them to incorrectly blame routing loops or source address issues.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The summary route 2001:db8:1::/48 on R1 causes R2 to have a less specific route pointing to R1, making uRPF think the source address is not reachable via the incoming interface.

R2's strict mode uRPF checks that the source address of incoming traffic is reachable via the exact interface on which the packet arrived. When R2 receives a packet from a host behind it destined to 2001:db8:1:2::1, the source address is from the host's subnet (e.g., 2001:db8:1:2::/64). R2's FIB has a less specific summary route 2001:db8:1::/48 pointing to R1 (via the interface facing R1), but the more specific /64 route is learned via a different interface. Strict uRPF requires a matching route in the FIB that points back out the same interface the packet arrived on; since the summary route points to R1's interface, uRPF fails, dropping the traffic.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The summary route 2001:db8:1::/48 on R1 causes R2 to have a less specific route pointing to R1, making uRPF think the source address is not reachable via the incoming interface.

    Why this is correct

    uRPF strict mode requires the source address to be reachable via the same interface. The summary route points to R1, but the source is directly connected, causing a mismatch.

  • R2's uRPF is configured in loose mode, which requires a matching route in the FIB, but the summary route is not installed.

    Why it's wrong here

    Loose mode only requires a route in the FIB, not necessarily via the same interface. The issue is strict mode.

  • EIGRP redistribution of the summary route creates a routing loop, causing uRPF to fail.

    Why it's wrong here

    There is no loop; the summary is via Null0 on R1, not a loop.

  • The host behind R2 has an incorrect source address, causing uRPF to drop all traffic.

    Why it's wrong here

    The source address is correct for the subnet, but uRPF checks routing, not host configuration.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

About these practice questions

This 300-410 question is part of Courseiva's 1,966-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.