Question:

How do i clear the arp cache?

by  |  earlier

0 LIKES UnLike

How do i clear the arp cache?

 Tags:

   Report

1 ANSWERS


  1. To flush/Delete the ARP cache in windows Vista/XP/2003/2000 follow this procedure

    Click on Start—>Run—> type the following command click ok

    netsh interface ip delete arpcache

    Dynamic ARP cache entries update persist for 2-20 minutes depending on the system.

    Windows 2003 Server = 10 minutes

    Windows 2000 professional/Server = 10 minutes

    Windows XP = 2 minutes

    Solaris = 5 minutes

    Delete IP address using arp comm

    and

    arp -d <ip address>

    Example

    arp -d 10.1.1.2

    Display arp table

    arp -a

    Add static entry to ARP table

    arp -s <ip address> <mac address>

    Example

    arp -s 157.55.85.212 00-aa-00-62-c6-09

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions