-AThe same as -U, but ARP REPLY packets used instead
of ARP REQUEST.
-bSend only MAC level broadcasts. Normally arping starts from sending broadcast, and switch to unicast after reply received.
-c countStop after sending count ARP REQUEST packets. With deadline option, arping waits for count ARP REPLY packets, until the timeout expires.
-DDuplicate address detection mode (DAD). See RFC2131, 4.4.1. Returns 0, if DAD succeeded i.e. no replies are received
-fFinish after the first reply confirming that target is alive.
-I interfaceName of network device where to send ARP REQUEST packets. This option is required.
-hPrint help page and exit.
-qQuiet output. Nothing is displayed.
-s sourceIP source address to use in ARP packets. If this option is absent, source address is:
In DAD mode (with option -D) set to 0.0.0.0.
In Unsolicited ARP mode (with options -U or -A)
set to destination.
Otherwise, it is calculated from routing tables.
-UUnsolicited ARP mode to update neighbours' ARP caches. No replies are expected.
-VPrint version of the program and exit.
-w deadlineSpecify a timeout, in seconds, before arping exits regardless of how many packets have been sent or received. In this case arping does not stop after count packet are sent, it waits either for deadline expire or until count probes are answered.
arping was written by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>. It is now maintained by YOSHIFUJI Hideaki <yoshfuji@skbuff.net>.
arping requires CAP_NET_RAWIO capability
to be executed. It is not recommended to be used as set-uid root,
because it allows user to modify ARP caches of neighbour hosts.
arping is part of iputils package and the latest versions are available in source form at http://www.skbuff.net/iputils/iputils-current.tar.bz2.