A network administrator is configuring IPv6 static routing on router R1 to reach the destination network . Router R1 connects to neighboring router R2 via interface GigabitEthernet0/0/1. Router R2's connected interface has a global unicast address of and a link-local address of .
Which two Cisco IOS commands represent valid IPv6 static route configurations on R1? (Select two.)
- ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::2Cevap
- ipv6 route 2001:db8:acad:10::/64 2001:db8:acad:12::2Cevap
- Cipv6 route 2001:db8:acad:10::/64 fe80::2
- Dipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 2001:db8:acad:12::2/64
Cevap
The valid IPv6 static route configurations are 'ipv6 route 2001:db8:acad:10::/64 GigabitEthernet0/0/1 fe80::2' and 'ipv6 route 2001:db8:acad:10::/64 2001:db8:acad:12::2'.
In Cisco IOS, IPv6 static routes using a link-local address as the next hop require a fully specified syntax that includes the local exit interface. Alternatively, static routes using a global unicast address as the next hop require only the destination prefix and the next-hop IPv6 address.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Next-Hop Syntax Rules