Switch – Packets sent indiscriminantly out of switch

ethernetswitch

Switches are supposed to only send traffic to a system if it's intended for that system. Ours appears not to: if I run "tcpdump not host myhostname", I can see lots of packets that are clearly non-broadcast (ssh, nfs) travelling between other hosts. How can I prevent this? I think it may be causing poor performance (we have heavy NFS use; if it's coming out of all the switch ports, that can't be good).

The switch is a stack of three Netgear GS748TS managed switches. The switch activity lights all flash in sync continuously, which seems wrong too.

Best Answer

You may not be seeing what I'm going to describe, the there's a chance that you are. I've seen the symptoms you're talking about on several low-end and middle-of-the-road Netgear and Linksys switches. The switches I've seen this "crazy" behaviour happen with have been in place for awhile, working fine, but begin to flood frames out all ports. The call I normally get is "the network is slow", and subsequent bandwidth monitoring usually locates a single switch that has "gone crazy", often with its activity lights on solid, pumping out large quantities of "bogus" traffic (sometimes made up of legitimate traffic, other times seemingly random garbage).

I like Zypher's suggestion about checking on CPU utilization, but I'd also consider breaking up the "stack" (on these particular switches I don't know if a "stack" operates as a single logical unit or not) and testing each switch individually.

It seems like this problem has gotten worse in the last few years w/ no-name Ethernet switches, Linksys, and Netgear switches. I don't know if there's some silicon in common that has an issue amongst the problem switches I've seen or not. (We're recommending our Customers purchase Dell PowerConnect switches and haven't seen these kinds of problems with their switches-- yet.)

Related Topic