cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2945
Views
8
Helpful
4
Replies

Number of hops in a Gigabit Ethernet topology

emaillis
Level 1
Level 1

Hi,

I need to daisy chain a number of switches through GigabitEthernet (not Gigastack) links.

Does anybody has feedback on the maximum number of hops we can daisy chain?

Thanks in advance...

1 Accepted Solution

Accepted Solutions

ddelchev
Level 1
Level 1

If you don't mean "Cluster" feature, it depends on your spanning tree configuration. Typically with 802.1d(or 802.1q/d - PVSTP) you can not have more than 7 switches. Otherwise you risk to have some troubles in some cases (it depends, in p2p links it is not so really true). With 802.1w or 802.1s you can have up to 40 switches (with Cisco 802.1s/MSTP it is better to use it only in closed enterprise, otherwise all STPs with different Root bridges will be blocked). Without STP (with chain) you have no any limitations

View solution in original post

4 Replies 4

vmoopeung
Level 5
Level 5

I think you can configure maximum of 16 switches in a cluster with one command switch and others as member switches. you need to have special configurations which comes under cluster command in the switch . Maximum of 7 hops can be permitted to reach the command switch from the edge member switch

ddelchev
Level 1
Level 1

If you don't mean "Cluster" feature, it depends on your spanning tree configuration. Typically with 802.1d(or 802.1q/d - PVSTP) you can not have more than 7 switches. Otherwise you risk to have some troubles in some cases (it depends, in p2p links it is not so really true). With 802.1w or 802.1s you can have up to 40 switches (with Cisco 802.1s/MSTP it is better to use it only in closed enterprise, otherwise all STPs with different Root bridges will be blocked). Without STP (with chain) you have no any limitations

OK, that's what I needed to know.thanks!

Could you point me some paper, telling about distance of 40 bridges betwen switches ?