This article explains why the "/kernel: nd6_cache_lladdr: no route to src fe80::ad19:d69b:851e:32f9 dst=ff02::0002 received on ifl" log message is generated.
"/kernel: nd6_cache_lladdr: no route to src fe80::ad19:d69b:851e:32f9 dst=ff02::0002 received on ifl"
The default IPv6 link local address starts in the FE80 range. If this default value on the router is changed to another address (for example, FE81), the router will start generating the following error message:
These log messages appear only when there is another IPv6 host connected to the other end of the interface on the router, as explained in the scenario below:
These messages are cosmetic. They do not impact service. To prevent these messages from being reported, enter the command below on the device:
set protocols neighbor-discovery onlink-subnet-only
19-11-2025: Minor, non-technical edit