Networking – Setting Up 2 Ethernet Connections Between Two Switches

networkingroutingswitch

I'm setting up servers at our new office and I brought a spare managed switch with 2 Gig ports to run all of our phones(VOIP) and workstations.

Now for the servers I've got a separate gigabit switch(not managed).

Will there be any difference if I connect a second ethernet cable between the switches?

Will traffic route over both, or could it cause issues because I can't team the 2 ports on both switches?

Best Answer

If the second switch is unmanaged, then you're in for a world of pain. Without management features like Spanning Tree Protocol (STP), then you'll probably create some kind of loop, and that will invariably, eventually lead to a broadcast storm.

This is why if you're connecting switches together, especially to improve interconnect speed, then you need to configure LACP on both switches, so that they see it as a trunk path between the two.

I'm willing to wager that by connecting the two switches together in a naive way, then you'll either reduce network performance by encouraging routing loops, or cause broadcast storms which will bugger both switches equally.

Sell the unmanaged one, get an identical one to the first, and do it properly.