• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question on Switches

stang95

Member
At my new job we have 6 switches in the closet. Right now they are connected 1 to 2, 2 to 3, 3 to 4, 4 to 5 and 5 to 6. Is this efficient or should they be in a star topology, ie. 1 to 2, 1 to 3, 1 to 4, 1 to 5 and 1 to 6? Also on the servers with dual network connections should they be connected to the same switch or one connection to one switch and the second connection to another switch? Thanks!!!
 
That setup doesn't really do much in terms of redunancy. If switch 3 fails, you are cut off from most of your network.
 
should be some kind of a star. its considered really bad practice to "stack" switches like that.

take switch 1 and 2, these will be the hub of your star.

then run a connection from switch 1 and switch 2 to switch 3
repeat for 4,5,6

servers dual attach to switch 1 and 2.

this way if you lose a "hub" or "core" switch you still have good communication.

-edit-forgot, the drivers on the server NICs should be setup for a "failover" scenario with a single primary one. NOT load sharing.
 
Back
Top