- Posts: 2
- Thank you received: 0
STP- Illustrated (Spanning Tree protocol)
18 years 3 months ago #16492
by p5chin
STP- Illustrated (Spanning Tree protocol) was created by p5chin
Hi,
Found this site while googling and hope it would be of use here:
[code:1] www.cisco.com/warp/public/473/spanning_tree1.swf [/code:1]
- This is a simple illustration of how stp works.
Found this site while googling and hope it would be of use here:
[code:1] www.cisco.com/warp/public/473/spanning_tree1.swf [/code:1]
- This is a simple illustration of how stp works.
18 years 3 months ago #16493
by Starfire
Replied by Starfire on topic Re: STP- Illustrated (Spanning Tree protocol)
That is helpfull p5chin. I'm just getting into stp now.
One thing that wasn't answered though and I can't find it in what I have read so far, is how does the bridge get it's initial ID ? Is it it's mac address or some such ?
One thing that wasn't answered though and I can't find it in what I have read so far, is how does the bridge get it's initial ID ? Is it it's mac address or some such ?
18 years 3 months ago #16501
by Dove
Dove
Replied by Dove on topic Re: STP- Illustrated (Spanning Tree protocol)
Yes Starfire,
Initialy the switch will take its own MAC address as its Bridge ID.
Initialy the switch will take its own MAC address as its Bridge ID.
Dove
18 years 3 months ago #16504
by Starfire
Replied by Starfire on topic Re: STP- Illustrated (Spanning Tree protocol)
I thought as much and this is what has been bugging me...
The MAC address does not necessarily denote the power/ability of the device so how does it work out which is the better spec device?
For instance, if you had an old/slow switch in the tree but it's organisational half of it's mac address was lower alphabetically than say your fresh out of the box, all bells and whistles, new device.
If the election is initially based alphabetically then the old one could get elected in this scenario. Or, is it all about hop speed and whoever has the better speeds gets elected regardless of specification ?
The MAC address does not necessarily denote the power/ability of the device so how does it work out which is the better spec device?
For instance, if you had an old/slow switch in the tree but it's organisational half of it's mac address was lower alphabetically than say your fresh out of the box, all bells and whistles, new device.
If the election is initially based alphabetically then the old one could get elected in this scenario. Or, is it all about hop speed and whoever has the better speeds gets elected regardless of specification ?
18 years 3 months ago #16505
by Dove
Dove
Replied by Dove on topic Re: STP- Illustrated (Spanning Tree protocol)
Each switch will have a Bridge ID Priority value, more commonly referred to as a BID. This BID is a combination of a default priority value and the switch's MAC address, with the priority value listed first. For example, if a Cisco switch has the default priority value of 32,768 and a MAC address of 11-22-33-44-55-66, the BID would be 32768:11-22-33-44-55-66. Therefore, if the switch priority is left at the default, the MAC address is the deciding factor
Thats why Cisco prefer to change the priority to least value than others. so that it will be act as a root bridge.
Thats why Cisco prefer to change the priority to least value than others. so that it will be act as a root bridge.
Dove
Time to create page: 0.131 seconds