cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3611
Views
0
Helpful
3
Replies

How to disable MSTP Spanning Tree for specifc VLAN?

ivancheng2002
Level 1
Level 1

Hi,


How do I disable MSTP Spanning Tree for specifc VLAN?  The "no span vlan #" command doesn't work.  Does MSTP not support it?


Thanks in advance.

3 Replies 3

Hi,

you can delte a VLAN from the MST konfiguration with:

no instance instance-id vlan vlan-range

This must be done on every switch which is in the same instance.

Best regards,

Sebastian

krahmani323
Level 3
Level 3

Hello Ivan!

For PVST(+)/RPVST an instance of STP is running for each VLAN (as the number of VLANs increases, so does the number of independent STP instances).

In these two modes and just like you specified we can disable stp per vlan (no span vlan #)

Unlike PVST(+)/RPVST the whole idea behind MST is the capability to map multiple VLANs to a smaller number of STP instances.

With that being said, MST "deals" with MSTI Instaces and not directly with VLANs.

Each VLAN is mapped with an instance => By default, all VLANs are mapped to the IST (MSTI 0) instance. You can explicitly map them
to other instances, if needed.

That is the reason why I do not think we can disable MST on a vlan basis like pvst/rstp as MST operates with instances.

Hello Sebastian, I think in fact "no instance instance_id [vlan vlan_range] " will return to the default VLAN-to-instance map

For example if vlan 100 is mapped to instance 1, the command no instance 1 vlan 100 will return vlan 100 to his default instance MSTI0 (IST).

(http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/spantree.html#wp1102007)

You can check that with the command show spanning-tree mst before and after.


Example :

##### MST0    vlans mapped:   1-9,11-19,21-29,31-39,41-99,101-199,201-4094
/////
##### MST1    vlans mapped:   10,30,100

Kind regards
Karim



Hi Karim,

Ivan,

right I forgott that.

I will think about it, maybe we find a solution.

Ssebastian

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card