Disables the ability to automatically add ports to an STPD (Spanning Tree Domain) when they are added to a member VLAN (Virtual LAN).
stpd_name | Specifies an STPD name on the switch. |
vlan_name | Specifies the name of a member VLAN with autobind enabled. |
vlan_list | Specifies a VLAN list of IDs. |
The autobind feature is disabled on user-created STPDs. The autobind feature is enabled on the default VLAN that participates in the default STPD S0.
Note
Ports already in the STPD remain in that domain (as if they were added manually).If you create an STPD and a VLAN with unique names, the keywords stpd and vlan are optional.
Ports added to the STPD automatically when autobind is enabled are not removed when autobind is disabled. The ports are present after a switch reboot.
To view STP (Spanning Tree Protocol) configuration status of the ports in a VLAN, use the following command:
show {vlan} {vlan_name | vlan_list} stpdThe following example disables autobind on an STPD named s8:
disable stpd s8 auto-bind v5
This command was first available in ExtremeXOS 10.1.
The vlan_list variable was added in ExtremeXOS 16.1.