A network administrator is configuring static routing on router R1 to forward traffic toward network 2001:db8:3c4d:10::/64. The administrator intends to use the link-local address fe80::211:22ff:fe33:4455 of the neighboring router connected to local interface GigabitEthernet0/1. Which Cisco IOS command correctly configures this static route?
- ipv6 route 2001:db8:3c4d:10::/64 GigabitEthernet0/1 fe80::211:22ff:fe33:4455Answer
- Bipv6 route 2001:db8:3c4d:10::/64 fe80::211:22ff:fe33:4455
- Cipv6 route 2001:db8:3c4d:10::/64 fe80::211:22ff:fe33:4455 GigabitEthernet0/1
- Dip route 2001:db8:3c4d:10::/64 GigabitEthernet0/1 fe80::211:22ff:fe33:4455
Answer
The command 'ipv6 route 2001:db8:3c4d:10::/64 GigabitEthernet0/1 fe80::211:22ff:fe33:4455' correctly configures the fully specified IPv6 static route.
The statement specifying the local exit interface GigabitEthernet0/1 followed by the next-hop link-local address fe80::211:22ff:fe33:4455 complies exactly with Cisco IOS requirements for fully specified IPv6 static routes.
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Routes with Link-Local Next-Hops