09-22-2014 10:29 AM - edited 03-07-2019 08:50 PM
Hi,
whats the difference between arp and mac address table?
can we use these terms interchangeably?
Thanks,
vishal
Solved! Go to Solution.
03-09-2015 08:28 AM
To add, a pure routers job is to forward packets based on layer 3 information. Therefore it will not have a mac-address-table. It will however have an arp table for your layer 3 to layer 2 resolution needed for encapsulating the packet to put on the wire.
09-22-2014 07:41 PM
Vishal,
Simple answer :
ARP table is Layer3 address to Layer2 address resolution.
MAC Address Table is Layer2 address to interface binding
Examples ref:-
==========
Example from "show arp". The IP address is matched to the Mac Address
Internet 192.168.200.3 3 0007.dddd.abc2 ARPA Vlan4
Internet 192.168.200.10 6 000a.bbbb.a5ba ARPA Vlan4
Internet 192.168.200.17 - 0014.cccc.6c7b ARPA Vlan5
Internet 192.168.200.25 208 0005.aaaa.3b5a ARPA Vlan5
The mac-address-table Maps Mac Addresses to Physical Ports on a Switch
Example from "show mac-address-table" The Mac address is matched with the port Number.
MAC Address Port the MAC was learned on
0021.d837.a6fc Dynamic 1 FastEthernet3
0007.95dc.04c1 Dynamic 4 FastEthernet2
000a.95b0.a5aa Dynamic 4 FastEthernet0
2)
can we use these terms interchangeably?
Yes and no based on the person understanding,
HTH
Regards
Inayath
*** Please dont forget to rate if this info is helpfull.
09-22-2014 07:43 PM
For your second question clearity:
The ARP table is your layer 3 to layer 2 resolution. You examine this on your layer 3 device.
The mac-address-table is used by the switch. It tells the switch which port to forward frames given a specific MAC address. It's the mac address to switchport resolution. The mac-address-table has nothing to do with IP addresses.
Hope this helps.
09-24-2014 10:18 AM
thank you soo much..
03-09-2015 08:28 AM
To add, a pure routers job is to forward packets based on layer 3 information. Therefore it will not have a mac-address-table. It will however have an arp table for your layer 3 to layer 2 resolution needed for encapsulating the packet to put on the wire.
07-12-2023 10:47 AM
Is the MAC address table used to build the ARP table?
07-12-2023 12:16 PM
No, as the MAC table doesn't have IPs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide