Basic 802.1D Configuration Example

The following example:

Note

Note

To assign the carrier VLAN, the StpdID must be identical to the VLAN ID of the carrier VLAN.
configure vlan default delete ports 2:5-2:10
create vlan engineering
configure vlan engineering tag 150
configure vlan engineering add ports 2:5-2:10 untagged
create stpd s1
configure stpd s1 default-encapsulation dot1d
enable stpd s1 auto-bind vlan engineering
configure stpd s1 tag 150
enable stpd s1

By default, the port encapsulation mode for user-defined STPDs is dot1d. In this example, you set it to dot1d.