A network engineer is configuring static routes on a Cisco IOS router to establish connectivity across an enterprise IPv6 infrastructure. Which two statements correctly describe valid IPv6 static route configuration syntax and operational requirements on Cisco IOS?
- When specifying a link-local IPv6 address as the next-hop, the local exit interface must also be explicitly specified in the static route command.Answer
- A floating static IPv6 route is configured by manually assigning an administrative distance that is higher than the administrative distance of the primary route.Answer
- CWhen generating a fully specified IPv6 static route using EUI-64 link-local next-hops, the 64-bit interface identifier is formed solely by inserting FFFE into the middle of the MAC address without modifying any existing bits.
- DConfiguring an IPv6 static route with a global unicast next-hop address strictly requires specifying the local outbound interface alongside the next-hop IPv6 address.
Answer
The two correct statements are: specifying a link-local next-hop address requires defining the local exit interface in the command, and configuring a floating static IPv6 route requires setting an administrative distance higher than that of the primary route.
The statement specifying that a link-local next-hop requires the local exit interface is correct because link-local addresses are non-unique across different interface links. The statement describing floating static routes is correct because setting an administrative distance higher than the active dynamic protocol or primary static route keeps the backup route inactive until the primary route fails.
Step-by-Step Solution
Key Concept
IPv6 Static Routing Syntax and Next-Hop Resolution