Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh interface ipv6 add neighbors ?
Usage: add neighbors [interface=][address=]][neighbor=][[subinterface=]][[store=]active|persistent]
Parameters:
Tag Value
interface - Interface name or index.
address - Address of neighbor.
neighbor - Link layer address of neighbor.
subinterface - LUID of the subinterface. This is only needed on
interfaces with multiple subinterfaces.
store - One of the following values:
active: Address will disappear on next boot.
persistent: Address will be persistent.
This is the default.
Example:
add neighbors "Private" "3f::2" "12-34-56-78-9a-bc"