An engineer is configuring a backup fully-specified IPv6 static route on router R1 toward the remote destination network . The primary path is learned via OSPFv3. The backup route must forward traffic to the next-hop router's link-local address via local interface GigabitEthernet0/1 with an administrative distance of 130. Complete the required Cisco IOS configuration command.
Cevap:ipv6 route 2001:db8:500:10::/64 【GigabitEthernet0/1】 【fe80::2】 130
Cevap
The complete command is 'ipv6 route 2001:db8:500:10::/64 GigabitEthernet0/1 fe80::2 130'.
When configuring an IPv6 static route using a link-local next-hop address, Cisco IOS requires a fully specified static route format: `ipv6 route <prefix/length> <exit-interface> <link-local-address> [administrative-distance]`. Thus, GigabitEthernet0/1 must be specified as the exit interface in the first blank, and fe80::2 as the next hop in the second blank.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Fully Specified Static Route and Floating Static Route Syntax