cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1036
Views
0
Helpful
1
Replies

How to do "fully connected" switches?

andrewrocks
Level 1
Level 1

I'm sure this is  very basic question, but I've seen the attached network design quoted in lots of places (cacti weather maps etc) but I'm not sure how people do it.

Basically it's 4 switches with each switch connected to the other.

Is the purpose of this load balancing or redundancy?

Also, how is this implemented? I read somewhere that someone was using OSPF, but wouldn't that mean that you couldn't have a VLAN span two switches?

Thanks for any feedback.

1 Reply 1

John Blakley
VIP Alumni
VIP Alumni

Andrew,

Is the purpose of this load balancing or redundancy?

Actually it can be both. It depends on how spanning tree is set up between the switches. Cisco supports per-vlan spanning-tree which allows forwarding on trunk ports per vlan. If you have 4 vlans, 2 can go through 1 trunk and 2 can go through the other. For example:

Switch 1:

Vlan 1 & 2 = forward trunk 1

Vlan 3 & 4 = block trunk 1

Switch 2:

Vlan 1 & 2 = block trunk 1

Vlan 3 & 4 = forward trunk 1

The above will get your load balancing and redundancy. Redundancy comes in when one of the switches dies in some way. (port goes out, power failure, etc.) Say switch 2 died a horrible death. Now, Vlan 3 & 4 will go into forwarding.

Also, how is this implemented?

That's a whole other topic, but overall you don't need a routing protocol because this is L2 functionality. Routing protocols will get you L3 redundancy. For example, you can advertise 2 routes to 192.168.1.0/24 from 2 different sources. Administrative distances, metrics, and maximum paths come into play where you can have load balancing if the route advertisements are exactly the same and will also serve as redundancy, or you can have just redundancy and only put one route in the table. All routing protocols have a database outside of the routing table and you can configure each one to only put 1 route in the table when they know of multiple routes to the same destination. There are some protocols, BGP, that does this by default and you have to specifically configure it to put multiple routes in the routing table. So, that's a huge topic

Overall, you can do what you ask with spanning-tree alone and it's enabled by default on all switches. It's the configuration of the switches that will get you the above.

HTH,

John

HTH, John *** Please rate all useful posts ***
Review Cisco Networking for a $25 gift card