AT-S62 Command Line User’s Guide
409
ADD MSTP
Syntax
add mstp mstiid=mstiid mstivlanassoc=vids
Parameters
mstiid Specifies the ID of the multiple spanning tree instance
(MSTI) to which you want to associate VLANs. You can
specify only one MSTI ID at a time. The range is 1 to 15.
mstivlanassoc Specifies the VID of the VLAN you want to associate
with the MSTI ID. You can specify more than one VID
at a time (for example, 2,5,44).
Description
This command associates VLANs to a MSTI.
The MSTIID parameter specifies the MSTI ID. The MSTI must already exist
on the switch. To create a spanning tree instance, see CREATE MSTP on
page 410.
The MSTIVLANASSOC parameter specifies the VIDs of the VLANs you
want to associate with the MSTI. The VLANs must already exist on the
switch. Any VLANs already associated with the MSTI are retained. If you
want to add VLANs to a MSTI while removing those already associated to
it, see SET MSTP MSTIVLANASSOC on page 423.
Examples
This command associates the VLAN with the VID 4 to MSTI ID 8:
add mstp mstiid=8 mstivlanassoc=4
This command associates the VLANs with the VIDs 24 and 44 to
MSTI ID 11:
add mstp mstiid=11 mstivlanassoc=24,44