To flush/Delete the ARP cache in Windows 2000/2003, run the following command:
netsh interface ip delete arpcache
netsh interface ip delete arpcache
Delete IP address using arp command
arp -d <ip address>
arp -d <ip address>
Display arp table
arp -a
arp -a
Add static entry to ARP table
arp -s <ip address> <mac address>
arp -s <ip address> <mac address>
No comments:
Post a Comment