CCNP Lab - PVST configuration and verification question

guychoguycho Registered Users Posts: 3 ■□□□□□□□□□
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?

Comments

  • networker050184networker050184 Mod Posts: 11,962 Mod
    Do 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.
  • guychoguycho 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?
  • networker050184networker050184 Mod Posts: 11,962 Mod
    Sounds 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.
  • guychoguycho 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?
  • networker050184networker050184 Mod Posts: 11,962 Mod
    You 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.
  • MrBrianMrBrian Member Posts: 520
    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 though
    Currently reading: Internet Routing Architectures by Halabi
Sign In or Register to comment.