arp /? 显示并修改地址解析协议(ARP)使用的 IP 到物理地址转换表。 ARP -s inet_addr eth_addr [if_addr] -a 通过查询当前协议数据显示当前 ARP 条目。如果指定 inet_addr,则仅显示指定计算机的 IP 地址和物理地址。如果多个网络接口使用 ARP,则会显示每个 ARP 表的条目。 arp -s 157.55.85.212 00-aa-00-62-c6-09 .... 添加静态条目。 |
arp -a /? Displays and modifies the IP-to-Physical address translation tables used by ARP -s inet_addr eth_addr [if_addr] -a Displays current ARP entries by interrogating the current |
arp -a Interface: 192.168.1.55 --- 0x13 -------------------------------------------- 接口:网络接口的IP地址---标识符 ----------------------------------------------------------------------- 互联网地址 物理地址 类型 ----------------------------------------------------------------------- ------------------------------------------------------------------------------- -------------------------------------------------------------------------- ----------------------------------------------------------------------- -------------------------------------------------------------------------- ----------------------------------------------------------------------------- --------------------------------------------------------------------------------- dynamic (动态) static (静态)
|
标签:arp,ARP,00,addr,224.0,命令,参数,inet From: https://www.cnblogs.com/suv789/p/18102637