A network administrator needs to configure an IPv6 static route on a Cisco IOS router for the destination network . The next-hop router's link-local IPv6 address is , and the local exit interface is GigabitEthernet0/0/1. Which Cisco IOS command correctly configures this static route?
- Aipv6 route 2001:db8:acad:10::/64 fe80::1
- ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::1Cevap
- Cip route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::1
- Dipv6 route fe80::1 GigabitEthernet0/0/1 2001:db8:acad:10::/64
Cevap
The command 'ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::1' correctly configures the static route.
When pointing an IPv6 static route to a link-local next-hop address, Cisco IOS requires both the outbound exit interface and the next-hop IPv6 address to be specified. The syntax 'ipv6 route <destination-prefix> <exit-interface> <link-local-address>' satisfies this requirement.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Link-Local Next-Hop Configuration