Penguin
Blame: SpanningTreeProtocol
EditPageHistoryDiffInfoLikePages
Annotated edit history of SpanningTreeProtocol version 3, including all changes. View license author blame.
Rev Author # Line
3 PerryLorier 1 AKA [STP] or 802.1d
1 PerryLorier 2
3 Spanning tree protocol is used for switches in large organisations to prevent loops, and allow for redundancy.
4
5 Switches with the lowest priority "wins" the election process.
6
7 Fastlink (sometimes called portfast) enables forwarding on a port by default and disables it if it's detected as being part of a loop later. This makes convergance times much faster, at the expense that if a loop is formed then you end up with traffic looping around until the switches determine whats going on. Fastlink needs to be enabled on machines that require their ports to be up quickly (such as [PXE] booting machines).
8
2 PerryLorier 9 See also: http://www.cisco.com/warp/public/473/5.html
1 PerryLorier 10
11 ----
12 CategoryNetworking