ubuntu:network:arp:add_multiple_entries_to_the_arp_cache_table_at_once
This is an old revision of the document!
Ubuntu - Network - ARP - Add multiple entries to the ARP cache table at once
The arp utility supports taking entries from a file.
Simply pass the file path as an argument to arp command.
By default the /etc/ethers file is used.
The file content should look like this:
12:f7:fd:48:aa:79 10.12.2.40 12:48:08:aa:a5:bb 10.12.2.43
Now you can give the path of the file as argument.
arp -f /etc/ethers
ubuntu/network/arp/add_multiple_entries_to_the_arp_cache_table_at_once.1597854329.txt.gz ยท Last modified: 2020/08/19 16:25 by 192.168.1.1