A network administrator needs to configure a static route on a Cisco router for the destination network using the next-hop router's link-local address reachable via interface GigabitEthernet0/0/1. Which Cisco IOS command correctly configures this route?
- ipv6 route 2001:db8:5::/64 GigabitEthernet0/0/1 fe80::2Cevap
- Bipv6 route 2001:db8:5::/64 fe80::2
- Cipv6 route 2001:db8:5::/64 fe80::2 GigabitEthernet0/0/1
- Dip route 2001:db8:5::/64 GigabitEthernet0/0/1 fe80::2
Cevap
The command 'ipv6 route 2001:db8:5::/64 GigabitEthernet0/0/1 fe80::2' correctly configures the static route.
The command specifying 'ipv6 route 2001:db8:5::/64 GigabitEthernet0/0/1 fe80::2' follows the correct Cisco IOS syntax. When using a link-local address as a next hop, specifying the local exit interface before the link-local address is mandatory because link-local addresses are ambiguous across multiple physical links.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Routing with Link-Local Next-Hop