A network engineer is configuring a backup floating IPv6 static route on router R1 toward destination prefix . The next-hop router is identified by its link-local address over local interface . The route must be configured with an administrative distance of . Fill in the missing parameters in the command snippet below.
Cevap:R1(config)# ipv6 route 2001:db8:7410:a1::/64 【GigabitEthernet0/0/0】 fe80::cafe:1 【140】
Cevap
The first blank requires specifying the local exit interface GigabitEthernet0/0/0, and the second blank requires the administrative distance value of 140.
When configuring an IPv6 static route using a link-local address as the next-hop, Cisco IOS strictly requires the explicit specification of the local exit interface. The syntax is 'ipv6 route <prefix/mask> <exit-interface> <link-local-address> [AD]'. Therefore, the first blank requires the local interface GigabitEthernet0/0/0, and the second blank requires the administrative distance of 140.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Static Route Syntax with Link-Local Next-Hop and Administrative Distance
Tahmini Süre:1m 30s