Delete ARP cache... ERROR..

B

Bildos

When I'd like to delete ARP cache by:
arp -d *
I recived: the arp entry deletion failed: 87
any ideas ?
 
A

Andrew McLaren

Bildos said:
When I'd like to delete ARP cache by: arp -d *
I recived: the arp entry deletion failed: 87
any ideas ?

That wasn't a very helpful error message from arp! :) in WinError.h, error
87 is ERROR_INVALID_PARAMETER - which is pretty misleading (or wrong) for
this situation.

I believe you're actually getting the error because you don't have the
administrative privileges required to purge the cache. Right-click the
Command Prompt icon in Start Menu, and choose "Run as Administrator". Give
your consent to the UAC prompt. Now you have an Administrator command
Prompt - in the title bar, it will actually say "Administrator: Command
Prompt" (as opposed to just plain "Command Prompt").

Now run "arp -d" again. This time it should work.

I usually leave an Administrative prompt running in the background, so I can
quickly run utilities with elevation.

Hope it helps,
 
P

Peter Foldes

jrchilds

Reboot and go immediately to Administer mode and repeat what Andrew posted
substituting arp-d as C:\> arp -d*
Notice the spacing between > and a and also between p and -

Alternatively, use the command prompt below while in Administrator mode and enter
the following and hit OK and reboot immediately when done

C:\>netsh interface ip delete arpcache





--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

jrchilds said:
This isn't an admin rights issue. I tried runas admin and even tried as
the actual administrator user, and still get the error 87. Any new ideas
on how to clear the Arp cache in Vista?

Thanks,
James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top