A network administrator must configure a static route on router R1 to reach the destination subnet . The administrator intends to use the link-local address of the adjacent router as the next hop via R1's local exit interface GigabitEthernet0/0/1. Which Cisco IOS command accurately achieves this configuration?
- ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::2:1Cevap
- Bipv6 route 2001:db8:acad:10::/64 fe80::2:1
- Cipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1
- Dipv6 route fe80::2:1 2001:db8:acad:10::/64 GigabitEthernet0/0/1
Cevap
The correct command is 'ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::2:1'.
The command specifying both the exit interface GigabitEthernet0/0/1 and the link-local address fe80::2:1 is correct. In Cisco IOS, whenever a link-local address is designated as the next hop, the local outbound interface MUST also be specified (creating a fully specified static route) because link-local addresses are only unique within the scope of a single link.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Routing with Link-Local Next-Hop