Here is our configuration
spanning-treemode rapid-pvst
spanning-tree extend system-id
no spanning-tree vlan 200,210,220,230,240,250,300,310,320,330,340
spanning-tree vlan 1-2,100,110,120,130,140,150 priority 24576
spanning-tree vlan 200,210,220,230,240,250,300,310,320,330,340 priority 28672
diagnostic bootup level minimal
We don't want to have the second spanning-tree vlan line to show up at all. We did the "no" command but it just added another line of code.
Try this in config mode:
no spanning-tree vlan 200,210,220,230,240,250,300,310,320,330,340 priority 28672
spanning-tree vlan 200,210,220,230,240,250,300,310,320,330,340
This should resolve it.
Citation - This blog post does not reflect original content from the author. Rather it summarizes content that are relevant to the topic from different sources in the web. The sources might include any online discussion boards, forums, websites and others.