Memorise

Clearing ARP table

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 command

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


Categorised as: Microsoft, Networking


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.