CCNA IP Routing Practice Question
An enterprise network uses an IPv6 dual-stack design. Router R1 has a primary default route ::/0 via 2001:db8:1::1 with AD 1 and a floating default route with AD 10 via link-local address fe80::2. After the primary link fails, the floating route fails to install, and R1 loses all external connectivity. The administrator confirms the backup interface is up/up.
⚠ Common exam trap
Cisco often tests the requirement that IPv6 static routes with link-local next-hops must include an exit interface, tricking candidates into thinking the route is valid without it or misattributing the failure to administrative distance or interface status.
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 floating static route uses a link-local next-hop but does not specify an exit interface, making the route incomplete.
A floating static route using a link-local next-hop (fe80::2) must also specify an exit interface (e.g., GigabitEthernet0/1) to be considered complete. Without the exit interface, the router cannot determine which interface to use for neighbor discovery, leaving the route incomplete and unable to be installed into the routing table. This is a common requirement for IPv6 static routes with link-local addresses, as the next-hop is not globally unique.
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 administrative distance of the backup route is 10, so it is not installed while the primary route still exists.
Why it's wrong here
The administrative distance (AD) of 10 on the floating static route makes it less preferred than the primary route while that primary is present, but this is the intended behavior of a floating static route. Once the primary route is removed from the routing table, the AD-10 route becomes eligible for installation, provided it is valid. The fact that the backup route still does not appear after the primary disappears points to a defect in the route itself—not the AD value. Therefore, the AD alone does not explain the missing route; the missing exit interface is the real cause.
- ✓
The floating static route uses a link-local next-hop but does not specify an exit interface, making the route incomplete.
Why this is correct
An IPv6 static route that uses a link-local next-hop such as fe80::2 must also specify the exit interface because link-local addresses are only meaningful on a specific link. Without that interface keyword, the router cannot determine which interface to use to reach the next hop, so the route is considered incomplete and is not installed in the routing table. This remains true even if the next-hop address is otherwise reachable, and it is exactly why the backup route fails to appear when the primary route is removed. The correct configuration would include the outgoing interface, for example 'ipv6 route 2001:db8::/32 GigabitEthernet0/1 fe80::2'.
- ✗
The floating static route will be installed only if the primary link is administratively shut down, not after a physical failure.
Why it's wrong here
This option incorrectly claims that the floating static route activates only after an administrative shutdown, not after a physical link failure. In reality, the router's decision to install a floating route is based solely on whether the primary route still exists in the routing table; any event that removes that primary route—whether a physical interface down, a protocol failure, or an administrative shutdown—makes the backup route a candidate. The router does not care how the primary route disappeared, only whether the backup route is valid and reachable. Since the backup route here is invalid because the exit interface is missing, it will not be installed regardless of the failure type.
- ✗
The next-hop fe80::2 is unreachable because IPv6 neighbor discovery is disabled on the backup interface.
Why it's wrong here
While neighbor discovery must succeed for the next-hop to be reachable, the absence of an exit interface in the static route prevents the router from even attempting neighbor discovery, so the route is invalid regardless of ND state.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓The floating static route uses a link-local next-hop but does not specify an exit interface, making the route incomplete.Correct answer▾
Why this is correct
An IPv6 static route that uses a link-local next-hop such as fe80::2 must also specify the exit interface because link-local addresses are only meaningful on a specific link. Without that interface keyword, the router cannot determine which interface to use to reach the next hop, so the route is considered incomplete and is not installed in the routing table. This remains true even if the next-hop address is otherwise reachable, and it is exactly why the backup route fails to appear when the primary route is removed. The correct configuration would include the outgoing interface, for example 'ipv6 route 2001:db8::/32 GigabitEthernet0/1 fe80::2'.
✗The administrative distance of the backup route is 10, so it is not installed while the primary route still exists.Wrong answer — click to see why▾
Why this is wrong here
A floating static route with a higher AD is installed when the lower AD route is removed because of interface failure.
✗The floating static route will be installed only if the primary link is administratively shut down, not after a physical failure.Wrong answer — click to see why▾
Why this is wrong here
Floating static routes do not distinguish between physical and administrative interface down events; the primary route is removed in both cases.
✗The next-hop fe80::2 is unreachable because IPv6 neighbor discovery is disabled on the backup interface.Wrong answer — click to see why▾
Why this is wrong here
The immediate cause is the missing exit interface; neighbor discovery configuration does not make an incomplete static route valid.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
OSPFv3 Single-Area Configuration for IPv6
Key term
IPv6
IPv6 is the most recent version of the Internet Protocol, designed to replace IPv4 by providing a vastly larger number of unique addresses and improved network features.
Key term
Automatic Private Internet Protocol Addressing
A fallback method used by a device to automatically assign itself an IP address when it cannot obtain one from a DHCP server.
About these practice questions
One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-301 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 200-301 exam.