How to clear ARP Cache in windows Vista/XP/2003/2000
by admin on Feb.07, 2010, under Windows
The Address Resolution Protocol (ARP) is very crucial for TCP/IP network communication. If you begin to notice network connectivity problems such as particular webpages not loading or not being able to ping certain IP addresses then clearing your ARP cache is a good place to start.The TCP/IP ARP Command component provides the functionality to add, delete, or display the IP address for Media Access Control (MAC) address transalation.
To flush/Delete the ARP cache in windows Vista/XP/2003/2000 follow this procedure
Click on Start—>Run—> type the following command click ok
netsh interface ip delete arpcache
Dynamic ARP cache entries update persist for 2-20 minutes depending on the system.
Windows 2003 server= 10 minutes
Windows 2000 professional/Server = 10 minutes
Windows XP = 2 minutes
Solaris = 5 minutes
Delete IP address using arp command
arp -d <ip address>
Example
arp -d 10.1.1.2
Display arp table
arp -a
Add static entry to ARP table
arp -s <ip address> <mac address>
Example
arp -s 157.55.85.212 00-aa-00-62-c6-09
3 Trackbacks / Pingbacks for this entry
February 7th, 2010 on 8:56 pm
[...] See original here: How to clear ARP Cache in windows Vista/XP/2003/2000 – RedHatVN … [...]
February 8th, 2010 on 4:31 am
[...] How to clear ARP Cache in windows Vista/XP/2003/2000 – RedHatVN … [...]
March 8th, 2010 on 12:32 pm
Wiersz Poleceń Windows CMD…
Windows XP Vosten SP3 PRO 2010 released now! this windows combining the beauty of appearance and the advanced performance, The System has been updated completely with the latest updates and hotfixes from Microsoft to maintain the highest level of secur…