you can delete each arp entry manually with arp -d, a
simple way to clear a machine's entire ARP cache without rebooting, or deleting entries manually or waiting for timeouts is:
# ifconfig <hme0> <IP>
substitute your device and IP address, you can also change arp cache timeouts, eg: flushing the arp entries from the routing table after 1 minute:
#ndd -set /dev/ip ip_ire_flush_interval 60000
or discard ARP entries from ARP cache after 1 minute:
I've never used it seriously though and not sure if when executed if it's effect is permanent. See man pages on arp. That's all I can think of at present.
(What are your reasons for doing this, do you have hundreds of connections?)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.