A network administrator is configuring static routing on router HQ to forward traffic bound for remote subnet . The outbound connection uses a point-to-point serial-like Ethernet link where the remote router interface uses the link-local address on interface GigabitEthernet0/0/1. The primary path must use an administrative distance of , but if configured using a link-local next-hop address without an outbound interface specified, Cisco IOS will reject the command. Which command correctly establishes a fully-specified IPv6 static route for this destination using the link-local next hop?
- ipv6 route 2001:db8:feed:10::/64 GigabitEthernet0/0/1 fe80::21a:2bff:fe3c:4d5eCevap
- Bipv6 route 2001:db8:feed:10::/64 fe80::21a:2bff:fe3c:4d5e
- Cipv6 route 2001:db8:feed:10::/64 GigabitEthernet0/0/1 fe80::21a:2bFF:FE3c:4d5e 120
- Dip route 2001:db8:feed:10::/64 GigabitEthernet0/0/1 fe80::21a:2bff:fe3c:4d5e
Cevap
The correct command is 'ipv6 route 2001:db8:feed:10::/64 GigabitEthernet0/0/1 fe80::21a:2bff:fe3c:4d5e', which specifies both the exit interface and the link-local address for a fully-specified IPv6 static route.
When configuring an IPv6 static route with a link-local address as the next hop, Cisco IOS requires a fully-specified static route syntax: 'ipv6 route <destination-prefix/prefix-length> <exit-interface> <link-local-next-hop>'. Since link-local addresses (FE80::/10) are only unique on the local link, specifying GigabitEthernet0/0/1 clarifies which link to transmit packets across.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Fully-Specified Static Routing with Link-Local Next-Hop