

In our screenshot example, it shows 9 entries in the table. The screenshot example below is the arp output of a particular computer. To view the arp cable table for all the interfaces (network adapters) on your computer, type the following in the command window then press Enter: arp /a

arp /a - Displays the Arp Cache Table for all Interfaces At the most basic, the arp is used with teh /a switch to display the arp cache table of a computer. There are a variety of switches (sub commands) available with the arp utility that will alter how it will function. Dynamic entries will stay in cache unless they have not been used recently and the ARP cache timeout has expired. Static entries will remain in the cache indefinitely unless explicitly removed. A static entry on the hand is one that was manually entered (or by the operating system) into the cache. A dynamic entry is an IP to MAC address pair that your computer has learned of itself during recent communication with that device. In an arp cache table, you will typically find two types of entries - dynamic and static. The /n parameter is case-sensitive.ĭeletes an entry with a specific IP address, where Inetaddr is the IP address in dotted decimal notation.Īdds a static entry to the arp cache that resolves the IP address Inetaddr to the physical address Etheraddr.
DOES THE ARP TABLE SHOW MAC ADDRESS WINDOWS
Search for cmd using the built-in Windows search tool.The three common ways to launch the Command Prompt window are: To use this utility, you will need to launch the Command Prompt window. This IP and MAC address mapping is then stored on your computer's arp cache for quick lookup in future communication. The device that has this IP will reply back with its MAC address. When your computer needs to communicate with a device that is not in its arp cache, it will perform a network query (using arp) to get the MAC address. Within the same network, all hosts communicate with each other by addressing each other by their MAC address.īy maintaining an arp table that maps an IP address to its associated MAC address of the device, your computer does not need to query the network for the MAC address each time it needs to communicate with it. In the case of external devices, your computer needs to communicate with your network router. When your computer communicates with a device, regardless of whether it is on your local network (e.g., file server) or is external to it (e.g., website, ftp server), your computer needs to know the MAC address of the device to communicate with it. The purpose for maintaining an arp cache is to improve network performance. More importantly, along with the IP address, the MAC address (the 6-byte 'burned-in' physical/hardware address) of the device is also stored in the cache. The arp cache contains a dynamic list of IP addresses of the devices (computers, routers) your computer communicated with recently. arp /s - Manually Add an Entry to Arp CacheĪrp command (address resolution protocol) is used to view and manage the arp cache.arp /a - Displays the Arp Cache Table of all Interfaces.
DOES THE ARP TABLE SHOW MAC ADDRESS WINDOWS 8
The commands shown here are tested on computer with Windows 8 but most will work in other versions of Windows as well.

This tool is typically used in troubleshooting network issues.

The arp cache is a collection of IP and MAC addresses of devices on your local network that your computer knows about. The arp (address resolution protocol) is a simple Windows network command-line utility used to view and manage the arp cache.
