230
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
to Instance 0.
Usage Guide: This command is used to set VLAN-Instance mapping. Switches are considered to be
in the same MSTP field only if they have identical mapping and other MSTP field parameters. All
VLANs belong to Instance 0 when no Instance has been configured. MSTP support up to 48 MSTI
(excluding CIST). CIST can be considered to be MSTI 0, while the rest of the instances be MSTI 1
to 48. Detailed number is determined by specific product specification, 48 is the maximal value for
the specification.
Example: Configuring the mapping between VLAN1-10;100-110 and Instance 1
Switch(Config)#spanning-tree mst configuration
Switch(Config-Mstp-Region)#instance 1 vlan 1-10;100-110
10.2.2.4 name
Command: name <name>
no name
Function: Configures the MSTP field name in MSTP Field mode; the "no name" command deletes
the MSTP field name.
Parameters: <name> is the MSTP field name, which can be a string of 32 bytes or less.
Command mode: MSTP Field Mode.
Default: The default MSTP field name is the Switch bridge MAC.
Usage Guide: This command is used to set the MSTP field name. Switches are considered to be in
the same MSTP field only if they have identical MSTP field names and other MSTP field
parameters.
Example: Setting the MSTP field name to "mstp-test".
Switch(Config)#spanning-tree mst configuration
Switch(Config-Mstp-Region)#name mstp-test
10.2.2.5 revision-level
Command: revision-level <level>
no revision-level
Function: Configures the revision level for calculation MST configuration ID in MST mode; the
"no revision-level" reverts the revision level to its default value 0.
Parameters: < level> is the revision level ranging from 0 to 65535.
Command mode: MSTP Field Mode.
Default: The default revision level is 0.
Usage Guide: This command is used to set the revision level that is used in calculation MST
configuration ID. Switches are considered to be in the same MSTP field only if they have identical
revision levels and other MSTP field parameters.
Example: Setting the revision level to 2000.
Switch(Config)#spanning-tree mst configuration
Switch(Config-Mstp-Region)# revision-level 2000