39

I remember using a command line tool to flash a NIC's link light to identify it. I can't remember for the life of me what it was.

T. Zengerink
  • 199
  • 5
  • 13
rjmoggach
  • 953
  • 1
  • 7
  • 11

3 Answers3

40

Yeah it was ethtool I was looking for but specifically this will flash the link light for two minutes:

ethtool -p eth0 120
rjmoggach
  • 953
  • 1
  • 7
  • 11
34

Is ethtool what you're looking for

ethtool --identify eth0 
user9517
  • 114,104
  • 20
  • 206
  • 289
3

Ethtool also works with vmware ESXi with -p parameter:

Example: ethtool -p vmnic0 15

vmnic0 will blink for 15 seconds

Here is a video that shows how it works (at 2:50 shows blink):

http://www.sysadmit.com/2017/06/vmware-esxi-vmnic-nic-fisica.html