A network engineer is configuring IPv6 static routes on a Cisco router to forward traffic to the destination network . The primary path must use the neighbor's link-local address via the local exit interface GigabitEthernet0/0/1. A secondary floating static route must use the global unicast next-hop address with an administrative distance of 130. Which two commands must be configured on the router?
- ipv6 route 2001:db8:acad:10::/64 gigabitethernet0/0/1 fe80::2Cevap
- ipv6 route 2001:db8:acad:10::/64 2001:db8:acad:3::2 130Cevap
- Cipv6 route 2001:db8:acad:10::/64 fe80::2
- Dipv6 route 2001:db8:acad:10::/64 2001:db8:acad:3::2 1
Cevap
The two correct commands are the fully specified static route using interface GigabitEthernet0/0/1 with link-local next-hop fe80::2, and the static route specifying next-hop 2001:db8:acad:3::2 with administrative distance 130.
The command specifying GigabitEthernet0/0/1 alongside fe80::2 correctly formats a fully specified IPv6 static route using a link-local next-hop address. The command specifying 2001:db8:acad:3::2 followed by 130 correctly configures a floating static route with an administrative distance of 130.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Command Syntax and Floating Static Route AD Configuration