A network administrator needs to configure a backup floating static default route on router Edge-R1 to reach an upstream provider. The primary default route is currently learned via OSPFv3 with an administrative distance of . The next-hop provider router interface has a global unicast address of and a link-local address of connected directly to interface GigabitEthernet0/0/0 on Edge-R1. Which command correctly configures the floating static default route using the provider's link-local address with an administrative distance of ?
- ipv6 route ::/0 GigabitEthernet0/0/0 fe80::250:56ff:fe9a:1234 130Answer
- Bipv6 route ::/0 fe80::250:56ff:fe9a:1234 130
- Cipv6 route ::/0 2001:db8:200:1::1 110
- Dipv6 route ::/0 GigabitEthernet0/0/0 fe80::250:56ff:ffff:1234 130
Answer
The correct command is 'ipv6 route ::/0 GigabitEthernet0/0/0 fe80::250:56ff:fe9a:1234 130'.
The option specifying 'ipv6 route ::/0 GigabitEthernet0/0/0 fe80::250:56ff:fe9a:1234 130' is correct because '::/0' represents the default route, the exit interface GigabitEthernet0/0/0 is explicitly declared alongside the link-local next hop, and the administrative distance of 130 makes it a floating static backup route relative to OSPFv3 (110).
Step-by-Step Solution
Key Concept
IPv6 Static Route Syntax with Link-Local Next-Hop and Floating Administrative Distance