Skip to main content

STP help

More
15 years 4 months ago #31282 by pedenski
STP help was created by pedenski
guys. after reading some few topics about STP i really cant understand how it basically work.

im confused how DP's are assigned. can someone please give a brief explanation how switches assign DP's

and how does the switch elect a root base on the MAC when a tiebreaker occurs
More
15 years 4 months ago #31299 by broadcaststorm
Replied by broadcaststorm on topic Re: STP help
Designated ports are simply ports that are attached to something, be it another switch or a host. If the port is empty, ie no cable attached, it's simply down and not participating in Spanning Tree. Only the Root Bridge has all it's ports as Designated/Forwarding.

The MAC address is used to elect the Root Bridge if the switches all have the same priority. Default priority is 32768. The priority can be changed, with the lowest number being Zero. The increments are in multiples of 4096 and end at 61440 (so 0, then 4096, then 8192 etc...). with 32768 being the mid point. So, if two or more switches have the same priority, then they must have a tie breaker, which is MAC address. Lowest number wins, IE the switch with the lowest priority will be the Root Bridge. If two switches have the same priority, then MAC address is used and again, lowest number wins.

Spanning tree works by choosing a port to block, thereby preventing switching loops by effectively shutting down an interface. The interface(s) chosen are usually on the switch with the highest priority or the highest MAC address.
Path costs also play a part at the interface level in deciding which interfaces Spanning Tree should block as Spanning Tree PDU's contain the Bridge Priority, MAC address and path cost information.
More
15 years 4 months ago #31339 by pedenski
Replied by pedenski on topic Re: STP help
i see thanks.. thanks ..
Time to create page: 0.115 seconds