set spantree mstmap

Use this command to map one or a range of filtering database IDs (FIDs) to a SID. Since VLANs are mapped to FIDs, this essentially maps one or more VLAN IDs to a Spanning Tree (SID).

Syntax

set spantree mstmap fid [sid sid]

Parameters

fid Specifies one or a range of FIDs to assign to the MST. Valid values are 1 - 4093, and 4095, and must correspond to a VLAN ID created using the set vlan command.
sid sid (Optional) Specifies a Multiple Spanning Tree ID. Valid values are 1 - 4094, and must correspond to a SID created using the set msti command as described in set spantree msti.

Defaults

If sid is not specified, FID(s) will be mapped to Spanning Tree 0.

Mode

All command modes.

Examples

This example shows how to map FID 3 to SID 2:

System(rw)->set spantree mstmap 3 sid 2

This example shows how to map FIDs 1 through 3 to SID 2:

System(rw)->set spantree mstmap 1-3 sid 2