Spanning Tree Protocol Configuration Guide, Cisco Catalyst IE9300 Rugged Series Switches

PDF

Spanning Tree Protocol Configuration Guide, Cisco Catalyst IE9300 Rugged Series Switches

Disable Spanning Tree on VLANs

Want to summarize with AI?

Log in

Learn how to disable spanning tree on specific VLANs when you are certain there are no loops in the network topology. Use this procedure to prevent Spanning Tree protection where it is not needed, but exercise caution to avoid network issues.


You can disable spanning tree on specific VLANs when you are certain there are no loops in the network topology.

This task allows you to disable spanning tree protection on VLANs where loops cannot occur. Use extreme caution, because disabling Spanning Tree when loops are present can drastically reduce network performance.

Note

When Spanning Tree is disabled and loops are present in the topology, excessive traffic and indefinite packet duplication can drastically reduce network performance.

Before you begin

Spanning Tree is enabled by default on VLAN 1 and on all newly created VLANs up to the Spanning Tree limit. Only disable spanning tree if you are sure there are no loops in the network topology.

Procedure

1.

Use the enable command to enter privileged EXEC mode.

Example:

Switch> enable

Enter your password if prompted.

2.

Use the configure terminal command to enter global configuration mode.

Example:

Switch# configure terminal
3.

Use the no spanning-tree vlan command to disable spanning tree for the specified VLAN.

Example:

Switch(config)# no spanning-tree vlan 20

For vlan-id, the range is 1 to 4094.

4.

Use the end command to return to privileged EXEC mode.

Example:

Switch(config)# end