Tuesday, 20 May 2014

To flush/Delete the ARP cache in Windows 2000/2003, run the following command:

netsh interface ip delete arpcache
Delete IP address using arp command
arp -d <ip address>
Display arp table
arp -a
Add static entry to ARP table
arp -s <ip address> <mac address>

No comments:

Post a Comment