A network engineer is configuring static routes on a Cisco IOS router to establish reachability to remote networks. Which TWO commands represent syntactically valid IPv6 static route configurations?
- ipv6 route 2001:db8:acad:2::/64 gigabitethernet 0/0/0 fe80::1Cevap
- ipv6 route 2001:db8:acad:3::/64 2001:db8:acad:1::2 130Cevap
- Cipv6 route 2001:db8:acad:4::/64 fe80::1
- Dipv6 route 2001:db8:acad:5::/64 2001:db8:acad:1::fffe:2/64
Cevap
The syntactically valid IPv6 static route configurations are the fully specified route specifying both GigabitEthernet 0/0/0 and next-hop link-local address fe80::1, and the floating static route specifying the global unicast next-hop 2001:db8:acad:1::2 with an administrative distance of 130.
The command specifying both the exit interface GigabitEthernet 0/0/0 and the link-local next-hop address fe80::1 is valid because link-local addresses require an exit interface to define the link scope. The command specifying destination network 2001:db8:acad:3::/64 with global unicast next-hop 2001:db8:acad:1::2 and administrative distance 130 is also valid for configuring a floating static route.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Syntax Rules for Link-Local and Global Unicast Next Hops