You could do that (on RHEL, at least) by using "ip" command:
or
or
By the way, the IPv4 neighbour table is known as "ARP table".
You could use -statistics option too:
Quote:
|
Originally Posted by man ip
With the -statistics option, the command (ip n flush) becomes verbose. It prints out the number of deleted neighbours and the number of rounds made to flush the neighbour table.
|
=)