An engineer needs to configure a static route on a Cisco router to forward traffic destined for . The route must use the next-hop router's link-local address via the local interface GigabitEthernet0/1. Which command correctly configures this IPv6 static route?
- ipv6 route 2001:db8:a:10::/64 GigabitEthernet0/1 fe80::211:25ff:feab:1234Answer
- Bipv6 route 2001:db8:a:10::/64 fe80::211:25ff:feab:1234
- Cipv6 route 2001:db8:a:10::/64 GigabitEthernet0/1 fe80::211:25ff:fffe:1234
- Dip route 2001:db8:a:10::/64 GigabitEthernet0/1 fe80::211:25ff:feab:1234
Answer
ipv6 route 2001:db8:a:10::/64 GigabitEthernet0/1 fe80::211:25ff:feab:1234
The command 'ipv6 route 2001:db8:a:10::/64 GigabitEthernet0/1 fe80::211:25ff:feab:1234' is correct because configuring an IPv6 static route with a link-local next-hop address requires a fully specified route configuration that explicitly specifies the local exit interface prior to the link-local next-hop address.
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Route
Estimated Time:1m 0s