A network administrator is configuring IPv6 static routing on router R1 to reach network . The directly connected neighbor router interface is configured with global unicast address and link-local address . Router R1 uses local interface GigabitEthernet0/1 to reach this neighbor. Which TWO Cisco IOS commands represent valid IPv6 static route configurations on R1?
- ipv6 route 2001:db8:89ab:10::/64 GigabitEthernet0/1 fe80::2Cevap
- ipv6 route 2001:db8:89ab:10::/64 2001:db8:1234:1::2Cevap
- Cipv6 route 2001:db8:89ab:10::/64 fe80::2
- Dipv6 route 2001:db8:89ab:10::/64 GigabitEthernet0/1 fe80::fffe:2
Cevap
The two valid Cisco IOS static route commands are 'ipv6 route 2001:db8:89ab:10::/64 GigabitEthernet0/1 fe80::2' and 'ipv6 route 2001:db8:89ab:10::/64 2001:db8:1234:1::2'.
In Cisco IOS, IPv6 static routes configured with a link-local address as the next hop MUST include the local egress interface (fully specified route). Alternatively, a global unicast next-hop address can be configured directly without an egress interface specified.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Next-Hop Requirements