Cisco – Configuring 4 Cisco 2960 Switches together with a pair of Force10 S55 Core Switches

cisconetworking

I'm trying to create as much redundancy as possible with the hardware we have and here is how I have everything configured:

We have a pair of stacked force10 S55 switches that is our core. Then at each of our 4 cabinets we have a pair of Cisco 2960-S switches that have a single cable back to our core. as an example:

cabinet1
2960-sw1 -> force10-sw1
2960-sw2 -> force10-sw2

My questions are these:

  • Is it recommended to connect each pair of 2960 together? (These 2960s do not do stacking)
  • Is it best practices to connect each cabinet switch to BOTH s55 in the core? so that if one fails we don't need to loose one entire switch at each cabinet.
  • Most of our servers are connected to each of the 2960 in its cabinet and using a bond for this connection in a active-backup mode. I would love to connect these with a active-active but from what I have read this is not possible when the switches are not stacked and when I have tried I see warnings that the MAC keeps switching ports.

Best Answer

If I understand your topology correctly, there is no need to connect your 2960-S switches together at the access layer. While it can vary based on unique requirements, it is not a Cisco or Dell best practice to cross-connect access-layer switches.

And as long as you dont cross connect at the access layer, spanning tree protocol will not constrain any of the links in your topology.

While it would be a preferred design to connect each 2960 to each network core, this is not necessary. Because your servers are dual-homed to redundant 2960's, if one of your 2960 or S55 switches were to fail, the backup link should take over subject to the timers your fail-over method uses, so if this is acceptable, you are all set. If you did choose to add a redundant connection so that each 2960 has a connection to each S55, that could be configured as a link aggregation group since the S55's are stacked.

You are correct that you cant use standard lacp to create active/active links from your server unless you stack your 2960's; however many server nic's and hypervisor solutions now have nic load balancing options that are completely switch agnostic. If you are using server virtualization, you can most likely turn this feature on. If not, check with your nic vendor or in your advanced nic settings to see if this feature is available on your platform.

Related Topic