|
Question:
|
|
|
Example: (ARP cache)
Logical (IP) address | Physical (Ethernet) address ------------------------+-------------------------------- 170.140.150.186 | 00:13:72:a3:17:e7 170.140.150.128 | 00:03:ba:2f:d0:21 .... | ..... |
arp -n |
Example:
cheung@aruba> arp -n (IP) Address HWtype HWaddress Flags Mask Iface ========================================================================== 170.140.151.110 ether 3c:d9:2b:76:d9:16 C eth0 170.140.151.7 ether 00:14:4f:1f:cc:ca C eth0 170.140.150.253 ether 00:16:36:e0:7e:a4 C eth0 170.140.150.8 ether 00:03:ba:08:d1:a4 C eth0 170.140.151.20 ether 00:1e:68:2f:71:ae C eth0 170.140.150.9 ether 02:08:20:6b:a8:9e C eth0 170.140.150.2 ether 00:03:ba:13:8f:e1 C eth0 170.140.150.1 ether 00:03:ba:72:e3:4d C eth0 170.140.150.60 ether 00:14:4f:a8:31:08 C eth0 170.140.150.254 ether 00:00:0c:9f:f0:00 C eth0 |
|
|
|
|
|
|
|
(I have a local copy: click here )