Friday, June 14, 2013

ARP cache and ARP flush


When you contact another machine using IP or FQDN, its MAC address is mapped in your machine using ARP cache.

To I view current ARP cache on linux ubuntu:
#arp -a
#cat /proc/net/arp


To Flush the ARP cache:
#ip neigh flush dev eth0

No comments:

Post a Comment