Discover and probe hosts in a network using the ARP protocol. Useful for MAC address discovery. More information: https://github.com/ThomasHabets/arping.
arping {{host_ip}}
arping -I {{interface}} {{host_ip}}
arping -f {{host_ip}}
arping -c {{count}} {{host_ip}}
arping -U {{ip_to_broadcast}}
arping -D -w {{3}} {{ip_to_check}}