Connecting multiple switches to a router

5,165

Solution 1

The proper way of doing it is:

  1. Don't use Netgear and Dell PowerConnect switch for mission critical network operations (Been there, done that, moved on.) Their advanced features just don't work that well, especially when using more then one feature at once.

  2. Don't use a conglomeration of cheap switches for your network backbone. Invest in at least one large managed Layer 3 switch, with real phone tech support and 4 hour replacement. They exist and cost more for a very good reason.

  3. Don't use cheap switches for port aggregation to combine 10/100 and Gigabit Ethernet clients. They will drag down the performance of all Gigabit connections the moment the first 10 or 100Mbit is connected.

  4. Now that you have real equipment that doesn't choke, use EtherChannel (siamesed ports) or Stacking to connect backbone switches together. This will allow more than one user full Gigabit throughput internally.

  5. As RainyRat said, implement Spanning tree on EVERYTHING, even if it slows down recognition of new devices (30 sec instead of 3 sec).

As you have already discovered, cheap SOHO switches simply don't have the internal backbone to handle serious network traffic. Daisy-chaining them multiplies their limitations.

EDIT: If you can't afford that, you can try: EtherChannel the two NetGear switches together with a 2xGigabit link, and turn STP on. You can use 10/100 ports to limit your power user's throughput.

The PowerConnect is a managed switch, but I have found difficulties in utilizing more than one managed feature at a time. You can try to STP on the PowerConnect and EtherChannel to the NetGears, but I'm not optimistic about throughput. When I tried fixed port speed plus VLANs on my PowerConnects, they bricked and had to be hard reset.

Solution 2

If you've got more than one connection between the same two switches, either:

a) Make sure that you're using spanning tree, or
b) Don't do it.

Remember, the LAN ports on the Vigor box count as a switch as well. I'm not sure what sort of bandwidth management options the NetGear switches give you, but you may also want to look into that. As far as the actual setup goes, it looks pretty solid.

Solution 3

If the user is on one switch and the server is on another switch, it doesn't really matter how the switches are inter-connected. If the problem is going to manifest itself it's going to do so whether or not the switches are plugged into each other or plugged into the LAN ports on the router.

What you need to do as a first step is look at the port configuration (speed and duplex) between the switches, ensure that you have a loop free topology, and check the inter-switch links for saturation.

A switch loop isn't likely as it wouldn't manifest itself only during the copy operation. It would exist all of the time and it would make the network virtually unusable at any time and all of the time. A switch loop isn't something that corrects itself. A switch loop can only be corrected by removing the loop or implementing the Spanning Tree protocol.

Share:
5,165

Related videos on Youtube

Admin
Author by

Admin

Updated on September 17, 2022

Comments

  • Admin
    Admin almost 2 years

    We have an office network that consists of the following:

    1x Vigor 2950 5-port (WAN Load Balancer) 2x Netgear 24-port Managed Switch FSM726 1x PowerConnect 2724 24-port

    • The Vigor has our two ADSL lines hanging off it.
    • Our patch panel connects into the 2 Netgear (for all desktops, laptops, etc...)
    • All servers plug in to the PowerConnect

    Currently the configuration is:

    • Netgear 1 connected to Netgear 2 using GB ports
    • PowerConnect connected to Netgear 2 using GB ports
    • Netgear 2 connected to Vigor 2950 using GB ports

    Basically, the question I have is this the correct way we should be doing it? We had an instance last week when a user was copying 10GBs of large files from a server on the PowerConnect to his machine on Netgear 1 and it basically killed the network for everyone else except him.

    Should I infact be connecting each Netgear and the PowerConnect into the Vigor instead?

    I'm not sure what the rules are for connecting multiple switches together and I don't seem to be able to find anything good on Google.

    Thanks.

    Niklas

  • sybreon
    sybreon almost 15 years
    +1 for STP. Recently had an organisation wide black-out when someone plugged a cable into the wrong port.
  • RainyRat
    RainyRat almost 15 years
    I've done something similar myself. Once the lack of STP bites you, you tend to stay bit...
  • Admin
    Admin almost 15 years
    So basically daisy chaining the switches are the correct way to do it rather than connecting the Netgears and PowerConnect into 3 ports on the Vigor? Especially as the Netgears are the only ones that have spanning tree support? Thanks for your feedback.
  • kmarsh
    kmarsh almost 15 years
    STP doesn't work that great on my PowerConnects, or between different brands. See my answer about daisy chaining.
  • kmarsh
    kmarsh almost 15 years
    Upper management couldn't understand or believe the price of good managed switches + tech support. Explaining 4 hour replacement helped, but they still didn't get it. Explaining "I can call tech support, put in a research request how to connect X # of switches with Y # of 4-port EtherChannels, STP+ loop-back protection and lock out physical cross-connects of VLANs, and get the correct answer back in a couple of days", that got through.
  • AntonioP
    AntonioP almost 15 years
    Hi kmarsh, Thanks for the feedback. I appreciate that in an ideal world we should all be using top of the range kit, but if in the short term we can't what would be the best (given the circumstances) way to do it? Thanks in advance.
  • Neil Middleton
    Neil Middleton almost 15 years
    I don't think this answer is actually helpful - whilst we would all like to be able to replace kit, most people can't to solve a simple problem
  • AntonioP
    AntonioP almost 15 years
    Hi kmarsh, thanks for the edit. So if I EtherChannel the two Netgear's together I then link one of the NetGears to the Vigor and then PowerConnect to the Vigor? Thanks.
  • kmarsh
    kmarsh almost 15 years
    Yes, assuming the Vigor+ADSL can handle this. Or, if you wish to bandwidth-limit the PowerConnect users, you can put the PowerConnect downstream of a NetGear. This forces the switches to limit throughput to 10/100 before it puts pressure on the Vigor. In other words, if you have limited throughput, giving power users the best and fastest pathways can be counterproductive. By forcing their traffic down to 10/100 speeds you can keep them from dominating your limited resources.