User guide

8-8 E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
S
PANNING
T
REE
P
ROTOCOL
(STP)
STP C
ONFIGURATION
E
XAMPLE
The following BlackDiamond switch example creates and enables an STPD named
Backbone_st. It assigns the Manufacturing VLAN to the STPD. It disables STP on slot 2,
ports 1 through 7, and slot 3 port 12.
create stpd backbone_st
config stpd backbone_st add vlan manufacturing
enable stpd backbone_st
disable stpd backbone_st port 2:1-2:7,3:12
D
ISPLAYING
STP S
ETTINGS
To display STP settings, use the following command:
show stpd {<stpd_name>}
create stpd <stpd_name> Creates an STPD. When created, an STPD has
the following default parameters:
Bridge priority 32,768
Hello time 2 seconds
Forward delay 15 seconds
enable ignore-stp vlan <name> Configures the switch to ignore the STP protocol,
and not block traffic for the VLAN(s). This
command is useful when multiple VLANs share
the same physical ports, but only some of the
VLANs require STP protection. The default
setting is disabled.
enable stpd {<stpd_name>} Enables the STP protocol for one or all STPDs.
The default setting is disabled.
enable stpd port {<portlist>} Enables the STP protocol on one or more ports.
If STPD is enabled for a port, Bridge protocol
Data Units (BPDUs) will be generated on that
port if STP is enabled for the associated STPD.
The default setting is enabled.
Table 8- 1: STP Configuration Commands (continued)
Command Description