Specifications
8-46 Rapier Switch Software Reference
Software Release 2.7.3
C613-03098-00 REV A
Configure Switch 1
1. Name the system and set manager port.
set system name=switch1
set manager asyn=0
2. Create VLAN 12 and assign it a VID of 12.
create vlan=vlan12 vid=12
3. Create VLAN 25 and assign it a VID of 25.
create vlan=vlan25 vid=25
4. Add VLAN 12 to the required ports, as tagged ports.
add vlan=12 po=3,4,5,6,7,8 frame=tagged
5. Add VLAN 25 to the required ports, as tagged ports.
add vlan=25 po=3,4,5,6 frame=tagged
6. Set MSTP on Switch 1. Name the region Head Office and assign it a revision
level of 0 (the value recommended in the IEEE standard).
set mstp configname=headoffice revision=0
7. Enable static VLAN support on MSTP.
set mstp staticvlans=on
8. Create the MSTIs 2 and 3.
create mstp msti=2
create mstp msti=3
9. Add MSTI 2 to VLAN 12, and MSTI 3 to VLAN 25.
add mstp msti=2 vlan=12
add mstp msti=3 vlan=25
10. Assign priorities to each MSTI. These values are compared with those set on
the other switches in order to determine the root bridge for each MSTI.
set mstp msti=2 prio=8192
set mstp msti=3 prio=8192
11. Enable MSTP on the switch.
ena mstp