Specifications

386 ExtremeWare XOS 10.1 Command Reference Guide
STP Commands
configure stpd tag
configure stpd <stpd_name> tag <stpd_tag>
Description
Assigns an StpdID to an STPD.
Syntax Description
Default
N/A.
Usage Guidelines
After you have created the STPD with a unique name, the keyword stpd is optional.
You should not configure any STP parameters unless you have considerable knowledge and experience
with STP. The default STP parameters are adequate for most networks.
An StpdID is used to identify each STP domain. You assign the StpdID when configuring the domain.
An StpdID must be identical to the VLANid of one of the member VLANs in that STP domain, and that
VLAN cannot belong to another STPD. Unless all ports are running in 802.1d mode, an STPD must be
configured with an StpdID.
You must create and configure the VLAN, along with the tag, before you can configure the STPD tag. To
create a VLAN, use the
create vlan command. To configure the VLAN, use the configure vlan
command.
Example
The following command assigns an StpdID to the purple_st STPD:
configure stpd purple_st tag 200
stpd_name Specifies an STPD name on the switch.
stpd_tag Specifies the VLANid of a VLAN that is owned by the STPD.