Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv4 set neighbors ?
Usage: set neighbors [interface=][address=]][neighbor=][[store=]active|persistent]
Parameters:
Tag Value
interface - Interface name or index.
address - Network address of neighbor.
neighbor - Link layer address of neighbor
store - One of the following values:
active: Address will disappear on next boot.
persistent: Address will be persistent.
This is the default.
Example:
set neighbors "Private" "10.1.1.1" "12-34-56-78-9a-bc"