
Journal Saint Aardvark's Journal: Network problems 15
Twice, I've been able to track it down to one network plug in particular that's causing problems. It's not the same port on the same switch every time, nor even the same switch. The only thing that has been common between the two has been a cheap SMC 8-port switch at the other end (not the same one each time). Because the 4124 is a dumb switch, I can't do much troubleshooting on it. And I'm unable to duplicate the problem -- once the problem port is disconnected for long enough, things settle down and reconnecting it doesn't cause problems. No chance to run tcpdump, or otherwise figure out what the hell is going on. I've replaced the SMC switch and I'm going to be calling DLink to see what they think.
As a result, I've been looking at managed switches over the last few days, and holy crap are they cool. I knew that a managed switch was The Right Thing to get if you were serious about a network, but it wasn't until I started reading the manual for one of them (the Tigerstack 3 from SMC; despite the possible problems with the cheap switch, this one seems to have pretty good reviews) that I realized just how much you could do: port mirroring (which'd help if one port is causing problems), VLANs (keep our Windows traffic separate from our Unix traffic), SNMP monitoring (watch for sudden spikes), blah blah blah. I'm preparing to tell my boss that we should really spend some $ on upgrading.
So some questions for anyone that can answer:
Has anyone had a problem like this before? Is this just cheap equipment? What kind of traffic could freeze a whole switch? Since the problem keeps going away once I disconnect the problem port, and since I really can't keep bringing down the network while I figure out what's going on, how can I track things down?
And does anyone have any recommendations on managed switches? Like I said, the Tigerstack seems pretty well-recommended, and I think it's within our budget. What do you think?
As you can probably tell, I am learning this as I go along. I've made one mistake already; I'd like to avoid a second.
Have you looked at Catalyst switches? (Score:2)
(yeah, I'm a shill for Cisco stuff)
Can handle many vlans, you can do port level debugging (assuming you can console in) which is really nice to see what exactly is going on wrt a specific port.
Need a little more info on these specific ports. Are they pcs, servers, other switches? What else is connected. Can you do a port level display of the in/out packets or errors?
Re:Have you looked at Catalyst switches? (Score:2)
Cisco Catalyst switches are the bomb. (yeah, I'm a shill for Cisco stuff) Can handle many vlans, you can do port level debugging (assuming you can console in) which is really nice to see what exactly is going on wrt a specific port.
I figured you'd recommend Cisco. :-) The price
though is quite a jump; 700 Canuckistan pesos for
the SMC vs 2k for a 24-port Catalyst. Ouch. I'm
hoping that I can get away w/less. (I'll almost
certainly have to anyway.)
Need a
Re:Have you looked at Catalyst switches? (Score:1)
That is odd. There are a couple things I'd look at, and plz forgive me for stating what will probably be obvious
1) check the windows box for viruses. There are a couple out there now that spew "broken" pings in a broadcast and it absolutely crushes down switches and routers.
2) check the firmware settings on the switch, see if the provider has listed any bugs or anything...this is a stretch since you said they weren't manageable.
3) download a freeware sniffer and see if you can see anything unu
Re:Have you looked at Catalyst switches? (Score:2)
Huh, didn't know that. Checking now. Never omit the obvious with me. :-)
2) check the firmware settings on the switch, see if the provider has listed any bugs or anything...this is a stretch since you said they weren't manageable.
Just called Linksys and there's no way to upgrade the firmware.
3) download a freeware sniffer and see if you c
Re:Have you looked at Catalyst switches? (Score:1)
What speed are these switches running at? If autoselect, they might be confusing each other.
If possible, I'd set them all to full duplex 100MB.
Re:Have you looked at Catalyst switches? (Score:2)
Thanks again for the advice. Any thoughts on good Catalyst models?
Re:Have you looked at Catalyst switches? (Score:1)
How many computers/servers/network devices you have connecting to your current setup?
For smaller setups, check out the 1900 series. (or 2900 if slightly larger)
If you are medium sized, check out the 3500s. Good solid products. Check out cisco.com and in the search bar do a search for Catalyst product guides. Might help.
Cisco (Score:1)
Problems (Score:2)
BTW, you say "cascaded". Are you familiar with the rules for chaining bridges and repeaters?
Re:Problems (Score:1)
Does that apply to switches? I thought that applied only to hubs and other "dumb" devices, correct me if I'm wrong.
Re:Problems (Score:2)
You get 4 repeaters in a row, and 7 bridges.
If the three devices are full per-port switches, then there should be no problem chaining them (though it may not be ideal for performance.) If they are repeaters (say for example, dual-speed hubs), then a repeater hanging off both ends of the chain is going to be 5 in a row.
Re:Problems (Score:2)
The flashing slows down, then stops altogether and lights (for ports plugged in) remain solid.
BTW, you say "cascaded". Are you familiar with the rules for chaining bridges and repeaters?
Mm, I think I'm familiar...no loops (no more than one path from A to B) and no cables > 100m. Is that the sort of thing you're talking about?
FTR, the three switche
Re:Problems (Score:2)
Is it just the light on the bad port, or are other ports having the same problem?
All computers are having problems when that happens, or just the one(s) in the flaky port?
The rules are 4 repeaters and 7 bridges (plus, as you asked, things like cable length, but I wasn't asking specifically about that.) There are also rules about how many pa
Re:Problems (Score:2)
If it's a hardware problem, all three switches are having it; I was able to crash/freeze all three by moving the problematic cable around. Hadn't thought of traffic levels, but I was just trying to get things working again and didn't think to check for that. If/when it happens again, I'm going to be finding an affected computer and running
Re:Problems (Score:2)