You have been tasked with isolating the cause the these issuer and implementing the appropriate solutions.

VTP Lab Sim 2
Acme is small export company that has an existing enterprise network comprised of 5 switches; CORE,DSW1,
DSW2,ASW1 and ASW2. The topology diagram indicates their desired pre-VLAN spanning tree mapping.

Previous configuration attempts have resulted in the following issues:
– CORE should be the root bridge for VLAN 20; however, DSW1 is currently the root bridge for VLAN 20.
– Traffic for VLAN 30 should be forwarding over thegig 1/0/6 trunk port between DSW1 and DSW2. However
VLAN 30 is currently using gig 1/0/5.
– Traffic for VLAN 40 should be forwarding over thegig 1/0/5 trunk port between DSW1 and DSW2. However
VLAN 40 is currently using gig 1/0/6.
You have been tasked with isolating the cause the these issuer and implementing the appropriate solutions.
You task is complicated by the fact that you only have full access to DSW1, with isolating the cause of these
issues and implementing the appropriate solutions, Your task is complicated by the fact that you only have full
access to DSW1, with the enable secret password cisco. Only limited show command access is provided on
CORE, and DSW2 using the enable 2 level with a password of acme. No configuration changes will be possible
on these routers. No access is provided to ASW1 or ASW2.

VTP Lab Sim 2
Acme is small export company that has an existing enterprise network comprised of 5 switches; CORE,DSW1,
DSW2,ASW1 and ASW2. The topology diagram indicates their desired pre-VLAN spanning tree mapping.

Previous configuration attempts have resulted in the following issues:
– CORE should be the root bridge for VLAN 20; however, DSW1 is currently the root bridge for VLAN 20.
– Traffic for VLAN 30 should be forwarding over thegig 1/0/6 trunk port between DSW1 and DSW2. However
VLAN 30 is currently using gig 1/0/5.
– Traffic for VLAN 40 should be forwarding over thegig 1/0/5 trunk port between DSW1 and DSW2. However
VLAN 40 is currently using gig 1/0/6.
You have been tasked with isolating the cause the these issuer and implementing the appropriate solutions.
You task is complicated by the fact that you only have full access to DSW1, with isolating the cause of these
issues and implementing the appropriate solutions, Your task is complicated by the fact that you only have full
access to DSW1, with the enable secret password cisco. Only limited show command access is provided on
CORE, and DSW2 using the enable 2 level with a password of acme. No configuration changes will be possible
on these routers. No access is provided to ASW1 or ASW2.

Answer: enable show spanning-tree conf t spanning-tree vlan20 priority 61440 int g1/0/5 spanningtree vlan 40 cost 1 no shutdown exit int g1/0/6 spanning-tree vlan 30 pot-priority 64 no shutdown end copy

Explanation:
running-config startup-config

DSW1
enable
show spanning-tree
conf t
spanning-tree vlan 20 priority 61440
int g1/0/5
spanning-tree vlan 40 cost 1
no shutdown
exit
int g1/0/6
spanning-tree vlan 30 pot-priority 64
no shutdown
end
copy running-config startup-config
Verification:
DSW1# show spanning-tree vlan 20
DSW1# show spanning-tree vlan 40
DSW2# show spanning-tree vlan 30



Leave a Reply 0

Your email address will not be published. Required fields are marked *