Differences between version 2 and previous revision of SpanningTreeProtocol.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, October 13, 2004 12:01:09 pm | by PerryLorier | Revert |
Older page: | version 1 | Last edited on Wednesday, October 13, 2004 11:59:24 am | by PerryLorier | Revert |
@@ -1,11 +1,12 @@
-AKA [STP]
+AKA [STP] or 802.1p
Spanning tree protocol is used for switches in large organisations to prevent loops, and allow for redundancy.
Switches with the lowest priority "wins" the election process.
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).
+See also: http://www.cisco.com/warp/public/473/5.html
----
CategoryNetworking