How do I flush an ARP cache???

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

my computer cant re-obtain an IP address because it cant
flush the ARP cache....where is that??
 
Go to a command prompt

start/run
cmd

arp -a

Displays all entries

arp -d *

Deletes all entries.

The arp table is used translate the physical or MAC address of the card to
the logical ip address.
 

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

Similar Threads

ARP Cache? 1
Renewing IP Address / Flushing ARP Cache 1
arp cache 4
ARP CACHE 1
Flushing ARP table on remote machine 1
how do I find out what my IP& subnet numbers are 4
arp cache flush 1
arp cache flush again 1

Back
Top