I have some knowledge about arp command under linux which can help modify the ARP table. Now I want to temporarily affect ARP table(add, delete and change) entries without the help of arp.
For temporarily adding a new entry in ARP table, I can ping an unknown host and the a new pair for (new_host_ip, new_host_hw_addr) will be inserted into APR table.(correct me if this can not always complete the insertion:)).
My question is can I delete and change entries in ARP table without using arp directly just like the way inserting an ARP entry above?