Specifications
disable stpd ports
ExtremeWare XOS 10.1 Command Reference Guide 393
disable stpd ports
disable stpd <stpd_name> ports [all | <port_list>]
Description
Disables STP on one or more ports for a given STPD.
Syntax Description
Default
Enabled.
Usage Guidelines
After you have created the STPD with a unique name, the keyword stpd is optional.
Disabling STP on one or more ports puts those ports in forwarding state; all Bridge Protocol Data Units
(BPDUs) received on those ports will be disregarded and dropped.
The port_list keyword is optional. You do not need to indicate a list of ports if you want to disable
STP on all ports in the STPD.
On a modular switch, <port_list> can be a list of slots and ports. For a detailed explanation of port
specification, see “Modular Switch Numerical Ranges” in Chapter 1.
If you do not use the default STP domain, you must create one or more STP domains, and configure
and enable an STPD before you can use the
disable stpd ports command.
Example
The following command disables slot 2, port 4 on an STPD named Backbone_st:
disable stpd backbone_st ports 2:4
stpd_name Specifies an STPD name on the switch.
all Specifies all ports for a given STPD.
port_list Specifies one or more slots and ports. May be in the form 2:*, 2:5, 2:6-2:8.