An engineer needs to configure two IPv6 static routes on a Cisco IOS router:
1. A static route to reach the remote network using the link-local address of the adjacent router connected via interface .
2. A backup (floating) default static route via the global unicast next-hop address with an Administrative Distance of .
Which TWO IPv6 static route commands correctly fulfill these requirements?
- ipv6 route 2001:db8:3c0d:1::/64 GigabitEthernet0/0/1 fe80::1Cevap
- ipv6 route ::/0 2001:db8:acad:f::1 130Cevap
- Cipv6 route 2001:db8:3c0d:1::/64 fe80::1
- Dipv6 route ::/0 2001:db8:acad:f::1 1
Cevap
The two correct command statements are 'ipv6 route 2001:db8:3c0d:1::/64 GigabitEthernet0/0/1 fe80::1' and 'ipv6 route ::/0 2001:db8:acad:f::1 130'.
The correct command for the specific subnet prefix using a link-local address explicitly provides both the exit interface and the link-local address. The correct backup default route uses '::/0' with an administrative distance of 130, ensuring it functions as a floating static route.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Syntax & Link-Local Next-Hop Requirements