📄 nrgarp.8
字号:
.\" Copyright (c) 1985, 1991, 1993, 1998.\" The Regents of the University of California. All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)arp.8 8.1 (Berkeley) 6/6/93.\".Dd Sep 3, 1998.Dt NRGARP 8.Os LBNL.Sh NAME.Nm nrgarp.Nd address resolution display and control which permits the specification of an interface name.Sh SYNOPSIS.Nm arp.Op Fl n.Ar hostname.Nm arp.Op Fl n.Fl a.Nm arp.Fl d Ar hostname.Op Ar proxy.Nm arp.Fl d.Fl a.Nm arp.Fl s Ar hostname ether_addr.Op Ar temp.Op Ar pub.Op Ar ifname.Nm arp.Fl S Ar hostname ether_addr.Op Ar temp.Op Ar pub.Op Ar ifname.Nm arp.Fl f Ar filename.Sh DESCRIPTIONThe.Nmprogram displays and modifies the Internet-to-Ethernet address translationtables used by the address resolution protocol.Pq Xr arp 4 .With no flags, the program displays the current.Tn ARPentry for.Ar hostname .The host may be specified by name or by number,using Internet dot notation..PpAvailable options:.Bl -tag -width Ds.It Fl aThe program displays or deletes all of the current.Tn ARPentries..It Fl dA super-user may delete an entry for the host called.Ar hostnamewith the.Fl dflag..It Fl nShow network addresses as numbers (normally.Nmattempts to display addresses symbolically)..It Fl s Ar hostname ether_addrCreate an.Tn ARPentry for the host called.Ar hostnamewith the Ethernet address .Ar ether_addr .The Ethernet address is given as six hex bytes separated by colons.The entry will be permanent unless the word.Ar tempis given in the command. If the word.Ar pubis given, the entry will be "published"; i.e., this system willact as an.Tn ARPserver,responding to requests for .Ar hostnameeven though the host address is not its own.In this case the ether_addr can be given as `auto''in which case the interfaces on this host will be examined,and if one of them is found to occupy the same subnet, itsether_addr will be used.If the word.Ar ifnameis given, the mapping will only be installed on the specified interface..It Fl S Ar hostname ether_addrIs just like.Fl sexcept any existing arp entry for this host will be deleted first..It Fl fCauses the file.Ar filenameto be read and multiple entries to be set in the.Tn ARPtables. Entriesin the file should be of the form.Pp.Bd -filled -offset indent -compact.Ar hostname ether_addr.Op Ar temp.Op Ar pub.Op Ar ifname.Ed.Ppwith argument meanings as given above..El.Sh SEE ALSO.Xr inet 3 ,.Xr arp 4 ,.Xr ifconfig 8 ,.Xr arp 8.Sh HISTORYThearpcommand appeared in.Bx 4.3 .The extension was developed by Kevin Fall at LBNL foruse with the ns simulator in emulation mode in 9/1998.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -