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.
 
Back
Top