1ARPING(8) System Manager's Manual: iputils ARPING(8)
2
3
4
6 arping - send ARP REQUEST to a neighbour host
7
9 arping [-AbDfhqUV] [-c count] [-w deadline] [-s source] [-I interface]
10 destination
11
12
14 Ping destination on device interface by ARP packets, using source
15 address source.
16
18 -A The same as -U, but ARP REPLY packets used instead of ARP
19 REQUEST.
20
21 -b Send only MAC level broadcasts. Normally arping starts from
22 sending broadcast, and switch to unicast after reply received.
23
24 -c count
25 Stop after sending count ARP REQUEST packets. With deadline
26 option, instead wait for count ARP REPLY packets, or until the
27 timeout expires.
28
29 -D Duplicate address detection mode (DAD). See RFC2131, 4.4.1.
30 Returns 0, if DAD succeeded i.e. no replies are received
31
32 -f Finish after the first reply confirming that target is alive.
33
34 -I interface
35 Name of network device where to send ARP REQUEST packets.
36
37 -h Print help page and exit.
38
39 -q Quiet output. Nothing is displayed.
40
41 -s source
42 IP source address to use in ARP packets. If this option is
43 absent, source address is:
44
45 · In DAD mode (with option -D) set to 0.0.0.0.
46
47 · In Unsolicited ARP mode (with options -U or -A) set to desti‐
48 nation.
49
50 · Otherwise, it is calculated from routing tables.
51
52 -U Unsolicited ARP mode to update neighbours' ARP caches. No
53 replies are expected.
54
55 -V Print version of the program and exit.
56
57 -w deadline
58 Specify a timeout, in seconds, before arping exits regardless of
59 how many packets have been sent or received. In this case arping
60 does not stop after count packet are sent, it waits either for
61 deadline expire or until count probes are answered.
62
64 ping(8), clockdiff(8), tracepath(8).
65
67 arping was written by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>. It is
68 now maintained by YOSHIFUJI Hideaki <yoshfuji@skbuff.net>.
69
71 arping requires CAP_NET_RAW capability to be executed. It is not recom‐
72 mended to be used as set-uid root, because it allows user to modify ARP
73 caches of neighbour hosts.
74
76 arping is part of iputils package and the latest versions are avail‐
77 able in source form at http://www.skbuff.net/iputils/iputils-cur‐
78 rent.tar.bz2.
79
80
81
82iputils-160308 ARPING(8)