ARP

  • (Address Resolution Protocol) - used to view/add the contents of the kernel’s ARP tables.

# arp -e

  • shows the default table

ARP (Address Resolution Protocol) is useful to view / add the contents of the kernel’s ARP tables. To see default table use the command as.

# arp -e

Address HWtype HWaddress Flags Mask Iface

192.168.50.1 ether 00:50:56:c0:00:08 C eth0

Last updated

Was this helpful?