懂电脑的来给翻译翻译这段英文吧,谢了~~

arp
-a Displays current ARP entries by interrogating the current protocol data.If inet_addr is specified,the IP and the Physical addresses for only the specified computer are displayed.If more than one network interface uses ARP,entries for each ARP table are displayed.
-g Same as -a.
inet_addr Specifies an internet address.
-N if_addr Displays the ARPentries for the network interface specified by if_addr.
_d Deletes the host specified by inet_addr.inet_addr may be wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr with the Physical address eth_addr.The Physical address is given as 6 hexadecimal bytes separated by hyphens.The entry is permanent.
eth_addr Specifies a physidcal address.
if_addr If present,this specifies the Internet address of the interface whose address translation table should be modefied.If not present,the first applicable interface will be used.
Example"
> arp -s 157.55.85.212 00-aa-00-62-c6-09 ....Adds a static entry.
> arp -a ....Displays the arp table.
其实也就是 “运行”输入 arp 之后出现的英文,懂电脑英语又好的来帮帮我吧~~~

意思如下:

-a 通过询问当前协议数据,显示当前 ARP 项。
如果指定 inet_addr,则只显示指定计算机
的 IP 地址和物理地址。如果不止一个网络
接口使用 ARP,则显示每个 ARP 表的项。
-g 与 -a 相同。
-v 在详细模式下显示当前 ARP 项。所有无效项
和环回接口上的项都将显示。
inet_addr 指定 Internet 地址。
-N if_addr 显示 if_addr 指定的网络接口的 ARP 项。
-d 删除 inet_addr 指定的主机。inet_addr 可
以是通配符 *,以删除所有主机。
-s 添加主机并且将 Internet 地址 inet_addr
与物理地址 eth_addr 相关联。物理地址是用
连字符分隔的 6 个十六进制字节。该项是永久的。
eth_addr 指定物理地址。
if_addr 如果存在,此项指定地址转换表应修改的接口
的 Internet 地址。如果不存在,则使用第一
个适用的接口。
示例:
> arp -s 157.55.85.212 00-aa-00-62-c6-09.... 添加静态项。
> arp -a .... 显示 ARP 表。
温馨提示:答案为网友推荐,仅供参考
相似回答