A network engineer is configuring a static route on a Cisco router to reach remote network . The adjacent router's interface uses the link-local IPv6 address and is directly attached to local interface . Which Cisco IOS command correctly establishes this static route?
- ipv6 route 2001:db8:3c4d:10::/64 GigabitEthernet0/0/1 fe80::1Cevap
- Bipv6 route 2001:db8:3c4d:10::/64 fe80::1
- Cipv6 route 2001:db8:3c4d:10::/64 GigabitEthernet0/0/1 fe80::fffe:1
- Dip route 2001:db8:3c4d:10::/64 GigabitEthernet0/0/1 fe80::1
Cevap
The command 'ipv6 route 2001:db8:3c4d:10::/64 GigabitEthernet0/0/1 fe80::1' correctly configures the fully specified static route.
When configuring an IPv6 static route using a link-local next-hop address, Cisco IOS requires a fully specified static route that includes both the local exit interface and the link-local next-hop IPv6 address. This is required because link-local IPv6 addresses are only unique on a single link and could be used on multiple interfaces simultaneously.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Fully Specified Static Route with Link-Local Next-Hop