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