An engineer is configuring a static route on a Cisco router to reach the destination subnet using the neighbor link-local address via local interface . Complete the Cisco IOS configuration command by filling in the missing parameters in order.
Cevap:ipv6 route 2001:db8:a100:12::/64 【GigabitEthernet0/1】 【fe80::fe22:1】
Cevap
The complete command is: ipv6 route 2001:db8:a100:12::/64 GigabitEthernet0/1 fe80::fe22:1
In Cisco IOS IPv6 static routing, when a link-local address is designated as the next hop, the command must explicitly include the local exit interface preceding the link-local address. Therefore, the first parameter must specify the interface (GigabitEthernet0/1) and the second parameter must specify the link-local address (fe80::fe22:1).
Adım Adım Çözüm
Anahtar Kavram
IPv6 Fully Specified Static Route
Tahmini Süre:1m 15s