What else is required when configuring an IPv6 static route using a next-hop link-local address?
- administrative distance
- ip address of the neighbor router
- network number and subnet mask on the interface of the neighbor router
- interface number and type
Explanation: When configuring an IPv6 static route with a next-hop link-local address, the router requires a fully specified static route, which includes both the next-hop address and the interface number and type (exit interface). This is necessary because link-local addresses are only unique to a specific link and are not contained in the IPv6 routing table; therefore, the router must be explicitly told which interface to use to reach that particular neighbor. If the interface is not specified, the command will fail because the next-hop link-local address could theoretically be valid on multiple networks connected to the same router.
Related exam: CCNA 2 v7 Course Final Exam Answers
