User guide

Displaying STP Settings
Summit24e3 Switch Installation and User Guide 165
STP Configuration Example
The following Summit24e3 switch example creates and enables an STPD named Backbone_st. It assigns
the Manufacturing VLAN to the STPD. It disables STP on ports 1 through 7 and port 12.
create stpd backbone_st
config stpd backbone_st add vlan manufacturing
enable stpd backbone_st
disable stpd backbone_st port 1-7,12
Displaying STP Settings
To display STP settings, use the following command:
show stpd {<stpd_name>}
This command displays the following information:
STPD name
Bridge ID
STPD configuration information
To display the STP state of a port, use the following command:
show stpd <stpd_name> port <portlist>
This command displays the following information:
STPD port configuration
STPD state (root bridge, and so on)
STPD port state (forwarding, blocking, and so on)
Disabling and Resetting STP
To disable STP or return STP settings to their defaults, use the commands listed in Table 46.
Table 46: STP Disable and Reset Commands
Command Description
delete stpd <stpd_name> Removes an STPD. An STPD can only be removed if
all VLANs have been deleted from it. The default
STPD, s0, cannot be deleted.
disable ignore-bpdu vlan <name> Allows the switch to recognize STP BPDUs.
disable ignore-stp vlan <name> Allows a VLAN to use STP port information.
disable stpd [<stpd_name> | all] Disables the STP mechanism on a particular STPD,
or for all STPDs.
disable stpd ports <portlist> Disables STP on one or more ports. Disabling STP
on one or more ports puts those ports in forwarding
state; all BPDUs received on those ports will be
disregarded.