Hi. I have a mesh network topology whose switches are connected through fiber optic, with RSTP enabled.
Usually when a new switch comes in I only give the following commands regarding STP:
#spanning-tree
#spanning-tree force-version rstp-operation
Everything works fine, I have no problem in my network, but I wonder if it's a best practice to only enable spanning-tree on the SFP ports which are connected to the other switches, thus disabling spanning tree on all the other ports which are connected to end-nodes (PCs, printers and so on). So it would be like:
#no spanning-tree 1 auto-edge-port
#no spanning-tree 2 auto-edge-port
...
leaving spanning tree enabled only on the SFP ports.
What do you think?
Thanx