clear ARP cache ip list from windows server, windows 7, windows 2008, windows 2003 servers

clear ARP cache ip list from windows server, windows 7, windows 2008, windows 2003 servers

When You have Multiple LAN ports, where you have multiple IP block, You will get troubles on getting connected to the server through correct LAN port.
On this situation, you will require to check the arp list

In Windows Operating System >> Open >> command prompt and type

arp -a

to list & see the IP cache list. You can either clear the IP manually by

arp -d IP Address

or, use the below command to clear the complete cache.

netsh interface ip delete arpcache

To view complete list >> arp -a
To Remove an IP from the list >> arp -d ipaddress eg.: arp -d 192.168.1.50
To add static address on the ARP >> arp -s ip macid

 

Comments

This site uses Akismet to reduce spam. Learn how your comment data is processed.