-2

On switches I can show mac addresses on any port by "show mac-address-table port X" Is there any way to do this on FreeBSD and Linux systems?

carcinogen75
  • 1
  • 1
  • 2
  • Welcome to Server Fault! Sorry, but [SF] is for Professional System Administrators (et al) only. Your question appears to be for non-professional use and might be on-topic on [SU] or [unix.SE], but you should search their sites and check their FAQs before posting. Thank you! – Chris S Jun 06 '13 at 14:42

2 Answers2

1

Try the arp -a command, at least this works on FreeBSD.

Steve Wills
  • 685
  • 3
  • 6
0

tcpdump -e -i eth0 works find for me

Chris S
  • 77,945
  • 11
  • 124
  • 216
carcinogen75
  • 1
  • 1
  • 2