麻烦计算机英语好的大侠按原文翻译下ARP的使用说明

来源:百度知道 编辑:UC知道 时间:2024/06/07 11:28:00
就是在CMD中输入arp后显示出来的英文谢谢

Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).

使用 地址解析协议(ARP) 显示和修改 IP 到 物理地址转译表.

ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr]

-a Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
查询当前协议数据显示当前 ARP 条目. 如果指定了 inet_addr 参数, 则只显示唯一的被指定的计算机的

IP 和物理地址. 如果不只一个网络接口使用了 ARP 协议, 则每个 ARP 表的条目都会被显示.

-g Same as -a.
和 -a 参数一样
inet_addr Specifies an internet address.
指定一个 internet 地址.
-N if_addr Displays the ARP entries for the network interface specified