Segovia wrote: » Technically the root bridge forwards out all ports by default, the problem here is that you only have two switches. In most cases you want to place the root bridge somewhere in the middle of your network so that the paths to other switches is bigger in case of a break. With two switches there is only one place for the traffic to go. By default both switches will have the same priority (MAC address decides the root), so if you want to change it you will have to manually change the type of bridge. IE: spanning-tree vlan 10 root primary Hope this helps
Segovia wrote: » TWX, thank you for elaborating on this. I do have one question: Are all the interfaces on the root bridge always set to designated?
TWX wrote: » I suppose it's accurate to think of Spanning Tree as a Layer 2 protocol whose job is to manage the Layer 1 topology, to remove Layer 1 links that will cause Layer 2 problems if they're left up, but at the same time, to allow those links to be used if link failures occur.