1

What are some reasonable tests to assure ourselves that all the ports on a 24-port hub are working correctly? We have some Linksys EF2H24 ver 2 EtherFast® 10/100 24-port Auto-Sensing Hub that may have had some ports damaged in a lightning strike. I'm wanting to confirm that all ports are operational.

Note: I'm taking the hubs out of service to perform the testing, so my main concerns are:

  1. Having adequate test coverage
  2. Minimizing the time it takes me to perform the tests

Actual Photo of EF2H24 ver 2 hub in service

EF2H24 ver 2 Actual Photo

Stock Photo of EF2H24 ver 2

EF2H24 Stock Photo

Matthew Rankin
  • 1,175
  • 5
  • 15
  • 32
  • Is this really a hub? Or do you mean switch? – belacqua Apr 08 '11 at 15:56
  • @jgbelacqua: I mean hub. It's a Linksys EtherFast 10/100 24-port Auto-Sensing Hub (Model EF2H24 ver 2). – Matthew Rankin Apr 08 '11 at 16:08
  • 1
    From what I can tell, despite the label/marketing, the Version 2 of the EF2H24 is actually a switch. (See, e.g., [wireshark wiki 'fake hubs'](http://wiki.wireshark.org/HubReference)) – belacqua Apr 08 '11 at 16:21

3 Answers3

2

It's a hub? I'd just use ping. Take two laptops or a desktop and a laptop, put them in the same subnet, and move the laptop from port to port. Ping with various packets sizes, and check the results.

This will work for switch ports as well.

In my experience, damage from lightning does not cause subtle performance degradation. Usually the port will be dead, or not. In which case check for a link light (or link status) is sufficient.

belacqua
  • 583
  • 4
  • 10
2

How about plugging a laptop in to each successive port and checking for connectivity?

joeqwerty
  • 109,901
  • 6
  • 81
  • 172
2

Option A: Check hardware status with a network RJ45 tester.

Option B: Plug non production devices (desktops, servers, laptops, etc) and simulate real trafic (that is, MS broadcasts, http downloads, ICMP, UDP, etc) and search for errors, there are software tools like mtr-tiny, iperf, etc to test ip to ip traffic and packet loss.

Option C: use option A and option B.

:)

poisonbit
  • 827
  • 5
  • 6