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
Look into these and go from there.
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?
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 though