A network administrator is configuring a backup route on a Cisco IOS router to reach a remote branch office network with the prefix . The primary path is currently provided by OSPFv3 with an administrative distance of . The administrator must configure a floating static route using the next-hop router's link-local address over the local exit interface . Which command correctly configures this backup floating static route on the router?
- ipv6 route 2001:db8:fedc:9900::/56 GigabitEthernet0/0/1 fe80::cafe:1 120Cevap
- Bipv6 route 2001:db8:fedc:9900::/56 fe80::cafe:1 120
- Cipv6 route 2001:db8:fedc:9900::/56 GigabitEthernet0/0/1 fe80::cafe:1 90
- Dipv6 route 2001:db8:fedc:9900::/56 GigabitEthernet0/0/1 fe80::fffe:cafe:1 120
Cevap
The command 'ipv6 route 2001:db8:fedc:9900::/56 GigabitEthernet0/0/1 fe80::cafe:1 120' correctly configures the backup floating static route.
The correct command syntax for an IPv6 static route using a link-local next-hop requires specifying both the local exit interface and the link-local address of the neighbor. Furthermore, setting the administrative distance to ensures it is higher than the primary OSPFv3 route's administrative distance of , making it a true floating static route.
Adım Adım Çözüm
Anahtar Kavram
Fully Specified IPv6 Floating Static Route Configuration