一、作用

  1. 用于显示和修改地址解析协议 (ARP)使用的“IP到物理”地址转换表

二、选项

  • -n 以数字方式显示arp缓存中的条目

    三、实例

    ```shell [root@localhost ~]# arp Address HWtype HWaddress Flags Mask Iface 192.168.11.101 ether 00:0c:29:17:f9:41 C ens33 gateway ether 00:50:56:c0:00:01 C ens33 gateway ether 00:50:56:e9:60:0e C ens34 192.168.137.254 ether 00:50:56:f8:0c:53 C ens34
```shell
[root@localhost ~]# arp -n 192.168.11.101
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.11.101           ether   00:0c:29:17:f9:41   C                     ens33