A network technician is configuring an IPv6 static route on a Cisco router. The destination network is . The next-hop router's link-local IPv6 address is , and traffic must exit via the local interface GigabitEthernet0/0/0. What is the exact, complete Cisco IOS command required to configure this fully specified static route with a custom administrative distance of 130?
Answer:Enter the complete Cisco IOS command:
【ipv6 route 2001:db8:c0ff:50::/64 GigabitEthernet0/0/0 fe80::a5 130】
【ipv6 route 2001:db8:c0ff:50::/64 GigabitEthernet0/0/0 fe80::a5 130】
Answer
ipv6 route 2001:db8:c0ff:50::/64 GigabitEthernet0/0/0 fe80::a5 130
Configuring an IPv6 static route with a link-local next-hop address requires a fully specified route format: 'ipv6 route <destination-prefix/prefix-length> <exit-interface> <link-local-next-hop> [administrative-distance]'. In this scenario, combining the target prefix '2001:db8:c0ff:50::/64', local exit interface 'GigabitEthernet0/0/0', link-local next-hop 'fe80::a5', and administrative distance '130' results in 'ipv6 route 2001:db8:c0ff:50::/64 GigabitEthernet0/0/0 fe80::a5 130'.
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Route Configuration
Estimated Time:1m 30s