Spanning-Tree Protocol
From Mycomputer Notes
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | ;Spanning Tree Protocol (STP): STP is a bridged protocol that utilizes the spanning tree alogarithm, enabling a learning bridge to dynamically work around loops in a network topology by creating a spanning tree | |
==Selecting Root bridge== | ==Selecting Root bridge== | ||
Line 6: | Line 6: | ||
Switch#config term | Switch#config term | ||
- | Switch(config)# spanning-tree vlan1 priority <0- | + | Switch(config)# spanning-tree vlan1 priority <0-65, 535> | default <32,768> |
Revision as of 00:25, 18 October 2006
- Spanning Tree Protocol (STP)
- STP is a bridged protocol that utilizes the spanning tree alogarithm, enabling a learning bridge to dynamically work around loops in a network topology by creating a spanning tree
Selecting Root bridge
By default the Root bridge is the one with the lowest MAC address but this can be manupulated by the administrator by changing the Root Priority. The command to used is
Switch#config term Switch(config)# spanning-tree vlan1 priority <0-65, 535> | default <32,768>