Ad space (banner)
📡Networking Lessons
Lesson 36 / 39

Viewing the ARP Table with show arp

When you want to know which MAC address actually answers for an IP address, use show arp. It displays the ARP table — the recorded mapping between IP addresses and MAC addresses.

The syntax is show arp, in privileged EXEC mode.

Running show arp lists, for every device this one has communicated with on the local network, its IP address, MAC address, and how long ago the entry was learned.

A common stumble is assuming a device missing from the ARP table is unreachable. A device that simply hasn't communicated yet won't appear — that's all it means.

In real work, it is a staple of investigations into duplicate IP addresses and of confirming whether a given host really exists on the local network.

Networking
Try it (type this into the pseudo terminal)
show arp

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)