Where is the ARP table stored?
The ARP table is stored in the RAM of the device. Each entry, or row, of the ARP table binds an IP address with a MAC address. We call the relationship between the two values a map - it simply means that you can locate an IP address in the table and discover the corresponding MAC address.
Each switch has an ARP (Address Resolution Protocol) table to store the IP addresses and MAC addresses of the network devices.
The ARP cache contains entries that map IP addresses to MAC addresses. A static ARP table contains entries that are user-configured. The ARP cache entries are generally for devices that are directly attached to the Layer 3 device.
PCs has an ARP table that matches IPs to MAcs. In a command box, type "arp -a" and you'll see your PCs arp table...
The ARP cache contains one or more tables that are used to store IP addresses and their resolved Ethernet or Token Ring physical addresses. There is a separate table for each Ethernet or Token Ring network adapter installed on your computer. Used without parameters, arp displays help information.
- Click Start -> Run.
- Type cmd and click OK to bring up the command line.
- Type arp -d to flush the ARP cache.
- Type arp -a to view the current ARP cache which should be empty.
- Type arp -s 192.168. 100.23 00-13-C6-00-02-0F (Note for UNIX the syntax is: arp -s 192.168. 100.23 00:13:C6:00:02:0F)
Answer is YES. Router maintains an ARP table and every computer in the LAN maintains an ARP table. Even a switch maintains ARP table.
In IPv4 networking, network nodes use ARP to maintain information about peer network nodes. ARP is used to associate the Layer 3 IP address with a Layer 2 MAC address of neighboring peer nodes. The system maintains an ARP table with dynamic, cached entries, and you can add static entries if necessary.
A L2 switch has also an ARP table that is used by the switch management TCP/IP stack in order to be managed by remote: to support SNMP, telnet, SSH, ICMP and so on.
In IPv4 networking, network nodes use ARP to maintain information about peer network nodes. ARP is used to associate the Layer 3 IP address with a Layer 2 MAC address of neighboring peer nodes. The system maintains an ARP table with dynamic, cached entries, and you can add static entries if necessary.
Does router have ARP table?
Answer is YES. Router maintains an ARP table and every computer in the LAN maintains an ARP table. Even a switch maintains ARP table.
The arp command allows users to manipulate the neighbor cache or ARP table. It is contained in the Net-tools package along with many other notable networking commands (such as ifconfig ).

To display the ARP table, enter the show arp command. The command displays all ARP entries in the system.