A network administrator is configuring a floating static route on router R1 to reach the destination prefix . The primary path to this network is currently learned via OSPFv3 with an Administrative Distance of 110. The administrator wants to configure the backup static route using the next-hop neighbor's link-local IPv6 address across R1's local interface GigabitEthernet0/1. Which command must be entered on R1 to correctly configure this floating static route?
- ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/1 fe80::2 120Answer
- Bipv6 route 2001:db8:acad:10::/64 fe80::2 120
- Cipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/1 fe80::2 90
- Dipv6 route 2001:db8:acad:10::/64 fe80::fffe:2 GigabitEthernet0/1 120
Answer
The command 'ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/1 fe80::2 120' is the correct configuration.
The option specifying 'ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/1 fe80::2 120' uses the valid Cisco IOS syntax for a fully specified static route using a link-local next hop. The local exit interface GigabitEthernet0/1 resolves link-local address ambiguity, and an Administrative Distance of 120 ensures the route functions correctly as a floating static backup to the active OSPFv3 route (AD 110).
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Route and Floating Static Route AD Configuration