Understanding and Configuring STP
Understanding and Configuring STP
10
Overview of STP, page 10-1 Default STP Configuration, page 10-6 Configuring STP, page 10-7
Note
For information on configuring the PortFast, UplinkFast, and BackboneFast, and other spanning tree enhancements, see Chapter 11, Configuring STP Features.
Note
For complete syntax and usage information for the switch commands used in this chapter, refer to the Cisco IOS Command Reference for the Catalyst 4000 Family Switch and related publications at http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/index.htm
Overview of STP
STP is a Layer 2 link management protocol that provides path redundancy while preventing undesirable loops in the network. For a Layer 2 Ethernet network to function properly, only one active path can exist between any two stations. A loop-free subset of a network topology is called a spanning tree. The operation of a spanning tree is transparent to end stations, which cannot detect whether they are connected to a single LAN segment or a switched LAN of multiple segments. Catalyst 4000 family switches use STP (the IEEE 802.1D bridge protocol) on all VLANs. By default, a single spanning tree runs on each configured VLAN (provided you do not manually disable the spanning tree). You can enable and disable a spanning tree on a per-VLAN basis. When you create fault-tolerant internetworks, you must have a loop-free path between all nodes in a network. The spanning tree algorithm calculates the best loop-free path throughout a switched Layer 2 network. Switches send and receive spanning tree frames at regular intervals. The switches do not forward these frames, but use the frames to construct a loop-free path. Multiple active paths between end stations cause loops in the network. If a loop exists in the network, end stations might receive duplicate messages and switches might learn end station MAC addresses on multiple Layer 2 interfaces. These conditions result in an unstable network.
10-1
A spanning tree defines a tree with a root switch and a loop-free path from the root to all switches in the Layer 2 network. A spanning tree forces redundant data paths into a standby (blocked) state. If a network segment in the spanning tree fails and a redundant path exists, the spanning tree algorithm recalculates the spanning tree topology and activates the standby path. When two ports on a switch are part of a loop, the spanning tree port priority and port path cost setting determine which port is put in the forwarding state and which port is put in the blocking state. The spanning tree port priority value represents the location of an interface in the network topology and how well located it is to pass traffic. The spanning tree port path cost value represents media speed.
Extended System ID
Extended system IDs are VLAN IDs between 1025 and 4096. Releases 12.1(12c)EW and later releases support a 12-bit extended system ID field as part of the bridge ID (see Table 10-2). Chassis that support only 64 MAC addresses always use the 12-bit extended system ID. On chassis that support 1024 MAC addresses, you can enable use of the extended system ID. STP uses the VLAN ID as the extended system ID. See the Enabling the Extended System ID section on page 10-8.
Table 10-1 Bridge Priority Value with the Extended System ID Disabled
Bridge Priority Value Bit 16 32768 Bit 15 16384 Bit 14 8192 Bit 13 4096 Bit 12 2048 Bit 11 1024 Bit 10 512 Bit 9 256 Bit 8 128 Bit 7 64 Bit 6 32 Bit 5 16 Bit 4 8 Bit 3 4 Bit 2 2 Bit 1 1
Table 10-2 Bridge Priority Value and Extended System ID with the Extended System ID Enabled
Bridge Priority Value Bit 16 32768 Bit 15 16384 Bit 14 8192 Bit 13 4096
Extended System ID (Set Equal to the VLAN ID) Bit 12 Bit 11 Bit 10 Bit 9 Bit 8 Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 VLAN ID
10-2
78-14488-01
Chapter 10
The unique bridge ID (bridge priority and MAC address) associated with each VLAN on each switch The spanning tree path cost (or bridge priority value) to the root bridge The port identifier (port priority and MAC address) associated with each Layer 2 interface
Bridge protocol data units (BPDUs) contain information about the transmitting bridge and its ports, including the bridge and MAC addresses, bridge priority, port priority, and path cost. The system computes the spanning tree topology by transmitting BPDUs among connecting switches, and in one direction from the root switch. Each configuration BPDU contains at least the following:
The unique bridge ID of the switch that the transmitting switch believes to be the root switch The spanning tree path cost to the root The bridge ID of the transmitting bridge The age of the message The identifier of the transmitting port Values for the hello, forward delay, and max-age protocol timers
When a switch transmits a BPDU frame, all switches connected to the LAN on which the frame is transmitted receive the BPDU. When a switch receives a BPDU, it does not forward the frame but instead uses the information in the frame to calculate a BPDU and, if the topology changes, initiate a BPDU transmission. A BPDU exchange results in the following:
One switch is elected as the root bridge. The shortest distance to the root bridge is calculated for each switch based on the path cost. A designated bridge for each LAN segment is selected. This is the switch closest to the root bridge through which frames are forwarded to the root. A root port is selected. This is the port providing the best path from the bridge to the root bridge. Ports included in the spanning tree are selected.
10-3
STP Timers
Table 10-3 describes the STP timers that affect the performance of the entire spanning tree.
Table 10-3 Spanning Tree Protocol Timers
Description Determines how often the switch broadcasts hello messages to other switches. Determines how long each of the listening and learning states will last before the port begins forwarding. Determines the amount of time that protocol information received on a port is stored by the switch.
10-4
78-14488-01
Chapter 10
RP C
DP
S5688
For example, assume that one port on Switch B is a fiber-optic link, and another port on Switch B (an unshielded twisted-pair [UTP] link) is the root port. Network traffic might be more efficient over the high-speed fiber-optic link. By changing the spanning tree port priority on the fiber-optic port to a higher priority (lower numerical value) than the priority set for the root port, the fiber-optic port becomes the new root port.
BlockingIn this state, the Layer 2 interface does not participate in frame forwarding. ListeningThis state is the first transitional state after the blocking state when spanning tree determines that the Layer 2 interface should participate in frame forwarding. LearningIn this state, the Layer 2 interface prepares to participate in frame forwarding. ForwardingIn this state, the Layer 2 interface forwards frames. DisabledIn this state, the Layer 2 interface does not participate in spanning tree and does not forward frames.
10-5
Note
For more information on 802.1Q trunks, see Chapter 6, Configuring Layer 2 Ethernet Interfaces.
Feature Enable state Bridge priority value Spanning tree port priority value (configurable on a per-interface basisused on interfaces configured as Layer 2 access ports) Spanning tree port cost (configurable on a per-interface basisused on interfaces configured as Layer 2 access ports)
Default Value Spanning tree enabled for all VLANs 32,768 128
Spanning tree VLAN port priority value (configurable on 128 a per-VLAN basisused on interfaces configured as Layer 2 trunk ports) Spanning tree VLAN port cost (configurable on a per-VLAN basisused on interfaces configured as Layer 2 trunk ports) Hello time Forward delay time Maximum aging time
10-6
78-14488-01
Chapter 10
Configuring STP
The following sections describe how to configure spanning tree on VLANs:
Enabling STP, page 10-7 Enabling the Extended System ID, page 10-8 Configuring the Root Bridge, page 10-9 Configuring a Secondary Root Switch, page 10-11 Configuring STP Port Priority, page 10-12 Configuring STP Port Cost, page 10-15 Configuring the Bridge Priority of a VLAN, page 10-16 Configuring the Hello Time, page 10-17 Configuring the Forward-Delay Time for a VLAN, page 10-18 Configuring the Maximum Aging Time for a VLAN, page 10-18 Disabling Spanning Tree Protocol, page 10-19
Note
The spanning tree commands described in this chapter can be configured on any interface except those configured with the no switchport command.
Enabling STP
Note
By default, spanning tree is enabled on all the VLANs. You can enable a spanning tree on a per-VLAN basis. The switch maintains a separate instance of spanning tree for each VLAN (except on VLANs on which you have disabled a spanning tree). To enable a spanning tree on a per-VLAN basis, perform this procedure:
Task
Step 1 Step 1 Step 2 Step 3
Command
Switch# configure terminal
Enable spanning tree for VLAN vlan_id. The vlan_ID value can Switch(config)# spanning-tree vlan vlan_ID be from 1 to 4094. Exit configuration mode. Verify that spanning tree is enabled.
Switch(config)# end Switch# show spanning-tree vlan vlan_ID
10-7
Note
Because spanning tree is enabled by default, issuing a show running command to view the resulting configuration will not display the command you entered to enable spanning tree. This example shows how to verify that spanning tree is enabled on VLAN 200:
Switch# show spanning-tree vlan 200 VLAN200 is executing the ieee compatible Spanning Tree protocol Bridge Identifier has priority 32768, address 0050.3e8d.6401 Configured hello time 2, max age 20, forward delay 15 Current root has priority 16384, address 0060.704c.7000 Root port is 264 (FastEthernet5/8), cost of root path is 38 Topology change flag not set, detected flag not set Number of topology changes 0 last change occurred 01:53:48 ago Times: hold 1, topology change 24, notification 2 hello 2, max age 14, forward delay 10 Timers: hello 0, topology change 0, notification 0 Port 264 (FastEthernet5/8) of VLAN200 is forwarding Port path cost 19, Port priority 128, Port Identifier 129.9. Designated root has priority 16384, address 0060.704c.7000 Designated bridge has priority 32768, address 00e0.4fac.b000 Designated port id is 128.2, designated path cost 19 Timers: message age 3, forward delay 0, hold 0 Number of transitions to forwarding state: 1 BPDU: sent 3, received 3417 Switch#
The extended system ID is enabled permanently on chassis that support 64 MAC addresses. You can use the spanning-tree extend system-id command to enable the extended system ID on chassis that support 1024 MAC addresses (see the Understanding the Bridge ID section on page 10-2). To enable the extended system ID, perform this procedure:
Task
Step 1
Command
Switch(config)# spanning-tree extend system-id
Enable the extended system ID. Disable the extended system ID.
Note
You cannot disable the extended system ID on chassis that support 64 MAC addresses or when you have configured extended range VLANs (see Spanning Tree Default Configuration Values section on page 10-6).
Switch(config)# end Switch# show spanning-tree vlan vlan_ID
Step 2 Step 3
10-8
78-14488-01
Chapter 10
Note
When you enable or disable the extended system ID, the bridge IDs of all active STP instances are updated, which might change the spanning tree topology. This example shows how to enable the extended system ID:
Switch# configure terminal Switch(config)# spanning-tree extend system-id Switch(config)# end Switch#
Note
The root switch for each instance of spanning tree should be a backbone or distribution switch. Do not configure an access switch as the spanning tree primary root. Use the diameter keyword to specify the Layer 2 network diameter (the maximum number of bridge hops between any two end stations in the network). When you specify the network diameter, a switch automatically picks an optimal hello time, forward delay time, and maximum age time for a network of that diameter. This can significantly reduce the spanning tree convergence time. Use the hello-time keyword to override the automatically calculated hello time.
Note
We recommend that you avoid manually configuring the hello time, forward delay time, and maximum age time after configuring the switch as the root bridge.
10-9
Command
Switch(config)# [no] spanning-tree vlan vlan_ID root primary [diameter hops [hello-time seconds]] Switch(config)# end
Configure a switch as the root switch. You can use the no keyword to restore the defaults. Exit configuration mode.
Step 2
This example shows how to configure a switch as the root bridge for VLAN 10, with a network diameter of 4:
Switch# configure terminal Switch(config)# spanning-tree vlan 10 root primary diameter 4 Switch(config)# end Switch#
This example shows how the configuration changes when a switch becomes a spanning tree root. This is the configuration before the switch becomes the root for VLAN 1:
Switch#show spanning-tree vlan 1 VLAN1 is executing the ieee compatible Spanning Tree protocol Bridge Identifier has priority 32768, address 0030.94fc.0a00 Configured hello time 2, max age 20, forward delay 15 Current root has priority 32768, address 0001.6445.4400 Root port is 323 (FastEthernet6/3), cost of root path is 19 Topology change flag not set, detected flag not set Number of topology changes 2 last change occurred 00:02:19 ago from FastEthernet6/1 Times: hold 1, topology change 35, notification 2 hello 2, max age 20, forward delay 15 Timers:hello 0, topology change 0, notification 0, aging 300 Port 323 (FastEthernet6/3) of VLAN1 is forwarding Port path cost 19, Port priority 128, Port Identifier 129.67. Designated root has priority 32768, address 0001.6445.4400 Designated bridge has priority 32768, address 0001.6445.4400 Designated port id is 129.67, designated path cost 0 Timers:message age 2, forward delay 0, hold 0 Number of transitions to forwarding state:1 BPDU:sent 3, received 91 Port 324 (FastEthernet6/4) of VLAN1 is blocking Port path cost 19, Port priority 128, Port Identifier 129.68. Designated root has priority 32768, address 0001.6445.4400 Designated bridge has priority 32768, address 0001.6445.4400 Designated port id is 129.68, designated path cost 0 Timers:message age 2, forward delay 0, hold 0 Number of transitions to forwarding state:0 BPDU:sent 1, received 89
10-10
78-14488-01
Chapter 10
Note
Observe that the bridge priority is now set at 8192, making this switch the root of the spanning tree.
Note
We recommend that you avoid manually configuring the hello time, forward delay time, and maximum age time after configuring the switch as the root bridge.
10-11
To configure a switch as the secondary root switch, perform this procedure: Task
Step 1
Command
Switch(config)# [no] spanning-tree vlan vlan_ID root secondary [diameter hops [hello-time seconds]] Switch(config)# end
Configure a switch as the secondary root switch. You can use the no keyword to restore the defaults.
Step 2
This example shows how to configure the switch as the secondary root switch for VLAN 10, with a network diameter of 4:
Switch# configure terminal Switch(config)# spanning-tree vlan 10 root secondary diameter 4 VLAN 10 bridge priority set to 16384 VLAN 10 bridge max aging time set to 14 VLAN 10 bridge hello time unchanged at 2 VLAN 10 bridge forward delay set to 10 Switch(config)# end Switch#
Note
The Cisco IOS software uses the port priority value when the interface is configured as an access port and uses VLAN port priority values when the interface is configured as a trunk port.
10-12
78-14488-01
Chapter 10
To configure the spanning tree port priority of an interface, perform this procedure: Task
Step 1
Command
Switch(config)# interface {{fastethernet |gigabitethernet} slot/port} | {port-channel port_channel_number} Switch(config-if)# [no] spanning-tree port-priority port_priority
Step 2
Configure the port priority for an interface. The port_priority value can be from 0 to 240, in increments of 16. You can use the no keyword to restore the defaults. Configure the VLAN port priority for an interface. The port_priority value can be from 0 to 240, in increments of 16. You can use the no keyword to restore the defaults. Exit configuration mode. Verify the configuration.
Step 3
Step 4 Step 5
Switch(config-if)# end Switch# show spanning-tree interface {{fastethernet | gigabitethernet} slot/port} | {port-channel port_channel_number} show spanning-tree vlan vlan_ID
This example shows how to configure the spanning tree port priority of a Fast Ethernet interface:
Switch# configure terminal Switch(config)# interface fastethernet 5/8 Switch(config-if)# spanning-tree port-priority 100 Switch(config-if)# end Switch#
This example shows how to verify the configuration of a Fast Ethernet interface when it is configured as an access port:
Switch# show spanning-tree interface fastethernet 3/1 Vlan ---------------VLAN0001 VLAN1002 VLAN1003 VLAN1004 VLAN1005 Switch# Role ---Desg Desg Desg Desg Desg Sts --FWD FWD FWD FWD FWD Cost --------19 19 19 19 19 Prio.Nbr -------128.129 128.129 128.129 128.129 128.129 Status -------------------------------P2p P2p P2p P2p P2p
This example shows how to display the details of the interface configuration when the interface is configured as an access port:
Switch# show spanning-tree interface fastethernet 3/1 detail Port 129 (FastEthernet3/1) of VLAN0001 is forwarding Port path cost 19, Port priority 128, Port Identifier 128.129. Designated root has priority 32768, address 0003.6b10.e800 Designated bridge has priority 32768, address 0003.6b10.e800 Designated port id is 128.129, designated path cost 0 Timers:message age 0, forward delay 0, hold 0 Number of transitions to forwarding state:1 Link type is point-to-point by default BPDU:sent 187, received 1
10-13
Port 129 (FastEthernet3/1) of VLAN1002 is forwarding Port path cost 19, Port priority 128, Port Identifier 128.129. Designated root has priority 32768, address 0003.6b10.ebe9 Designated bridge has priority 32768, address 0003.6b10.ebe9 Designated port id is 128.129, designated path cost 0 Timers:message age 0, forward delay 0, hold 0 Number of transitions to forwarding state:1 Link type is point-to-point by default BPDU:sent 94, received 2 Port 129 (FastEthernet3/1) of VLAN1003 is forwarding Port path cost 19, Port priority 128, Port Identifier 128.129. Designated root has priority 32768, address 0003.6b10.ebea Designated bridge has priority 32768, address 0003.6b10.ebea Designated port id is 128.129, designated path cost 0 Timers:message age 0, forward delay 0, hold 0 Number of transitions to forwarding state:1 Link type is point-to-point by default BPDU:sent 94, received 2 Port 129 (FastEthernet3/1) of VLAN1004 is forwarding Port path cost 19, Port priority 128, Port Identifier 128.129. Designated root has priority 32768, address 0003.6b10.ebeb Designated bridge has priority 32768, address 0003.6b10.ebeb Designated port id is 128.129, designated path cost 0 Timers:message age 0, forward delay 0, hold 0 Number of transitions to forwarding state:1 Link type is point-to-point by default BPDU:sent 95, received 2 Port 129 (FastEthernet3/1) of VLAN1005 is forwarding Port path cost 19, Port priority 128, Port Identifier 128.129. Designated root has priority 32768, address 0003.6b10.ebec Designated bridge has priority 32768, address 0003.6b10.ebec Designated port id is 128.129, designated path cost 0 Timers:message age 0, forward delay 0, hold 0 Number of transitions to forwarding state:1 Link type is point-to-point by default BPDU:sent 95, received 2 Switch#
Note
The show spanning-tree port-priority command displays only information for ports with an active link. If there is no port with an active link, enter a show running-config interface command to verify the configuration. This example shows how to configure the spanning tree VLAN port priority of a Fast Ethernet interface:
Switch# configure terminal Switch(config)# interface fastethernet 5/8 Switch(config-if)# spanning-tree vlan 200 port-priority 64 Switch(config-if)# end Switch#
This example shows how to verify the configuration of VLAN 200 on the interface when it is configured as a trunk port:
Switch# show spanning-tree vlan 200 <...output truncated...> Port 264 (FastEthernet5/8) of VLAN200 is forwarding Port path cost 19, Port priority 64, Port Identifier 129.8. Designated root has priority 32768, address 0010.0d40.34c7
10-14
78-14488-01
Chapter 10
Designated bridge has priority 32768, address 0010.0d40.34c7 Designated port id is 128.1, designated path cost 0 Timers: message age 2, forward delay 0, hold 0 Number of transitions to forwarding state: 1 BPDU: sent 0, received 13513 <...output truncated...> Switch#
Command
Switch(config)# interface {{fastethernet |gigabitethernet} slot/port} | {port-channel port_channel_number} Switch(config-if)# [no] spanning-tree cost port_cost
Step 2
Configure the port cost for an interface. The port_cost value can be from 1 to 200,000,000. You can use the no keyword to restore the defaults. Configure the VLAN port cost for an interface. The port_cost value can be from 1 to 200,000,000. You can use the no keyword to restore the defaults. Exit configuration mode. Verify the configuration.
Step 3
Step 4 Step 5
Switch(config-if)# end Switch# show spanning-tree interface {{fastethernet | gigabitethernet} slot/port} | {port-channel port_channel_number} show spanning-tree vlan vlan_ID
This example shows how to change the spanning tree port cost of a Fast Ethernet interface:
Switch# configure terminal Switch(config)# interface fastethernet 5/8 Switch(config-if)# spanning-tree cost 18 Switch(config-if)# end Switch#
This example shows how to verify the configuration of the interface when it is configured as an access port:
Switch# show spanning-tree interface fastethernet 5/8 Port 264 (FastEthernet5/8) of VLAN200 is forwarding Port path cost 18, Port priority 100, Port Identifier 129.8. Designated root has priority 32768, address 0010.0d40.34c7 Designated bridge has priority 32768, address 0010.0d40.34c7
10-15
Designated port id is 128.1, designated path cost 0 Timers: message age 2, forward delay 0, hold 0 Number of transitions to forwarding state: 1 BPDU: sent 0, received 13513 Switch#
This example shows how to configure the spanning tree VLAN port cost of a Fast Ethernet interface:
Switch# configure terminal Switch(config)# interface fastethernet 5/8 Switch(config-if)# spanning-tree vlan 200 cost 17 Switch(config-if)# end Switch#
This example shows how to verify the configuration of VLAN 200 on the interface when it is configured as a trunk port:
Switch# show spanning-tree vlan 200 <...output truncated...> Port 264 (FastEthernet5/8) of VLAN200 is forwarding Port path cost 17, Port priority 64, Port Identifier 129.8. Designated root has priority 32768, address 0010.0d40.34c7 Designated bridge has priority 32768, address 0010.0d40.34c7 Designated port id is 128.1, designated path cost 0 Timers: message age 2, forward delay 0, hold 0 Number of transitions to forwarding state: 1 BPDU: sent 0, received 13513 <...output truncated...> Switch#
Note
The show spanning-tree command displays only information for ports with an active link (green light is on). If there is no port with an active link, you can issue a show running-config command to confirm the configuration.
Exercise care when configuring the bridge priority of a VLAN. In most cases, we recommend that you enter the spanning-tree vlan vlan_ID root primary and the spanning-tree vlan vlan_ID root secondary commands to modify the bridge priority. To configure the spanning tree bridge priority of a VLAN, perform this procedure:
Task
Step 1
Command
Switch(config)# [no] spanning-tree vlan vlan_ID priority bridge_priority
Configure the bridge priority of a VLAN. The bridge_priority value can be from 1 to 65,535. You can use the no keyword to restore the defaults. Exit configuration mode. Verify the configuration.
Step 2 Step 3
10-16
78-14488-01
Chapter 10
This example shows how to configure the bridge priority of VLAN 200 to 33,792:
Switch# configure terminal Switch(config)# spanning-tree vlan 200 priority 33792 Switch(config)# end Switch#
Protocol -------ieee
Exercise care when configuring the hello time. In most cases, we recommend that you use the spanning-tree vlan vlan_ID root primary and the spanning-tree vlan vlan_ID root secondary commands to modify the hello time. To configure the spanning tree hello time of a VLAN, perform this procedure:
Task
Step 1
Command
Switch(config)# [no] spanning-tree vlan vlan_ID hello-time hello_time
Configure the hello time of a VLAN. The hello_time value can be from 1 to 10 seconds. You can use the no keyword to restore the defaults. Exit configuration mode. Verify the configuration.
Step 2 Step 3
This example shows how to configure the hello time for VLAN 200 to 7 seconds:
Switch# configure terminal Switch(config)# spanning-tree vlan 200 hello-time 7 Switch(config)# end Switch#
Protocol -------ieee
10-17
Exercise care when configuring aging time. In most cases, we recommend that you use the spanning-tree vlan vlan_ID root primary and the spanning-tree vlan vlan_ID root secondary commands to modify the maximum aging time. To configure the spanning tree maximum aging time for a VLAN, perform this procedure:
Task
Step 1
Command
Switch(config)# [no] spanning-tree vlan vlan_ID max-age max_age
Configure the maximum aging time of a VLAN. The max_age value can be from 6 to 40 seconds. You can use the no keyword to restore the defaults. Exit configuration mode. Verify the configuration.
Step 2 Step 3
This example shows how to configure the maximum aging time for VLAN 200 to 36 seconds:
Switch# configure terminal Switch(config)# spanning-tree vlan 200 max-age 36 Switch(config)# end Switch#
Protocol -------ieee
Exercise care when configuring forward-delay time. In most cases, we recommend that you use the spanning-tree vlan vlan_ID root primary and the spanning-tree vlan vlan_ID root secondary commands to modify the forward delay time. To configure the spanning tree forward delay time for a VLAN, use this procedure:
Task
Step 1
Command
Switch(config)# [no] spanning-tree vlan vlan_ID forward-time forward_time
Configure the forward time of a VLAN. The forward_time value can be from 4 to 30 seconds. You can use the no keyword to restore the defaults.
10-18
78-14488-01
Chapter 10
Task
Step 2 Step 3
Command
Switch(config)# end Switch# show spanning-tree vlan vlan_ID bridge [brief]
This example shows how to configure the forward delay time for VLAN 200 to 21 seconds:
Switch# configure terminal Switch(config)# spanning-tree vlan 200 forward-time 21 Switch(config)# end Switch#
Protocol -------ieee
This example shows how to display spanning tree information for the bridge:
Switch# show spanning-tree bridge Hello Vlan Bridge ID Time ---------------- --------------------------------- ----VLAN200 49152 0050.3e8d.64c8 2 VLAN202 49152 0050.3e8d.64c9 2 VLAN203 49152 0050.3e8d.64ca 2 VLAN204 49152 0050.3e8d.64cb 2 VLAN205 49152 0050.3e8d.64cc 2 VLAN206 49152 0050.3e8d.64cd 2 Switch# Max Age --20 20 20 20 20 20 Fwd Dly --15 15 15 15 15 15
Command
Switch(config)# no spanning-tree vlan vlan_ID Switch(config)# end Switch# show spanning-tree vlan vlan_ID
Disable spanning tree on a per-VLAN basis. Exit configuration mode. Verify that spanning tree is disabled.
10-19
10-20
78-14488-01