1 .\" Copyright (c) 1985, 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 4. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" @(#)arp.8 8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD: src/usr.sbin/arp/arp.8,v 1.25.2.1 2008/04/25 16:38:14 sam Exp $
36 .Nd address resolution display and control
49 .Op Cm ifscope interface
55 .Fl s Ar hostname ether_addr
60 .Op Cm ifscope interface
62 .Fl S Ar hostname ether_addr
67 .Op Cm ifscope interface
73 utility displays and modifies the Internet-to-Ethernet address translation
74 tables used by the address resolution protocol
76 With no flags, the program displays the current
80 The host may be specified by name or by number,
81 using Internet dot notation.
84 .Bl -tag -width indent
86 The program displays or deletes all of the current
90 A super-user may delete an entry for the host called
97 keyword is specified, only the
101 for this host will be deleted.
104 keyword is specified, the entry specific to the interface will be deleted.
108 flag may be combined with the
110 flag to delete all entries.
111 .It Fl i Ar interface
112 Limit the operation scope to the
116 Applicable only to the following operations:
117 display one, display all, delete all.
119 Show network addresses as numbers (normally
121 attempts to display addresses symbolically).
122 .It Fl s Ar hostname ether_addr
125 entry for the host called
127 with the Ethernet address
129 The Ethernet address is given as six hex bytes separated by colons.
130 The entry will be permanent unless the word
132 is given in the command.
135 is given, the entry will be
137 i.e., this system will
141 responding to requests for
143 even though the host address is not its own.
148 in which case the interfaces on this host will be examined,
149 and if one of them is found to occupy the same subnet, its
150 Ethernet address will be used.
153 keyword is also specified, this will create a
154 .Dq "published (proxy only)"
156 This type of entry is created automatically if
158 detects that a routing table entry for
164 keyword is specified the entry will be marked so that traffic to
165 the host will be discarded and the sender will be notified the
169 keyword is similar in that traffic is discarded but the sender is
171 These can be used to block external traffic to a host without
176 keyword is specified, the entry will set with an additional property that
177 strictly associate the entry to the interface. This allows
178 for the presence of mutiple entries with the same destination
179 on different interfaces.
180 .It Fl S Ar hostname ether_addr
185 entry for this host will be deleted first.
189 to be read and multiple entries to be set in the
193 in the file should be of the form
195 .Bd -ragged -offset indent -compact
196 .Ar hostname ether_addr
198 .Op Cm pub Op Cm only
199 .Op Cm ifscope interface
202 with argument meanings as given above.
203 Leading whitespace and empty lines are ignored.
206 character will mark the rest of the line as a comment.