LPIC-2 Exam 202 (Linux Engineer) — Question 12
To which destination will a route appear in the Linux routing table after activating IPv6 on a router's network interface, even when no global IPv6 addresses have been assigned to the interface?
Answer options
- A. fe80::/10
- B. 0::/128
- C. 0::/0
- D. fe80::/64
- E. 2000::/3
Correct answer: D
Explanation
The correct answer is D, fe80::/64, because link-local addresses are automatically generated for interfaces and are essential for communication within the local network segment. The other options represent different types of addresses, but they do not apply to the situation where no global addresses are assigned.