1ARPING(8)                           iputils                          ARPING(8)
2
3
4

NAME

6       arping - send ARP REQUEST to a neighbour host
7

SYNOPSIS

9       arping [-AbDfhqUV] [-c count] [-w deadline] [-s source] [-I interface]
10              destination
11
12

DESCRIPTION

14       Ping destination on device interface by ARP packets, using source
15       address source.
16

OPTIONS

18       -A
19           The same as -U, but ARP REPLY packets used instead of ARP REQUEST.
20
21       -b
22           Send only MAC level broadcasts. Normally arping starts from sending
23           broadcast, and switch to unicast after reply received.
24
25       -c count
26           Stop after sending count ARP REQUEST packets. With deadline option,
27           instead wait for count ARP REPLY packets, or until the timeout
28           expires.
29
30       -D
31           Duplicate address detection mode (DAD). See RFC2131, 4.4.1. Returns
32           0, if DAD succeeded i.e. no replies are received
33
34       -f
35           Finish after the first reply confirming that target is alive.
36
37       -I interface
38           Name of network device where to send ARP REQUEST packets.
39
40       -h
41           Print help page and exit.
42
43       -q
44           Quiet output. Nothing is displayed.
45
46       -s source
47           IP source address to use in ARP packets. If this option is absent,
48           source address is:
49
50               · In DAD mode (with option -D) set to 0.0.0.0.
51
52               · In Unsolicited ARP mode (with options -U or -A) set to
53               destination.
54
55               · Otherwise, it is calculated from routing tables.
56
57       -U
58           Unsolicited ARP mode to update neighbours' ARP caches. No replies
59           are expected.
60
61       -V
62           Print version of the program and exit.
63
64       -w deadline
65           Specify a timeout, in seconds, before arping exits regardless of
66           how many packets have been sent or received. In this case arping
67           does not stop after count packet are sent, it waits either for
68           deadline expire or until count probes are answered.
69

SEE ALSO

71       ping(8), clockdiff(8), tracepath(8).
72

AUTHOR

74       arping was written by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>.
75

SECURITY

77       arping requires CAP_NET_RAW capability to be executed. It is not
78       recommended to be used as set-uid root, because it allows user to
79       modify ARP caches of neighbour hosts.
80

AVAILABILITY

82       arping is part of iputils package.
83
84
85
86iputils s20180629                                                    ARPING(8)
Impressum