A network administrator needs to configure a static IPv6 route on a Cisco router to reach the destination network 2001:db8:acad:1::/64 using the next-hop router's link-local address fe80::1 via local interface GigabitEthernet0/0/1. Which Cisco IOS command correctly accomplishes this configuration?
- ipv6 route 2001:db8:acad:1::/64 GigabitEthernet0/0/1 fe80::1Cevap
- Bipv6 route 2001:db8:acad:1::/64 fe80::1
- Cip route 2001:db8:acad:1::/64 GigabitEthernet0/0/1 fe80::1
- Dipv6 route 2001:db8:acad:1:: 255.255.255.0 GigabitEthernet0/0/1 fe80::1
Cevap
The command 'ipv6 route 2001:db8:acad:1::/64 GigabitEthernet0/0/1 fe80::1' correctly configures the IPv6 static route using a link-local address with the mandatory local exit interface.
The correct command specifies 'ipv6 route' followed by the target IPv6 network prefix/length (2001:db8:acad:1::/64), the local exit interface (GigabitEthernet0/0/1), and the next-hop link-local address (fe80::1). In Cisco IOS, link-local addresses cannot be used as static route next-hops without identifying the local exit interface.
Adım Adım Çözüm
Anahtar Kavram
Fully specified IPv6 static routes using link-local next-hop addresses