ARP Table Commands
Overview
ARP tables map IP addresses to MAC addresses on a switch. Use these commands when troubleshooting connectivity or identifying what device is on a specific IP.
Cisco IOS / Catalyst
# Show full ARP table show arp # Show ARP for specific IP show arp 192.168.1.100 # Show ARP entries for a specific interface/VLAN show arp vlan 10 # Clear ARP cache clear arp-cache
Cisco Meraki
Meraki switches do not have a traditional CLI. Use the Dashboard:
Go to Switch > Switches and select the switch
Click Live Tools
Select ARP Table to view current entries
Alternatively, use Clients tab to see IP-to-MAC mapping
HP / Aruba ProCurve
# Show full ARP table show arp # Show ARP for specific IP show arp 192.168.1.100 # Clear ARP table clear arp
Netgear Managed (GS / M series)
# Show ARP table show arp-table all # Show ARP for specific IP show arp-table 192.168.1.100
Tips
If a camera or controller is not showing in ARP, check that it is powered and the port link is up
Use MAC address to cross-reference with switch MAC-address table:
show mac address-table(Cisco) orshow mac-address(HP)ARP entries expire — if device went offline recently, the entry may still show temporarily
No comments to display
No comments to display