A Cisco router currently learns the active route to destination network via OSPFv3 with an administrative distance of 110. An engineer must configure a backup floating static IPv6 route to this remote network. The backup path uses the next-hop router's link-local IPv6 address through the local interface . Which command correctly configures this floating static IPv6 route on the Cisco IOS router?
- ipv6 route 2001:db8:acad:20::/64 GigabitEthernet0/0/1 fe80::2 120Answer
- Bipv6 route 2001:db8:acad:20::/64 fe80::2 120
- Cipv6 route 2001:db8:acad:20::/64 GigabitEthernet0/0/1 fe80::2 90
- Dipv6 route 2001:db8:acad:20::/64 GigabitEthernet0/0/1 fe80::2 110
Answer
The command 'ipv6 route 2001:db8:acad:20::/64 GigabitEthernet0/0/1 fe80::2 120' correctly configures the fully specified floating static IPv6 route.
The correct command fully specifies the exit interface alongside the link-local next-hop IPv6 address and sets an administrative distance of 120. In IPv6 static routing, specifying a link-local address as a next hop requires the local exit interface (GigabitEthernet0/0/1). Additionally, configuring an administrative distance greater than OSPFv3's default distance of 110 ensures the static route remains dormant in the routing table until the primary OSPFv3 route fails.
Step-by-Step Solution
Key Concept
IPv6 Fully Specified Floating Static Route Configuration