CCNP Lab - PVST configuration and verification question
Hello,
I've got a lab which diagram is the following:
I have 3 different Vlans (10, 20, 30) and I need to create an PVST instance for each of them.
The "trees" I need to build are as followed:
I don't really know how to approach it, have and tips?
I've got a lab which diagram is the following:
I have 3 different Vlans (10, 20, 30) and I need to create an PVST instance for each of them.
The "trees" I need to build are as followed:
I don't really know how to approach it, have and tips?
Comments
-
networker050184 Mod Posts: 11,962 ModDo you know the criteria for electing a root bridge? Do you know the criteria for switches to select their path back to the root bridge?
Look into these and go from there.An expert is a man who has made all the mistakes which can be made. -
guycho Registered Users Posts: 3 ■□□□□□□□□□Yes, I know the criteria.
I guess that the first think I will do is to configure the root bridge for each vlan as shown in the picture.
I looked up for the command and it looks pretty easy.
The creteria is by link cost which is measured by the link bandwith? -
networker050184 Mod Posts: 11,962 ModSounds like you are on the right path. Once you know how the elections occur then the easy part is finding the commands to influence them as you see fit. Good luck!An expert is a man who has made all the mistakes which can be made.
-
guycho Registered Users Posts: 3 ■□□□□□□□□□So the election proccess is the only thing I should know to acomplish the PVST instance creation according to each VLAN demand?
-
networker050184 Mod Posts: 11,962 ModYou should know how the root bridge is elected and how each of the non-root bridges choose their path to the root.An expert is a man who has made all the mistakes which can be made.
-
MrBrian Member Posts: 520networker050184 wrote: »You should know how the root bridge is elected and how each of the non-root bridges choose their path to the root.
Yea that's pretty much all you need to figure out. Just find out how to configure the root bridge.. and then how each device going away from the root will decide what ports to keep active. I.e. each switch will pick one Root port, and then decide on all other segments if it should keep the link in forwarding, or block it. Just research "spanning-tree decision process" or "spanning-tree election process," and you'll find plenty of info.
Once you understand the way it works, try and mark your topologies before you start configuring it, so you know what you're expecting to happen.. and it will be easier for you to simply reference your topology to remember how you want it to flow(at least for me).
I think the tricky thing about spanning-tree isn't necessarily the election process, but the fact that there's a different instance per vlan.. coupled with the spanning-tree show command output being fairly confusing if you're not used to seeing it. You'll get it thoughCurrently reading: Internet Routing Architectures by Halabi