• 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.

Redundancy for switch failures

Mark R

Diamond Member
Question for the networking gurus out there. What options do you have to provide redundancy for the failure of a network switch, especially, if the switch doesn't actually go off-line but stays on-line but acting all crazy?

We have some mission-critical servers shared between multiple campuses co-lo at a level 4 data center, and pay a ton for this co-lo. Anyway, a few hundred senior people have been sitting around contemplating their navels all day, because the apps hosted on these servers are inaccessible.

It appears that the problem is that one of the network switches that was co-located went crazy, and started dropping about 95% of packets. Enough to be unusable, but not enough to cause any links to get failed out.

It needed someone from networks to physically drive down there with a replacement switch.
 
I normally use LACP across switch stacks for redundant paths. Generally if a switch loses its brain, it gets vote kicked from the stack and LACP reconfigures the links. Server 2012 can do native multipath also which makes some of this stuff a little easier. VMWare side you can use beacons over link status also.
 
Back
Top