Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



How to clear arp cache from command prompt in Vista

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 20-05-2009
Member
 
Join Date: May 2009
Posts: 195
How to clear arp cache from command prompt in Vista

I am facing some connectivity problems on my Windows Vista computer and hence i thought to clear The Address Resolution Protocol (ARP) cache from my system. i guess this can be a good step in troubleshooting connectivity problems. So could any one of you let me know how can i do that from my Vista command prompt ? Help appreciated.
Reply With Quote
  #2  
Old 20-05-2009
RoninBlade's Avatar
Member
 
Join Date: May 2008
Posts: 1,780
Re: How to clear arp cache from command prompt in Vista

You are correct. Clearing ARP cache is definitely good step in troubleshooting connectivity problems because it is the standard method for finding a host’s hardware address when only its network layer address is known.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.

Clearing ARP cache from command line is very simple in windows. Go to Start and type Cmd in the search line to open command prompt and press Ctrl-Shift-Enter keyboard shortcut to force Administrator privileges. Now type
Quote:
netsh interface ip delete arpcache
in the command prompt and press Enter.

Thats it. You are done !
Reply With Quote
  #3  
Old 20-05-2009
Computer_Freak's Avatar
Member
 
Join Date: Apr 2008
Posts: 490
Re: How to clear arp cache from command prompt in Vista

If you are facing any connectivity problem and you think its cause of ARP cache, than to make it confirm that it’s indeed an ARP issue, try to ping both the loopback address (127.0.0.1) and the local computer’s IP address. Then try to any other IP addresses such as those of Google.com or Yahoo.com. If you can ping to local IP address and loopback address, but not any other IP addresses, then this is the typical symptom of ARP cache failure.
Reply With Quote
  #4  
Old 20-05-2009
MrChris-'s Avatar
Member
 
Join Date: Apr 2008
Posts: 3,237
Re: How to clear arp cache from command prompt in Vista

You can view your workstations ARP table by typing “arp –a” from a command prompt. Deleting the ARP cache is just as simple and can be done from a command prompt by typing “netsh interface ip delete arpcache”. Microsoft Windows ARP cache will occasionally become corrupt and need to be cleared and deleted so that the cache can be refreshed.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to clear arp cache from command prompt in Vista"
Thread Thread Starter Forum Replies Last Post
command prompt not working in vista basic r_j Operating Systems 1 17-07-2011 06:40 PM
Command Prompt Keyboard Shortcuts For Vista aalbaiz Tips & Tweaks 2 31-03-2009 02:24 PM
Access Denied in Win Vista's command prompt Salome Operating Systems 2 23-02-2009 07:02 PM
How to run from command prompt as administrator in Windows Vista PARRISH Operating Systems 5 12-01-2009 05:39 PM
Add fonts to command prompt - Windows Vista jacky Customize Desktop 2 16-12-2008 06:13 PM


All times are GMT +5.5. The time now is 12:04 AM.