Specifications

enable stpd auto-bind
ExtremeWare XOS 10.1 Command Reference Guide 397
To view STP configuration status of the ports on a VLAN, use the following command:
show vlan <vlan_name> stpd
Example
To automatically add ports to an STPD and expand the boundary of the STPD, you must complete the
following tasks:
Create and identify the carrier VLAN.
Assign a VLANid to the carrier VLAN.
Add ports to the carrier VLAN.
Create an STPD (or use the default, S0).
Enable autobind on the STPD.
Add the carrier VLAN and ports to the STP.
Configure the STPD tag (the carrier VLANs StpdID must be identical to the VLANid of one of the
member VLANs in that STP).
Enable STP.
The following example enables autobind on an STPD named s8 after creating a carrier VLAN named v5:
create vlan v5
configure vlan v5 tag 100
configure vlan v5 add ports 1:1-1:20 tagged
create stpd s8
enable stpd s8 auto-bind v5
configure stpd s8 tag 100
enable stpd s8