Table of Contents

ARP

ARP cache is used by machines to communicate to another machine

1.0 To list the cache

USER
arp -n

2.0 To clear the cache

ROOT
arp -d 192.168.0.15

3.0 To add the cache

USER
ping 192.168.0.15

4. clear all cache

do as root

ROOT
ip -s -s neigh flush all

https://youtu.be/sYZAUpYA7GE