A network administrator is configuring a backup floating static IPv6 route on router R1 to reach the remote prefix . The primary route to this subnet is learned via OSPFv3 with an administrative distance of 110. The administrator wants to route backup traffic through the link-local address of the neighboring router connected to interface , assigning an administrative distance of 130. Which Cisco IOS command correctly configures this floating static route?
- ipv6 route 2001:db8:acad:44::/64 GigabitEthernet0/0/1 fe80::211:23ff:fe45:6789 130Cevap
- Bipv6 route 2001:db8:acad:44::/64 fe80::211:23ff:fe45:6789 130
- Cipv6 route 2001:db8:acad:44::/64 GigabitEthernet0/0/1 fe80::211:23ff:feff:6789 130
- Dipv6 route 2001:db8:acad:44::/64 GigabitEthernet0/0/1 fe80::211:23ff:fe45:6789 90
Cevap
The command 'ipv6 route 2001:db8:acad:44::/64 GigabitEthernet0/0/1 fe80::211:23ff:fe45:6789 130' correctly configures the fully specified floating static IPv6 route.
The correct command uses the syntax 'ipv6 route <prefix/mask> <exit-interface> <next-hop-address> [administrative-distance]'. When a link-local address is used as the next hop, the local exit interface is mandatory because link-local addresses are scoped to the local link. Specifying an administrative distance of 130 ensures the route functions as a floating static route, acting as a backup to the OSPFv3 route which has an administrative distance of 110.
Adım Adım Çözüm
Anahtar Kavram
Fully specified IPv6 static routes using link-local next-hop addresses and floating static administrative distance configuration.