The Address Resolution Protocol (ARP) is very crucial for TCP/IP network communication. If you begin to notice network connectivity problems such as particular web pages 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 translation.
To flush/Delete the ARP cache in windows 7/Vista/XP/2000/Server 2003/2008 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
Not Satisfied ? Just search & get the result
Related posts:
- How to Add Static route in Windows XP/2000/Vista
- How to manually set the MTU size in Windows XP ,2003 ,2000 ,Vista
- How to Clean Print Spooler in Windows Vista/XP/2003
- How to move a DHCP database from Windows Server 2003 to Windows Server 2008
- Little About ARP, IARP, RARP, and Proxy ARP
Tagged as:
arp,
arp cache,
arp cache clear,
arp cache clearing,
cache clearing,
clear arp cache,
clear ARP Cache in windows,
clear ARP Cache in windows 7/Vista/XP/2000/Server 2003/2008,
How to clear ARP Cache in windows,
How to clear ARP Cache in windows 7/Vista/XP/2000/Server 2003/2008
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.