Configuring STP: Understanding Spanning-Tree Features
Configuring STP: Understanding Spanning-Tree Features
15
Configuring STP
This chapter describes how to configure the Spanning Tree Protocol (STP) on your Catalyst 3550 switch. For information about the Rapid Spanning Tree Protocol (RSTP), the Multiple Spanning Tree Protocol (MSTP), and the per-VLAN rapid spanning tree (PVRST), see Chapter 16, Configuring RSTP and MSTP. For information about optional spanning-tree features, see Chapter 17, Configuring Optional Spanning-Tree Features.
Note
For complete syntax and usage information for the commands used in this chapter, refer to the command reference for this release. This chapter consists of these sections:
Understanding Spanning-Tree Features, page 15-1 Configuring Spanning-Tree Features, page 15-10 Displaying the Spanning-Tree Status, page 15-20
STP Overview, page 15-2 Supported Spanning-Tree Instances, page 15-2 Bridge Protocol Data Units, page 15-2 Election of the Root Switch, page 15-3 Bridge ID, Switch Priority, and Extended System ID, page 15-4 Spanning-Tree Timers, page 15-4 Creating the Spanning-Tree Topology, page 15-5 Spanning-Tree Interface States, page 15-5 Spanning-Tree Address Management, page 15-8 STP and IEEE 802.1Q Trunks, page 15-8 VLAN-Bridge STP, page 15-8
15-1
Configuring STP
Spanning Tree and Redundant Connectivity, page 15-9 Accelerated Aging to Retain Connectivity, page 15-9
STP Overview
STP is a Layer 2 link management protocol that provides path redundancy while preventing loops in the network. For a Layer 2 Ethernet network to function properly, only one active path can exist between any two stations. Spanning-tree operation is transparent to end stations, which cannot detect whether they are connected to a single LAN segment or a switched LAN of multiple segments. 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, called bridge protocol data units (BPDUs), at regular intervals. The switches do not forward these frames, but use the frames to construct a loop-free path. Multiple active paths among end stations cause loops in the network. If a loop exists in the network, end stations might receive duplicate messages. Switches might also learn end-station MAC addresses on multiple Layer 2 interfaces. These conditions result in an unstable network. 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. 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 interfaces on a switch are part of a loop, the spanning-tree port priority and path cost settings determine which interface is put in the forwarding state and which is put in the blocking state. The port priority value represents the location of an interface in the network topology and how well it is located to pass traffic. The path cost value represents media speed.
The unique bridge ID (switch priority and MAC address) associated with each VLAN on each switch The spanning-tree path cost to the root switch The port identifier (port priority and MAC address) associated with each Layer 2 interface
When the switches in a network are powered up, each functions as the root switch. Each switch sends a configuration BPDU through all of its ports. The BPDUs communicate and compute the spanning-tree topology. Each configuration BPDU contains this information:
The unique bridge ID of the switch that the sending switch identifies as the root switch The spanning-tree path cost to the root
15-2
78-11194-07
Chapter 15
The bridge ID of the sending switch Message age The identifier of the sending interface Values for the hello, forward-delay, and max-age protocol timers
When a switch receives a configuration BPDU that contains superior information (lower bridge ID, lower path cost, and so forth), it stores the information for that port. If this BPDU is received on the root port of the switch, the switch also forwards it with an updated message to all attached LANs for which it is the designated switch. If a switch receives a configuration BPDU that contains inferior information to that currently stored for that port, it discards the BPDU. If the switch is a designated switch for the LAN from which the inferior BPDU was received, it sends that LAN a BPDU containing the up-to-date information stored for that port. In this way, inferior information is discarded, and superior information is propagated on the network. A BPDU exchange results in these actions:
One switch in the network is elected as the root switch. A root port is selected for each switch (except the root switch). This port provides the best path (lowest cost) when the switch forwards packets to the root switch. The shortest distance to the root switch is calculated for each switch based on the path cost. A designated switch for each LAN segment is selected. The designated switch incurs the lowest path cost when forwarding packets from that LAN to the root switch. The port through which the designated switch is attached to the LAN is called the designated port. Interfaces included in the spanning-tree instance are selected. Root ports and designated ports are put in the forwarding state. All interfaces not included in the spanning tree are blocked.
The election of a unique root switch for each spanning-tree instance The election of a designated switch for every switched LAN segment The removal of loops in the switched network by blocking Layer 2 interfaces connected to redundant links
For each VLAN, the switch with the highest switch priority (the lowest numerical priority value) is elected as the root switch. If all switches are configured with the default priority (32768), the switch with the lowest MAC address in the VLAN becomes the root switch. The switch priority value occupies the most significant bits of the bridge ID. When you change the switch priority value, you change the probability that the switch will be elected as the root switch. Configuring a higher value decreases the probability; a lower value increases the probability. The root switch is the logical center of the spanning-tree topology in a switched network. All paths that are not needed to reach the root switch from anywhere in the switched network are placed in the spanning-tree blocking mode.
15-3
Configuring STP
BPDUs contain information about the sending switch and its ports, including switch and MAC addresses, switch priority, port priority, and path cost. Spanning tree uses this information to elect the root switch and root port for the switched network and the root port and designated port for each switched segment.
Switch 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 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
Spanning tree uses the extended system ID, the switch priority, and the allocated spanning-tree MAC address to make the bridge ID unique for each VLAN. With earlier releases, spanning tree used one MAC address per VLAN to make the bridge ID unique for each VLAN. Support for the extended system ID affects how you manually configure the root switch, the secondary root switch, and the switch priority of a VLAN. For more information, see the Configuring the Root Switch section on page 15-12, Configuring a Secondary Root Switch section on page 15-14, and Configuring the Switch Priority of a VLAN section on page 15-17.
Spanning-Tree Timers
Table 15-2 describes the timers that affect the entire spanning-tree performance.
Table 15-2 Spanning-Tree Timers
Description Determines how often the switch broadcasts hello messages to other switches. Determines how long each of the listening and learning states last before the interface begins forwarding. Determines the amount of time the switch stores protocol information received on an interface.
15-4
78-11194-07
Chapter 15
When the spanning-tree topology is calculated based on default parameters, the path between source and destination end stations in a switched network might not be ideal. For instance, connecting higher-speed links to an interface that has a higher number than the root port can cause a root-port change. The goal is to make the fastest link the root port. For example, assume that one port on Switch B is a Gigabit Ethernet link and that another port on Switch B (a 10/100 link) is the root port. Network traffic might be more efficient over the Gigabit Ethernet link. By changing the spanning-tree port priority on the Gigabit Ethernet interface to a higher priority (lower numerical value) than the root port, the Gigabit Ethernet interface becomes the new root port.
BlockingThe interface does not participate in frame forwarding. ListeningThe first transitional state after the blocking state when the spanning tree determines that the interface should participate in frame forwarding. LearningThe interface prepares to participate in frame forwarding. ForwardingThe interface forwards frames. DisabledThe interface is not participating in spanning tree because of a shutdown port, no link on the port, or no spanning-tree instance running on the port.
15-5
Configuring STP
From initialization to blocking From blocking to listening or to disabled From listening to learning or to disabled From learning to forwarding or to disabled From forwarding to disabled
Power-on initialization Blocking state Listening state Learning state Forwarding state
Disabled state
When you power up the switch, STP is enabled by default, and every interface in the switch, VLAN, or network goes through the blocking state and the transitory states of listening and learning. Spanning tree stabilizes each interface at the forwarding or blocking state. When the spanning-tree algorithm places a Layer 2 interface in the forwarding state, this process occurs:
1. 2. 3. 4.
The interface is in the listening state while spanning tree waits for protocol information to transition the interface to the blocking state. While spanning tree waits the forward-delay timer to expire, it moves the interface to the learning state and resets the forward-delay timer. In the learning state, the interface continues to block frame forwarding as the switch learns end-station location information for the forwarding database. When the forward-delay timer expires, spanning tree moves the interface to the forwarding state, where both learning and frame forwarding are enabled.
15-6
43569
78-11194-07
Chapter 15
Blocking State
A Layer 2 interface in the blocking state does not participate in frame forwarding. After initialization, a BPDU is sent to each interface in the switch. A switch initially functions as the root until it exchanges BPDUs with other switches. This exchange establishes which switch in the network is the root or root switch. If there is only one switch in the network, no exchange occurs, the forward-delay timer expires, and the interfaces move to the listening state. An interface always enters the blocking state after switch initialization. An interface in the blocking state performs as follows:
Discards frames received on the port Discards frames switched from another interface for forwarding Does not learn addresses Receives BPDUs
Listening State
The listening state is the first state a Layer 2 interface enters after the blocking state. The interface enters this state when the spanning tree determines that the interface should participate in frame forwarding. An interface in the listening state performs as follows:
Discards frames received on the port Discards frames switched from another interface for forwarding Does not learn addresses Receives BPDUs
Learning State
A Layer 2 interface in the learning state prepares to participate in frame forwarding. The interface enters the learning state from the listening state. An interface in the learning state performs as follows:
Discards frames received on the port Discards frames switched from another interface for forwarding Learns addresses Receives BPDUs
Forwarding State
A Layer 2 interface in the forwarding state forwards frames. The interface enters the forwarding state from the learning state. An interface in the forwarding state performs as follows:
Receives and forwards frames received on the port Forwards frames switched from another port Learns addresses Receives BPDUs
15-7
Configuring STP
Disabled State
A Layer 2 interface in the disabled state does not participate in frame forwarding or in the spanning tree. An interface in the disabled state is nonoperational. A disabled interface performs as follows:
Discards frames received on the port Discards frames switched from another interface for forwarding Does not learn addresses Does not receive BPDUs
VLAN-Bridge STP
Cisco VLAN-bridge STP is used with the fallback bridging feature (bridge groups), which forwards non-IP protocols such as DECnet between two or more VLAN bridge domains or routed ports. The VLAN-bridge STP allows the bridge groups to form a spanning tree on top of the individual VLAN spanning trees to prevent loops from forming if there are multiple connections among VLANs. It also prevents the individual spanning trees from the VLANs being bridged from collapsing into a single spanning tree.
15-8
78-11194-07
Chapter 15
To support VLAN-bridge STP, some of the spanning-tree timers are increased. To use the fallback bridging feature, you must have the enhanced multilayer software image installed on your switch. For more information, see Chapter 35, Configuring Fallback Bridging.
You can also create redundant links between switches by using EtherChannel groups. For more information, see Chapter 29, Configuring EtherChannels.
15-9
Configuring STP
Default STP Configuration, page 15-10 STP Configuration Guidelines, page 15-11 Disabling STP, page 15-11 Configuring the Root Switch, page 15-12 Configuring a Secondary Root Switch, page 15-14 Configuring the Port Priority, page 15-15 Configuring the Path Cost, page 15-16 Configuring the Switch Priority of a VLAN, page 15-17 Configuring the Hello Time, page 15-18 Configuring the Forwarding-Delay Time for a VLAN, page 15-19 Configuring the Maximum-Aging Time for a VLAN, page 15-19 Configuring STP for Use in a Cascaded Stack, page 15-20
Spanning-tree mode Switch priority Spanning-tree port priority (configurable on a per-interface basis) Spanning-tree port cost (configurable on a per-interface basis)
PVST (PVRST and MSTP are disabled). 32768. 128. 1000 Mbps: 4. 100 Mbps: 19. 10 Mbps: 100.
Spanning-tree VLAN port priority (configurable on a per-VLAN basis) Spanning-tree VLAN port cost (configurable on a per-VLAN basis)
15-10
78-11194-07
Chapter 15
Caution
Switches that are not running spanning tree still forward BPDUs that they receive so that the other switches on the VLAN that have a running spanning-tree instance can break loops. Therefore, spanning tree must be running on enough switches to break all the loops in the network; for example, at least one switch on each loop in the VLAN must be running spanning tree. It is not absolutely necessary to run spanning tree on all switches in the VLAN; however, if you are running spanning tree only on a minimal set of switches, an incautious change to the network that introduces another loop into the VLAN can result in a broadcast storm.
Note
If you have already used all available spanning-tree instances on your switch, adding another VLAN anywhere in the VTP domain creates a VLAN that is not running spanning tree on that switch. If you have the default allowed list on the trunk ports of that switch, the new VLAN is carried on all trunk ports. Depending on the topology of the network, this could create a loop in the new VLAN that will not be broken, particularly if there are several adjacent switches that have all run out of spanning-tree instances. You can prevent this possibility by setting up allowed lists on the trunk ports of switches that have used up their allocation of spanning-tree instances. Setting up allowed lists is not necessary in many cases and can make it more labor-intensive to add another VLAN to the network. Spanning-tree commands determine the configuration of VLAN spanning-tree instances. You create a spanning-tree instance when you assign an interface to a VLAN. The spanning-tree instance is removed when the last interface is moved to another VLAN. You can configure switch and port parameters before a spanning-tree instance is created; these parameters are applied when the spanning-tree instance is created.
Disabling STP
STP is enabled by default on VLAN 1 and on all newly created VLANs up to the spanning-tree limit specified in Table 15-3. Disable STP only if you are sure there are no loops in the network topology.
Caution
When STP is disabled and loops are present in the topology, excessive traffic and indefinite packet duplication can drastically reduce network performance.
15-11
Configuring STP
Beginning in privileged EXEC mode, follow these steps to disable STP on a per-VLAN basis: Command
Step 1 Step 2
Purpose Enter global configuration mode. Disable STP on a per-VLAN basis. For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094.
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
To re-enable STP, use the spanning-tree vlan vlan-id global configuration command.
Note
The spanning-tree vlan vlan-id root global configuration command fails if the value necessary to be the root switch is less than 1. Before Release 12.1(8)EA1, entering the spanning-tree vlan vlan-id root global configuration command on a Catalyst 3550 switch (no extended system ID) caused it to set its own switch priority for the specified VLAN to 8192 if this value caused this switch to become the root for the specified VLAN. If any root switch for the specified VLAN has a switch priority lower than 8192, the switch sets its own priority for the specified VLAN to 1 less than the lowest switch priority. These examples show the effect of the spanning-tree vlan vlan-id root command with and without the extended system ID support:
For Catalyst 3550 switches with the extended system ID (Release 12.1(8)EA1 and later), if all network devices in VLAN 20 have the default priority of 32768, entering the spanning-tree vlan 20 root primary command on the switch sets the switch priority to 24576, which causes this switch to become the root switch for VLAN 20.
15-12
78-11194-07
Chapter 15
For Catalyst 3550 switches without the extended system ID (software earlier than Release 12.1(8)EA1), if all network devices in VLAN 100 have the default priority of 32768, entering the spanning-tree vlan 100 root primary command on the switch sets the switch priority for VLAN 100 to 8192, which causes this switch to become the root switch for VLAN 100.
Note
If your network consists of switches that both do and do not support the extended system ID, it is unlikely that the switch with the extended system ID support will become the root switch. The extended system ID increases the switch priority value every time the VLAN number is greater than the priority of the connected switches running older software.
Note
The root switch for each spanning-tree instance 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 (that is, the maximum number of switch hops between any two end stations in the Layer 2 network). When you specify the network diameter, the switch automatically sets an optimal hello time, forward-delay time, and maximum-age time for a network of that diameter, which can significantly reduce the convergence time. You can use the hello keyword to override the automatically calculated hello time.
Note
After configuring the switch as the root switch, we recommend that you avoid manually configuring the hello time, forward-delay time, and maximum-age time by using the spanning-tree vlan vlan-id hello-time, spanning-tree vlan vlan-id forward-time, and the spanning-tree vlan vlan-id max-age global configuration commands. Beginning in privileged EXEC mode, follow these steps to configure a switch to become the root for the specified VLAN:
Command
Step 1 Step 2
Purpose Enter global configuration mode. Configure a switch to become the root for the specified VLAN.
configure terminal spanning-tree vlan vlan-id root primary [diameter net-diameter [hello-time seconds]]
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. (Optional) For diameter net-diameter, specify the maximum number of switches between any two end stations. The range is 2 to 7. (Optional) For hello-time seconds, specify the interval in seconds between the generation of configuration messages by the root switch. The range is 1 to 10 seconds; the default is 2 seconds. When you enter this command without the optional keywords, the switch recalculates the forward-time, hello-time, max-age, and priority settings. If you had previously configured these parameters, the switch recalculates them.
Note
15-13
Configuring STP
Command
Step 3 Step 4 Step 5
Purpose Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
To return the switch to its default setting, use the no spanning-tree vlan vlan-id root global configuration command.
Purpose Enter global configuration mode. Configure a switch to become the secondary root for the specified VLAN.
configure terminal spanning-tree vlan vlan-id root secondary [diameter net-diameter [hello-time seconds]]
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. (Optional) For diameter net-diameter, specify the maximum number of switches between any two end stations. The range is 2 to 7. (Optional) For hello-time seconds, specify the interval in seconds between the generation of configuration messages by the root switch. The range is 1 to 10 seconds; the default is 2 seconds.
Use the same network diameter and hello-time values that you used when configuring the primary root switch. See the Configuring the Root Switch section on page 15-12.
Step 3 Step 4 Step 5
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
15-14
78-11194-07
Chapter 15
To return the switch to its default setting, use the no spanning-tree vlan vlan-id root global configuration command.
Purpose Enter global configuration mode. Enter interface configuration mode, and specify an interface to configure. Valid interfaces include physical interfaces and port-channel logical interfaces (port-channel port-channel-number).
Step 3
Configure the port priority for an interface. For priority, the range is 0 to 240 in increments of 16. The default is 128. The lower the number, the higher the priority. Valid priority values are 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, and 240. All other values are rejected.
Step 4
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For priority,the range is 0 to 240 in increments of 16. The default is 128. The lower the number, the higher the priority. Valid priority values are 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, and 240. All other values are rejected.
Step 5 Step 6
Step 7
15-15
Configuring STP
Note
The show spanning-tree interface interface-id privileged EXEC command displays information only if the port is in a link-up operative state. Otherwise, you can use the show running-config interface privileged EXEC command to confirm the configuration. To return the interface to its default setting, use the no spanning-tree [vlan vlan-id] port-priority interface configuration command. For information on how to configure load sharing on trunk ports by using spanning-tree port priorities, see the Load Sharing Using STP section on page 11-23.
Purpose Enter global configuration mode. Enter interface configuration mode, and specify an interface to configure. Valid interfaces include physical interfaces and port-channel logical interfaces (port-channel port-channel-number). Configure the cost for an interface. If a loop occurs, spanning tree uses the path cost when selecting an interface to place into the forwarding state. A lower path cost represents higher-speed transmission. For cost, the range is 1 to 200000000; the default value is derived from the media speed of the interface.
Step 3
Step 4
Configure the cost for a VLAN. If a loop occurs, spanning tree uses the path cost when selecting an interface to place into the forwarding state. A lower path cost represents higher-speed transmission.
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For cost, the range is 1 to 200000000; the default value is derived from the media speed of the interface.
Step 5
end
15-16
78-11194-07
Chapter 15
Command
Step 6
Step 7
Note
The show spanning-tree interface interface-id privileged EXEC command displays information only for ports that are in a link-up operative state. Otherwise, you can use the show running-config privileged EXEC command to confirm the configuration. To return the interface to its default setting, use the no spanning-tree [vlan vlan-id] cost interface configuration command. For information on how to configure load sharing on trunk ports by using spanning-tree path costs, see the Load Sharing Using STP section on page 11-23.
Note
Exercise care when using this command. For most situations, we recommend that you use the spanning-tree vlan vlan-id root primary and the spanning-tree vlan vlan-id root secondary global configuration commands to modify the switch priority. Beginning in privileged EXEC mode, follow these steps to configure the switch priority of a VLAN:
Command
Step 1 Step 2
Purpose Enter global configuration mode. Configure the switch priority of a VLAN.
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For priority, the range is 0 to 61440 in increments of 4096; the default is 32768. The lower the number, the more likely the switch will be chosen as the root switch. Valid priority values are 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, and 61440. All other values are rejected.
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
15-17
Configuring STP
To return the switch to its default setting, use the no spanning-tree vlan vlan-id priority global configuration command.
Note
Exercise care when using this command. For most situations, we recommend that you use the spanning-tree vlan vlan-id root primary and the spanning-tree vlan vlan-id root secondary global configuration commands to modify the hello time. Beginning in privileged EXEC mode, follow these steps to configure the hello time of a VLAN:
Command
Step 1 Step 2
Purpose Enter global configuration mode. Configure the hello time of a VLAN. The hello time is the interval between the generation of configuration messages by the root switch. These messages mean that the switch is alive.
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For seconds, the range is 1 to 10; the default is 2.
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
To return the switch to its default setting, use the no spanning-tree vlan vlan-id hello-time global configuration command.
15-18
78-11194-07
Chapter 15
Purpose Enter global configuration mode. Configure the forward time of a VLAN. The forward delay is the number of seconds a port waits before changing from its spanning-tree learning and listening states to the forwarding state.
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For seconds, the range is 4 to 30; the default is 15.
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
To return the switch to its default setting, use the no spanning-tree vlan vlan-id forward-time global configuration command.
Purpose Enter global configuration mode. Configure the maximum-aging time of a VLAN. The maximum-aging time is the number of seconds a switch waits without receiving spanning-tree configuration messages before attempting a reconfiguration.
For vlan-id, you can specify a single VLAN identified by VLAN ID number, a range of VLANs separated by a hyphen, or a series of VLANs separated by a comma. The range is 1 to 4094. For seconds, the range is 6 to 40; the default is 20.
Return to privileged EXEC mode. Verify your entries. (Optional) Save your entries in the configuration file.
To return the switch to its default setting, use the no spanning-tree vlan vlan-id max-age global configuration command.
15-19
Configuring STP
STP Default 2 20 15
Layer 3 backbone
Purpose Displays spanning-tree information on active interfaces only. Displays a detailed summary of interface information.
15-20
78-11194-07
Chapter 15
Purpose Displays spanning-tree information for the specified interface. Displays a summary of port states or displays the total lines of the STP state section.
For information about other keywords for the show spanning-tree privileged EXEC command, refer to the command reference for this release.
15-21
Configuring STP
15-22
78-11194-07