Results 1 to 4 of 4

Thread: How to clear arp cache from command prompt in Vista

  1. #1
    Join Date
    May 2009
    Posts
    218

    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.

  2. #2
    Join Date
    May 2008
    Posts
    1,822

    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
    netsh interface ip delete arpcache
    in the command prompt and press Enter.

    Thats it. You are done !

  3. #3
    Join Date
    Apr 2008
    Posts
    598

    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.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    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.

Similar Threads

  1. command prompt not working in vista basic
    By r_j in forum Operating Systems
    Replies: 1
    Last Post: 17-07-2011, 05:40 PM
  2. Command Prompt Keyboard Shortcuts For Vista
    By aalbaiz in forum Tips & Tweaks
    Replies: 2
    Last Post: 31-03-2009, 01:24 PM
  3. Access Denied in Win Vista's command prompt
    By Salome in forum Operating Systems
    Replies: 2
    Last Post: 23-02-2009, 07:02 PM
  4. Replies: 5
    Last Post: 12-01-2009, 05:39 PM
  5. Add fonts to command prompt - Windows Vista
    By jacky in forum Customize Desktop
    Replies: 2
    Last Post: 16-12-2008, 06:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,147,809.73159 seconds with 16 queries