A network administrator needs to configure an IPv6 static route on a Cisco IOS router to reach the destination prefix . Which of the following commands represent valid IPv6 static route configurations? (Select TWO.)
- ipv6 route 2001:db8:1:10::/64 2001:db8:1:1::2Cevap
- ipv6 route 2001:db8:1:10::/64 GigabitEthernet0/0 fe80::1Cevap
- Cipv6 route 2001:db8:1:10::/64 fe80::1
- Dip route 2001:db8:1:10::/64 2001:db8:1:1::2
Cevap
The valid IPv6 static route commands are 'ipv6 route 2001:db8:1:10::/64 2001:db8:1:1::2' (directly specifying a global unicast next-hop) and 'ipv6 route 2001:db8:1:10::/64 GigabitEthernet0/0 fe80::1' (fully specifying both the exit interface and the link-local next-hop address).
Valid Cisco IOS IPv6 static route configurations require the 'ipv6 route' keyword followed by the destination prefix. The next hop may be specified either as a global unicast IPv6 address directly, or as a link-local IPv6 address provided that the local exit interface is also explicitly specified.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Command Syntax and Link-Local Next-Hop Requirements