Configurations

The following sections take you through the configurations of each switch for the example network.

HP 5406zl (IDF1WEST)

Configure the switch

HP Switch 5400zl> enable
HP Switch 5400zl#: config

Configure the trunks and VLANs on the switch

This switch is configured for VLANs 1, 3, 4, 5, 7, 8, 9, 23, 24, 25, 27, 28, 29, 33, 34, 35, 37, 38, 39, 43, 44, 45, 47, 48, and 49. When configuring MSTP instances, if a VLAN is not configured you cannot add it to instances. The Trunks are only configured for VLANs 1, 23, 24, 25, 27, 28, and 29. Set up a management IP on VLAN 1 and a default-gateway. Tag VLANs supported on trunks. If your network requires more than 8 VLANs you will need to use max-VLANs command to increase the number of VLANs the switch supports.

HP Switch 5400zl(config)#: max-vlans 50

Command will take effect after saving configuration and reboot.

HP Switch 5400zl(config)#: write memory
HP Switch 5400zl(config)#: reload
Device will be rebooted, do you want to continue [y/n]? Y

After the device reboots, enter the following commands:

HP Switch 5400zl#: configure
HP Switch 5400zl(config)#: hostname IDF1WEST
IDF1WEST(config)#: trunk b23-b24 Trk1 Trunk
IDF1WEST(config)#: trunk b21-b22 Trk2 Trunk
IDF1WEST(config)#: vlan 1
IDF1WEST(vlan-1)#: ip address 10.1.1.21 255.255.255.0
IDF1WEST(vlan-1)#: vlan 3
IDF1WEST(vlan-3)#: tagged trk1-trk2
IDF1WEST(vlan-3)#: vlan 4
IDF1WEST(vlan-4)#: tagged trk1-trk2
IDF1WEST(vlan-4)#: vlan 5
IDF1WEST(vlan-5)#: tagged trk1-trk2
IDF1WEST(vlan-5)#: vlan 7
IDF1WEST(vlan-7)#: tagged trk1-trk2
IDF1WEST(vlan-7)#: vlan 8
IDF1WEST(vlan-8)#: tagged trk1-trk2
IDF1WEST(vlan-8)#: vlan 9
IDF1WEST(vlan-9)#: tagged trk1-trk2
IDF1WEST(vlan-9)#: vlan 23
IDF1WEST(vlan-23)#: vlan 24
IDF1WEST(vlan-24)#: vlan 25
IDF1WEST(vlan-25)#: vlan 27
IDF1WEST(vlan-27)#: vlan 28
IDF1WEST(vlan-28)#: vlan 29
IDF1WEST(vlan-29)#: vlan 33
IDF1WEST(vlan-33)#: vlan 34
IDF1WEST(vlan-34)#: vlan 35
IDF1WEST(vlan-35)#: vlan 37
IDF1WEST(vlan-37)#: vlan 38
IDF1WEST(vlan-38)#: vlan 39
IDF1WEST(vlan-39)#: vlan 43
IDF1WEST(vlan-43)#: vlan 44
IDF1WEST(vlan-44)#: vlan 45
IDF1WEST(vlan-45)#: vlan 47
IDF1WEST(vlan-47)#: vlan 48
IDF1WEST(vlan-48)#: vlan 49
IDF1WEST(vlan-49)#: exit
IDF1WEST(config)#: ip default-gateway 10.1.1.1

Configure MST and enable MSTP globally


[IMPORTANT: ]

IMPORTANT: It is very important that all switch MST configurations match exactly. The name, revision, and instances VLAN mappings must be identical on all switches participating in MSTP configuration.


IDF1WEST(config)#: spanning-tree config-name mstp-vrrp
IDF1WEST(config)#: spanning-tree config-revision 1
IDF1WEST(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
IDF1WEST(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
IDF1WEST(config)#: spanning-tree

Edge port configuration

For this configuration no edge ports were configured. Be aware if edge ports are not configured. It will increase convergence times. Below is an example of the commands required to configure a range of ports for untagged VLAN 23. Be sure to edit command for correct ports and VLANS.

IDF1WEST(config)#: vlan 3
IDF1WEST(vlan-23)#: untagged A1-A20
IDF1WEST(vlan-23)#: exit
IDF1WEST(config)#: spanning-tree A1-A20 edge-port

Show running-config

IDF1WEST(config)#:  show run
Running configuration:
; J8697A Configuration Editor; Created on release #:K.12.02

hostname "IDF1WEST"
max-vlans 50
module 2 type J8702A
trunk B23-B24 Trk1 Trunk
trunk B21-B22 Trk2 Trunk
ip default-gateway 10.1.1.1
snmp-server community "public" Unrestricted
vlan 1
  name "DEFAULT_VLAN"
  untagged B1-B20,Trk1-Trk2
  ip address 10.1.1.21 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 4
  name "VLAN4"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 5
  name "VLAN5"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 7
  name "VLAN7"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 8
  name "VLAN8"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 9
  name "VLAN9"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 23
  name "VLAN23"
  no ip address
  exit
vlan 24
  name "VLAN24"
  no ip address
  exit
vlan 25
  name "VLAN25"
  no ip address
  exit
vlan 27
  name "VLAN27"
  no ip address
  exit
vlan 28
  name "VLAN28"
  no ip address
  exit
vlan 29
  name "VLAN29"
  no ip address
  exit
vlan 33
  name "VLAN33"
  no ip address
  exit
vlan 34
  name "VLAN34"
  no ip address
  exit
vlan 35
  name "VLAN35"
  no ip address
  exit
vlan 37
  name "VLAN37"
  no ip address
  exit
vlan 38
  name "VLAN38"
  no ip address
  exit
vlan 39
  name "VLAN39"
  no ip address
  exit
vlan 43
  name "VLAN43"
  no ip address
  exit
vlan 44
  name "VLAN44"
  no ip address
  exit
vlan 45
  name "VLAN45"
  no ip address
  exit
vlan 47
  name "VLAN47"
  no ip address
  exit
vlan 48
  name "VLAN48"
  no ip address
  exit
vlan 49
  name "VLAN49"
  no ip address
  exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49

Show spanning-tree instance IST

In order to save space for this document all show spanning-tree statistics will be specific to trunks only. If interested in edge ports the command is “show span ins IST”.

IDF1WEST(config)#: show span trk1-trk2 ins ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 32768

   Topology Change Count   : 47
   Time Since Last Change  : 4 mins

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 20000
   Regional Root Port        : Trk1
   Remaining Hops            : 19

                                                            Designated
   Port  Type      Cost      Priority Role       State      Bridge
   ----- --------- --------- -------- ---------- ---------- -------------
   Trk1            20000     64       Root       Forwarding 001871-b80a00
   Trk2            20000     64       Designated Forwarding 0017a4-b2e100

Show spanning-tree instance 1

IDF1WEST(config)#: show spanning-tree trk1-trk2 instance 1

   MST Instance Information

      Instance ID : 1
      Mapped VLANs : 3-5,23-25,33-35,43-45

      Switch Priority         : 32768

      Topology Change Count   : 3
      Time Since Last Change  : 10 mins

      Regional Root MAC Address : 001871-b80a00
      Regional Root Priority    : 0
      Regional Root Path Cost   : 20000
      Regional Root Port        : Trk1
      Remaining Hops            : 19

                                                               Designated
      Port  Type      Cost      Priority Role       State      Bridge
      ----- --------- --------- -------- ---------- ---------- -------------
      Trk1            20000     128      Root       Forwarding 001871-b80a00
      Trk2            20000     128      Designated Forwarding 0017a4-b2e100

Show spanning-tree instance 2

IDF1WEST(config)#: show span trk1-trk2 in 2

   MST Instance Information

      Instance ID : 2
      Mapped VLANs : 7-9,27-29,37-39,47-49

      Switch Priority         : 32768

      Topology Change Count   : 1
      Time Since Last Change  : 12 mins

      Regional Root MAC Address : 001871-b9e400
      Regional Root Priority    : 0
      Regional Root Path Cost   : 40000
      Regional Root Port        : Trk2
      Remaining Hops            : 18

                                                               Designated
      Port  Type      Cost      Priority Role       State      Bridge
      ----- --------- --------- -------- ---------- ---------- -------------
      Trk1            20000     128      Alternate  Blocking   001871-b80a00
      Trk2            20000     128      Root       Forwarding 001635-f0f800

Show spanning-tree MST configuration

IDF1WEST(config)#: show spanning-tree mst-config

   MST Configuration Identifier Information

      MST Configuration Name : mstp-vrrp
      MST Configuration Revision : 1
      MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

      IST Mapped VLANs : 1

      Instance ID Mapped VLANs
      ----------- -------------------------------------------------
      1           3-5,23-25,33-35,43-45
      2           7-9,27-29,37-39,47-49

HP 4200 (IDF1EAST)

Configure the switch

> enable
HP Switch 4202vl-48G#: config
HP Switch 4202vl-48G(config)#: max-vlans 50

Command will take effect after saving configuration and reboot.

HP Switch 4202vl-48G(config)#: write memory
HP Switch 4202vl-48G(config)#: reload
Device will be rebooted, do you want to continue [y/n]? Y

After the device reboots, enter the following commands:

HP Switch 4202vl-48G#: configure
HP Switch 4202vl-48G(config)#: hostname IDF1EAST
IDF1EAST(config)#: trunk 47-48 Trk1 Trunk
IDF1EAST(config)#: trunk 45-46 Trk2 Trunk
IDF1EAST(config)#: vlan 1
IDF1EAST(vlan-1)#: ip address 10.1.1.22 255.255.255.0
IDF1EAST(vlan-1)#: vlan 3
IDF1EAST(vlan-3)#: tagged trk1-trk2
IDF1EAST(vlan-3)#: vlan 4
IDF1EAST(vlan-4)#: tagged trk1-trk2
IDF1EAST(vlan-4)#: vlan 5
IDF1EAST(vlan-5)#: tagged trk1-trk2
IDF1EAST(vlan-5)#: vlan 7
IDF1EAST(vlan-7)#: tagged trk1-trk2
IDF1EAST(vlan-7)#: vlan 8
IDF1EAST(vlan-8)#: tagged trk1-trk2
IDF1EAST(vlan-8)#: vlan 9
IDF1EAST(vlan-9)#: tagged trk1-trk2
IDF1EAST(vlan-9)#: vlan 23
IDF1EAST(vlan-23)#: vlan 24
IDF1EAST(vlan-24)#: vlan 25
IDF1EAST(vlan-25)#: vlan 27
IDF1EAST(vlan-27)#: vlan 28
IDF1EAST(vlan-28)#: vlan 29
IDF1EAST(vlan-29)#: vlan 33
IDF1EAST(vlan-33)#: vlan 34
IDF1EAST(vlan-34)#: vlan 35
IDF1EAST(vlan-35)#: vlan 37
IDF1EAST(vlan-37)#: vlan 38
IDF1EAST(vlan-38)#: vlan 39
IDF1EAST(vlan-39)#: vlan 43
IDF1EAST(vlan-43)#: vlan 44
IDF1EAST(vlan-44)#: vlan 45
IDF1EAST(vlan-45)#: vlan 47
IDF1EAST(vlan-47)#: vlan 48
IDF1EAST(vlan-48)#: vlan 49
IDF1EAST(vlan-49)#: exit
IDF1EAST(config)#: ip default-gateway 10.1.1.1
IDF1EAST(config)#: spanning-tree config-name mstp-vrrp
IDF1EAST(config)#: spanning-tree config-revision 1
IDF1EAST(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
IDF1EAST(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
IDF1EAST(config)#: spanning-tree

Show running-config

IDF1EAST(config)#: show run

Running configuration:
; J8771A Configuration Editor; Created on release #:L.10.24
hostname "IDF1EAST"
max-vlans 50
trunk 47-48 Trk1 Trunk
trunk 45-46 Trk2 Trunk
ip default-gateway 10.1.1.1
snmp-server community "public" Unrestricted
vlan 1
  name "DEFAULT_VLAN"
  untagged 1-44,Trk1-Trk2
  ip address 10.1.1.22 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 4
  name "VLAN4"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 5
  name "VLAN5"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 7
  name "VLAN7"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 8
  name "VLAN8"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 9
  name "VLAN9"
  no address
  tagged Trk1-Trk2
  exit
vlan 23
  name "VLAN23"
  no ip address
  exit
vlan 24
  name "VLAN24"
  no ip address
  exit
vlan 25
  name "VLAN25"
  no ip address
  exit
vlan 27
  name "VLAN27"
  no ip address
  exit
vlan 28
  name "VLAN28"
  no ip address
  exit
vlan 29
  name "VLAN29"
  no ip address
  exit
vlan 33
  name "VLAN33"
  no ip address
  exit
vlan 34
  name "VLAN34"
  no ip address
  exit
vlan 35
  name "VLAN35"
  no ip address
  exit
vlan 37
  name "VLAN37"
  no ip address
  exit
vlan 38
  name "VLAN38"
  no ip address
  exit
vlan 39
  name "VLAN39"
  no ip address
  exit
vlan 43
  name "VLAN43"
  no ip address
  exit
vlan 44
  name "VLAN44"
  no ip address
  exit
vlan 45
  name "VLAN45"
  no ip address
  exit
vlan 47
  name "VLAN47"
  no ip address
  exit
vlan 48
  name "VLAN48"
  no ip address
  exit
vlan 49
  name "VLAN49"
  no ip address
  exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49

Show spanning-tree instance IST

IDF1EAST(config)#: show span trk1-trk2 inst ist

   IST Instance Information

      Instance ID : 0
      Mapped VLANs : 1

      Switch Priority         : 32768

      Topology Change Count   : 1
      Time Since Last Change  : 18 hours

      Regional Root MAC Address : 001871-b80a00
      Regional Root Priority    : 0
      Regional Root Path Cost   : 40000
      Regional Root Port        : Trk2
      Remaining Hops            : 18

                                                               Designated
      Port  Type      Cost      Priority Role       State      Bridge
      ----- --------- --------- -------- ---------- ---------- -------------
      Trk1            20000     64       Alternate  Blocking   001871-b9e400
      Trk2            20000     64       Root       Forwarding 0017a4-b2e100

Show spanning-tree instance 1

IDF1EAST(config)#: show span trk1-trk2 inst 1

   MST Instance Information

      Instance ID : 1
      Mapped VLANs : 3-5,23-25,33-35,43-45

      Switch Priority         : 32768

      Topology Change Count   : 2
      Time Since Last Change  : 18 hours

      Regional Root MAC Address : 001871-b80a00
      Regional Root Priority    : 0
      Regional Root Path Cost   : 40000
      Regional Root Port        : Trk2
      Remaining Hops            : 18

                                                               Designated
      Port  Type      Cost      Priority Role       State      Bridge
      ----- --------- --------- -------- ---------- ---------- -------------
      Trk1            20000     128      Alternate  Blocking   001871-b9e400
      Trk2            20000     128      Root       Forwarding 0017a4-b2e100

Show spanning-tree instance 2

IDF1EAST(config)#: show span trk1-trk2 inst 2

   MST Instance Information

      Instance ID : 2
      Mapped VLANs : 7-9,27-29,37-39,47-49

      Switch Priority         : 32768

      Topology Change Count   : 2
      Time Since Last Change  : 18 hours

      Regional Root MAC Address : 001871-b9e400
      Regional Root Priority    : 0
      Regional Root Path Cost   : 20000
      Regional Root Port        : Trk1
      Remaining Hops            : 19

                                                               Designated
      Port  Type      Cost      Priority Role       State      Bridge
      ----- --------- --------- -------- ---------- ---------- -------------
      Trk1            20000     128      Root       Forwarding 001871-b9e400
      Trk2            20000     128      Designated Forwarding 001635-f0f800

Show spanning-tree MST-config

IDF1EAST(config)#: show spanning-tree mst-config

   MST Configuration Identifier Information

      MST Configuration Name : mstp-vrrp
      MST Configuration Revision : 1
      MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC
      IST Mapped VLANs : 1

      Instance ID Mapped VLANs
      ----------- ------------------------------------------------
      1           3-5,23-25,33-35,43-45
      2           7-9,27-29,37-39,47-49

Cisco 3550 (IDF2WEST)

Configure the switch name

>enable
#:configure terminal
(config)#: hostname IDF2WEST

(configures system name)

Configure VLANs on the switch

This switch will be configured with VLANs 1, 23, 24, 25, 27, 28, and 29. VLAN 1 will be untagged on trunks and used only as a management VLAN. Set up a management IP on VLAN 1 and a default gateway.

IDF2WEST(config)#: vlan 1
IDF2WEST(config-vlan)#: vlan 23-25,27-29
IDF2WEST(config-vlan)#: exit
IDF2WEST(config)#: interface vlan 1
IDF2WEST(config-if)#: ip address 10.1.1.29 255.255.255.0
IDF2WEST(config-if)#: exit
IDF2WEST(config)#: ip default-gateway 10.1.1.1

Configure dot1q trunking on the switch

To keep it simple in this design all edge switches are similarly configured. Most edge switches connect to the 8200 on ports 47 and 48, and connect to the second switch in their IDF on ports 45 & 46. All links are configured as a “LAG” or “trunk-group”, meaning 2 links aggregated together to provide link redundancy and improve bandwidth. Configure VLANs allowed on each LAG and configure spanning tree cost. The 3550s are 10/100 switches so the default path cost is 200000 for one 100M link. In order to block the correct port the cost needs to be configured as 20000 on interface port-channel 1 which leads to the 8200A, and 20000 on interface port-channel 2 which leads to IDF2EAST.

IDF2WEST(config)#: interface range fastethernet 0/47-48
IDF2WEST(config-if-range)#: channel-group 1 mode on
IDF2WEST(config-if-range)#: interface po 1
IDF2WEST(config-if-range)#: switchport trunk encapsulation dot1q
IDF2WEST(config-if-range)#: switchport mode trunk
IDF2WEST(config-if-range)#: switchport trunk allowed vlan 1,23-25,27-29
IDF2WEST(config-if-range)#: spanning-tree cost 20000
IDF2WEST(config-if-range)#: exit
IDF2WEST(config)#:interface range fastethernet 0/45-46
IDF2WEST(config-if-range)#: channel-group 2 mode on
IDF2WEST(config-if-range)#: interface po 2
IDF2WEST(config-if-range)#: switchport trunk encapsulation dot1q
IDF2WEST(config-if-range)#: switchport mode trunk
IDF2WEST(config-if-range)#: switchport trunk allowed vlan 1,23-25,27-29
IDF2WEST(config-if-range)#: spanning-tree cost 20000
IDF2WEST(config-if-range)#: exit

Configure MST and enable MSTP globally


[IMPORTANT: ]

IMPORTANT: It is very important that all switch MST configurations match exactly. The name, revision, and instance VLAN mappings must be identical on all switches participating in MSTP configuration.


IDF2WEST(config)#: spanning-tree mst configuration
IDF2WEST(config-mst)#: name mstp-vrrp
IDF2WEST(config-mst)#: revision 1
IDF2WEST(config-mst)#: instance 1 vlan 3-5,23-25,33-35,43-45
IDF2WEST(config-mst)#: instance 2 vlan 7-9,27-29,37-39,47-49
IDF2WEST(config-mst)#:exit
IDF2WEST(config)#: spanning-tree mode mst

Edge port configuration

For this configuration no edge ports were configured.


[NOTE: ]

NOTE: If edge ports are not configured, convergence times will slow down drastically.


Below is an example of the commands required to configure a range or individual ports for untagged VLAN 9. Be sure to edit command for correct ports and VLANS.

IDF2WEST(config)#: interface range fastethernet 0/1-44
IDF2WEST(config-if-range)#: switchport mode access
IDF2WEST(config-if-range)#: switchport access vlan 9
IDF2WEST(config-if-range)#: exit
IDF2WEST(config)#: interface fastethernet 0/1
IDF2WEST(config-if-range)#: switchport mode access
IDF2WEST(config-if-range)#: switchport access vlan 9
IDF2WEST(config-if-range)#: exit

Configure port fast and BPDU guard on edge ports

When configuring an interface with port fast, the edge port immediately transitions to the forwarding state. Port Fast should be enabled only on ports that connect to a single end station. When you globally enable BPDU guard on ports that are Port Fast-enabled (the ports are in a Port Fast-operational state), spanning tree shuts down Port Fast-enabled ports that receive BPDUs. In a valid configuration, Port Fast-enabled ports do not receive BPDUs. Receiving a BPDU on a Port Fast-enabled port signals an invalid configuration, such as the connection of an unauthorized device, and the BPDU guard feature puts the port in the error-disabled state. The BPDU guard feature provides a secure response to invalid configurations because you must manually put the port back in service.

IDF2WEST(config)#: spanning-tree portfast bpduguard default
IDF2WEST(config)#: interface range fastethernet 0/1-44
IDF2WEST(config-if-range)#: spanning-tree portfast
IDF2WEST(config-if-range)#: end

[NOTE: ]

NOTE: Never connect LAGs before they are configured. This will create loops in your network and create an unstable environment.


Show running-config

IDF2WEST#:show run
Building configuration...
Current configuration : 4683 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname IDF2WEST
!
no aaa new-model
ip subnet-zero
!
vtp domain INFO
vtp mode transparent
!
no file verify auto
!
spanning-tree mode mst
spanning-tree extend system-id
!
spanning-tree mst configuration
 name mstp-vrrp
revision 1
instance 1 vlan 3-5, 23-25, 33-35, 43-45
instance 2 vlan 7-9, 27-29, 37-39, 47-49
!
vlan internal allocation policy ascending
!
vlan 3-5,7-9,23-25,27-29,33-35,37-39,43-45,47-49
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
spanning-tree cost 20000
!
interface Port-channel2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
spanning-tree cost 20000
!
interface FastEthernet0/1
switchport mode dynamic desirable
!
interface FastEthernet0/2
switchport mode dynamic desirable
!
. . .
!
interface FastEthernet0/43
switchport mode dynamic desirable
!
interface FastEthernet0/44
switchport mode dynamic desirable
!
interface FastEthernet0/45
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/46
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/47
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/48
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
ip address 10.1.1.29 255.255.255.0
!
ip default-gateway 10.1.1.1
ip classless
ip http server
ip http secure-server
!
control-plane
!
line con 0
line vty 0 4
no login
line vty 5 15
no login
!
end

Show spanning-tree

IDF2WEST#:show span

MST0
   Spanning tree enabled protocol mstp
   Root ID  Priority   0
            Address   0018.71b8.0a00
            Cost       0
            Port       65 (Port-channel1)
            Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority   32768  (priority 32768 sys-id-ext 0)
             Address    000d.bd43.1580
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Interface  Role  Sts  Cost   Prio.Nbr  Type
   ---------  ----  ---  -----  --------  -----
   Po1        Root  FWD  20000  128.65    P2p
   Po2        Desg  FWD  20000  128.66    P2p



MST1
   Spanning tree enabled protocol mstp
  Root ID  Priority   1
             Address    0018.71b8.0a00
             Cost       20000
             Port       65 (Port-channel1)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID Priority   32769  (priority 32768 sys-id-ext 1)
             Address   000d.bd43.1580
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Interface  Role  Sts  Cost   Prio.Nbr  Type
   ---------  ----  ---  -----  --------  -----
   Po1        Root  FWD  20000  128.65    P2p
   Po2        Desg  FWD  20000  128.66    P2p



MST2
  Spanning tree enabled protocol mstp
  Root ID   Priority   2
            Address    0018.71b9.e400
            Cost       40000
            Port       66 (Port-channel2)
            Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID Priority   32770  (priority 32768 sys-id-ext 2)
            Address    000d.bd43.1580
            Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Interface  Role  Sts  Cost   Prio.Nbr  Type
   ---------  ----  ---  -----  --------  -----
   Po1        Altn  BLK  20000  128.65    P2p
   Po2        Root  FWD  20000  128.66    P2p


Show spanning-tree MST-config

IDF2WEST#:show spanning-tree mst configuration
Name      [mstp-vrrp]
Revision  1     Instances configured 3

Instance  Vlans mapped
--------  ---------------------------------------------------
0         1-2,6,10-22,26,30-32,36,40-42,46,50-4094
1         3-5,23-25,33-35,43-45
2         7-9,27-29,37-39,47-49
-------------------------------------------------------------

Cisco 3550 (IDF2EAST)

Configure the switch

>enable
#:configure terminal
(config)#: hostname IDF2EAST

(configures system name)

IDF2EAST(config)#: vlan 1
IDF2EAST(config-vlan)#: vlan 23-25,27-29
IDF2EAST(config-vlan)#: exit
IDF2EAST(config)#: interface vlan 1
IDF2EAST(config-if)#: ip address 10.1.1.30 255.255.255.0
IDF2EAST(config-if)#: exit
IDF2EAST(config)#: ip default-gateway 10.1.1.1
IDF2EAST(config)#:interface range fastethernet 0/47-48
IDF2EAST(config-if-range)#: channel-group 1 mode on
IDF2EAST(config-if-range)#: interface po 1
IDF2EAST(config-if-range)#: switchport trunk encapsulation dot1q
IDF2EAST(config-if-range)#: switchport mode trunk
IDF2EAST(config-if-range)#: switchport trunk allowed vlan 1,23-25,27-29
IDF2EAST(config-if-range)#: spanning-tree cost 20000
IDF2EAST(config-if-range)#: exit
IDF2EAST(config)#:interface range fastethernet 0/45-46
IDF2EAST(config-if-range)#: channel-group 2 mode on
IDF2EAST(config-if-range)#: interface po 2
IDF2EAST(config-if-range)#: switchport trunk encapsulation dot1q
IDF2EAST(config-if-range)#: switchport mode trunk
IDF2EAST(config-if-range)#: switchport trunk allowed vlan 1,23-25,27-29
IDF2EAST(config-if-range)#: spanning-tree cost 20000
IDF2EAST(config-if-range)#: exit
IDF2EAST(config)#: spanning-tree mst configuration
IDF2EAST(config-mst)#: name mstp-vrrp
IDF2EAST(config-mst)#: revision 1
IDF2EAST(config-mst)#: instance 1 vlan 3-5,23-25,33-35,43-45
IDF2EAST(config-mst)#: instance 2 vlan 7-9,27-29,37-39,47-49
IDF2EAST(config-mst)#:exit
IDF2EAST(config)#: spanning-tree mode mst

Show running-config

IDF2EAST#:show run
Building configuration...
Current configuration : 4581 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname IDF2EAST
!
no aaa new-model
ip subnet-zero
!
no file verify auto
!
spanning-tree mode mst
spanning-tree extend system-id
!
spanning-tree mst configuration
name mstp-vrrp
revision 1
instance 1 vlan 3-5, 23-25, 33-35, 43-45
instance 2 vlan 7-9, 27-29, 37-39, 47-49
!
vlan internal allocation policy ascending
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
spanning-tree cost 20000
!
interface Port-channel2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
spanning-tree cost 20000
!
interface FastEthernet0/1
switchport mode dynamic desirable
!
interface FastEthernet0/2
switchport mode dynamic desirable
!
. . .
!
interface FastEthernet0/43
switchport mode dynamic desirable
!
interface FastEthernet0/44
switchport mode dynamic desirable
!
interface FastEthernet0/45
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/46
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/47
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/48
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,23-25,27-29
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
ip address 10.1.1.30 255.255.255.0
!
ip default-gateway 10.1.1.1
ip classless
ip http server
ip http secure-server
!
control-plane
!
line con 0
line vty 0 4
no login
line vty 5 15
no login
!
end

Show spanning-tree

IDF2EAST#:show span

MST0
   Spanning tree enabled protocol mstp
   Root ID   Priority   0
             Address    0018.71b8.0a00
             Cost       0
             Port       66 (Port-channel2)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority   32768  (priority 32768 sys-id-ext 0)
             Address    000d.65ae.9080
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Altn  BLK  20000  128.65    P2p
    Po2        Root  FWD  20000  128.66    P2p



MST1
   Spanning tree enabled protocol mstp
   Root ID   Priority   1
             Address    0018.71b8.0a00
             Cost       40000
             Port       66 (Port-channel2)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority   32769  (priority 32768 sys-id-ext 1)
             Address    000d.65ae.9080
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Altn  BLK  20000  128.65    P2p
    Po2        Root  FWD  20000  128.66    P2p



MST2
   Spanning tree enabled protocol mstp
   Root ID   Priority   2
             Address    0018.71b9.e400
             Cost       20000
             Port       65 (Port-channel2)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority    32770  (priority 32768 sys-id-ext 2)
             Address     000d.65ae.9080
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Root  FWD  20000  128.65    P2p
    Po2        Desg  FWD  20000  128.66    P2p

Show spanning-tree MST-config

IDF2EAST#:show spanning-tree mst configuration
Name      [mstp-vrrp]
Revision  1     Instances configured 3

Instance  Vlans mapped
--------  -----------------------------------------------
0         1-2,6,10-22,26,30-32,36,40-42,46,50-4094
1         3-5,23-25,33-35,43-45
2         7-9,27-29,37-39,47-49
----------------------------------------------------------

HP 2810 (IDF3WEST)

Configure the switch

> enable
HP Switch 2810-48G#: config
HP Switch 2810-48G(config)#: max-vlans 50

Command will take effect after saving configuration and reboot.

HP Switch 2810-48G(config)#: write memory
HP Switch 2810-48G(config)#: reload
Device will be rebooted, do you want to continue [y/n]? Y

After the device reboots, enter the following commands:

HP Switch 2810-48G#: configure
HP Switch 2810-48G(config)#: hostname IDF3WEST
IDF3WEST(config)#: trunk 47-48 Trk1 Trunk
IDF3WEST(config)#: trunk 45-46 Trk2 Trunk
IDF3WEST(config)#: vlan 1
IDF3WEST(vlan-1)#: ip address 10.1.1.27 255.255.255.0
IDF3WEST(vlan-1)#: vlan 3
IDF3WEST(vlan-3)#: vlan 4
IDF3WEST(vlan-4)#: vlan 5
IDF3WEST(vlan-5)#: vlan 7
IDF3WEST(vlan-7)#: vlan 8
IDF3WEST(vlan-8)#: vlan 9
IDF3WEST(vlan-9)#: vlan 23
IDF3WEST(vlan-23)#: vlan 24
IDF3WEST(vlan-24)#: vlan 25
IDF3WEST(vlan-25)#: vlan 27
IDF3WEST(vlan-27)#: vlan 28
IDF3WEST(vlan-28)#: vlan 29
IDF3WEST(vlan-29)#: vlan 33
IDF3WEST(vlan-33)#: tagged trk1-trk2
IDF3WEST(vlan-33)#: vlan 34
IDF3WEST(vlan-34)#: tagged trk1-trk2
IDF3WEST(vlan-34)#: vlan 35
IDF3WEST(vlan-35)#: tagged trk1-trk2
IDF3WEST(vlan-35)#: vlan 37
IDF3WEST(vlan-37)#: tagged trk1-trk2
IDF3WEST(vlan-37)#: vlan 38
IDF3WEST(vlan-38)#: tagged trk1-trk2
IDF3WEST(vlan-38)#: vlan 39
IDF3WEST(vlan-39)#: tagged trk1-trk2
IDF3WEST(vlan-39)#: vlan 43
IDF3WEST(vlan-43)#: vlan 44
IDF3WEST(vlan-44)#: vlan 45
IDF3WEST(vlan-45)#: vlan 47
IDF3WEST(vlan-47)#: vlan 48
IDF3WEST(vlan-48)#: vlan 49
IDF3WEST(vlan-49)#: exit
IDF3WEST(config)#: ip default-gateway 10.1.1.1
IDF3WEST(config)#: spanning-tree config-name mstp-vrrp
IDF3WEST(config)#: spanning-tree config-revision 1
IDF3WEST(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
IDF3WEST(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
IDF3WEST(config)#: spanning-tree

Show running-config

IDF3WEST#: show run

Running configuration:

; J9022A Configuration Editor; Created on release #:N.10.09

hostname "IDF3WEST"
max-vlans 50
trunk 47-48 Trk1 Trunk
trunk 45-46 Trk2 Trunk
ip default-gateway 10.1.1.1
snmp-server community "public" Unrestricted
vlan 1
  name "DEFAULT_VLAN"
  untagged 1-44,Trk1-Trk2
  ip address 10.1.1.27 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  no ip address
  exit
vlan 4
  name "VLAN4"
  no ip address
  exit
vlan 5
  name "VLAN5"
  no ip address
  exit
vlan 7
  name "VLAN7"
  no ip address
  exit
vlan 8
  name "VLAN8"
  no ip address
  exit
vlan 9
  name "VLAN9"
  no ip address
  exit
vlan 23
  name "VLAN23"
  no ip address
  exit
vlan 24
  name "VLAN24"
  no ip address
  exit
vlan 25
  name "VLAN25"
  no ip address
  exit
vlan 27
  name "VLAN27"
  no ip address
  exit
vlan 28
  name "VLAN28"
  no ip address
  exit
vlan 29
  name "VLAN29"
  no ip address
  exit
vlan 33
  name "VLAN33"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 34
  name "VLAN34"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 35
  name "VLAN35"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 37
  name "VLAN37"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 38
  name "VLAN38"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 39
  name "VLAN39"
  no ip address
  tagged Trk1-Trk2
  exit
vlan 43
  name "VLAN43"
  no ip address
  exit
vlan 44
  name "VLAN44"
  no ip address
  exit
vlan 45
  name "VLAN45"
  no ip address
  exit
vlan 47
  name "VLAN47"
  no ip address
  exit
vlan 48
  name "VLAN48"
  no ip address
  exit
vlan 49
  name "VLAN49"
  no ip address
  exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49

Show spanning-tree instance IST

IDF3WEST#: show span trk1-trk2 in ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 32768

   Topology Change Count   : 3
   Time Since Last Change  : 99 mins

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 20000
   Regional Root Port        : Trk1
   Remaining Hops            : 19

                                                      Designated
   Port  Type  Cost    Priority  Role       State      Bridge
   ----- ----- ------- --------  ---------  ---------- -----------------
   Trk1        20000   64        Root       Forwarding 001871-b80a00
   Trk2        20000   64        Designated Forwarding 001708-2361c0

Show spanning-tree instance 1

IDF3WEST#: show span trk1-trk2 in 1

   MST Instance Information

      Instance ID : 1
      Mapped VLANs : 3-5,23-25,33-35,43-45

      Switch Priority         : 32768

      Topology Change Count   : 3
      Time Since Last Change  : 103 mins

      Regional Root MAC Address : 001871-b80a00
      Regional Root Priority    : 0
      Regional Root Path Cost   : 20000
      Regional Root Port        : Trk1
      Remaining Hops            : 19

                                                       Designated
      Port  Type  Cost    Priority  Role       State      Bridge
      ----- ----- ------- --------  ---------  ---------- -----------------
      Trk1        20000   128        Root       Forwarding 001871-b80a00
      Trk2        20000   128        Designated Forwarding 001708-2361c0

Show spanning-tree instances 2

IDF3WEST#: show span trk1-trk2 in 2

   MST Instance Information

      Instance ID : 2
      Mapped VLANs : 7-9,27-29,37-39,47-49

      Switch Priority         : 32768

      Topology Change Count   : 7
      Time Since Last Change  : 10 mins

      Regional Root MAC Address : 001871-b9e400
      Regional Root Priority    : 0
      Regional Root Path Cost   : 40000
      Regional Root Port        : Trk2
      Remaining Hops            : 18

                                                       Designated
      Port  Type  Cost    Priority  Role       State      Bridge
      ----- ----- ------- --------  ---------  ---------- -----------------
      Trk1        20000   128        Alternate Blocking   001871-b80a00
      Trk2        20000   128        Root      Forwarding 0019bb-ad6fc0

Show spanning-tree MST-config

IDF3WEST#: show spanning-tree mst-config

   MST Configuration Identifier Information

      MST Configuration Name : mstp-vrrp
      MST Configuration Revision : 1
      MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

      IST Mapped VLANs : 1

      Instance ID Mapped VLANs
      ----------- --------------------------------------------------
      1           3-5,23-25,33-35,43-45
      2           7-9,27-29,37-39,47-49

HP 2900 (IDF3EAST)

Configure the switch

> enable
HP Switch 2900#: config
HP Switch 2900(config)#: max-vlans 50

Command will take effect after saving configuration and reboot.

HP Switch 2900(config)#: write memory
HP Switch 2900(config)#: reload
Device will be rebooted, do you want to continue [y/n]? Y

After the device reboots, enter the following commands:

HP Switch 2900#: configure
HP Switch 2900(config)#: hostname IDF3EAST
IDF3EAST(config)#: trunk 47-48 Trk1 Trunk
IDF3EAST(config)#: trunk 45-46 Trk2 Trunk
IDF3EAST(config)#: vlan 1
IDF3EAST(vlan-1)#: ip address 10.1.1.28 255.255.255.0
IDF3EAST(vlan-1)#: vlan 3
IDF3EAST(vlan-3)#: vlan 4
IDF3EAST(vlan-4)#: vlan 5
IDF3EAST(vlan-5)#: vlan 7
IDF3EAST(vlan-7)#: vlan 8
IDF3EAST(vlan-8)#: vlan 9
IDF3EAST(vlan-9)#: vlan 23
IDF3EAST(vlan-23)#: vlan 24
IDF3EAST(vlan-24)#: vlan 25
IDF3EAST(vlan-25)#: vlan 27
IDF3EAST(vlan-27)#: vlan 28
IDF3EAST(vlan-28)#: vlan 29
IDF3EAST(vlan-29)#: vlan 33
IDF3EAST(vlan-33)#: tagged trk1-trk2
IDF3EAST(vlan-33)#: vlan 34
IDF3EAST(vlan-34)#: tagged trk1-trk2
IDF3EAST(vlan-34)#: vlan 35
IDF3EAST(vlan-35)#: tagged trk1-trk2
IDF3EAST(vlan-35)#: vlan 37
IDF3EAST(vlan-37)#: tagged trk1-trk2
IDF3EAST(vlan-37)#: vlan 38
IDF3EAST(vlan-38)#: tagged trk1-trk2
IDF3EAST(vlan-38)#: vlan 39
IDF3EAST(vlan-39)#: tagged trk1-trk2
IDF3EAST(vlan-39)#: vlan 43
IDF3EAST(vlan-43)#: vlan 44
IDF3EAST(vlan-44)#: vlan 45
IDF3EAST(vlan-45)#: vlan 47
IDF3EAST(vlan-47)#: vlan 48
IDF3EAST(vlan-48)#: vlan 49
IDF3EAST(vlan-49)#: exit
IDF3EAST(config)#: ip default-gateway 10.1.1.1
IDF3EAST(config)#: spanning-tree config-name mstp-vrrp
IDF3EAST(config)#: spanning-tree config-revision 1
IDF3EAST(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
IDF3EAST(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
IDF3EAST(config)#: spanning-tree

Show running-config

IDF3EAST#: show run
Running configuration:
; J9050A Configuration Editor; Created on release #:T.12.03
hostname "IDF3EAST"
max-vlans 50
module 3 type J90XXA
trunk 47-48 Trk1 Trunk
trunk 45-46 Trk2 Trunk
snmp-server community "public" Unrestricted
vlan 1
  name "DEFAULT_VLAN"
  untagged 1-44,A1-A4,Trk1-Trk2
  ip address 10.1.1.28 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  no ip address
  exit
vlan 4
  name "VLAN4"
  no ip address
  exit
vlan 5
  name "VLAN5"
  no ip address
  exit
vlan 7
  name "VLAN7"
  no ip address
  exit
vlan 8
  name "VLAN8"
  no ip address
  exit
vlan 9
  name "VLAN9"
  no ip address
  exit
vlan 23
  name "VLAN23"
  no ip address
  exit
vlan 24
  name "VLAN24"
  no ip address
  exit
vlan 25
  name "VLAN25"
  no ip address
  exit
vlan 27
  name "VLAN27"
  no ip address
  exit
vlan 28
  name "VLAN28"
  no ip address
  exit
vlan 29
  name "VLAN29"
  no ip address
  exit
vlan 33
  name "VLAN33"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 34
  name "VLAN34"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 35
  name "VLAN35"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 37
  name "VLAN37"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 38
  name "VLAN38"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 39
  name "VLAN39"
  tagged Trk1-Trk2
  no ip address
  exit
vlan 43
  name "VLAN43"
  no ip address
  exit
vlan 44
  name "VLAN44"
  no ip address
  exit
vlan 45
  name "VLAN45"
  no ip address
  exit
vlan 47
  name "VLAN47"
  no ip address
  exit
vlan 48
  name "VLAN48"
  no ip address
  exit
vlan 49
  name "VLAN49"
  no ip address
  exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49

Show spanning-tree instance IST

IDF3EAST#: show span trk1-trk2 in ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 32768

   Topology Change Count   : 10
   Time Since Last Change  : 11 mins

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 40000
   Regional Root Port        : Trk2
   Remaining Hops            : 18

                                                      Designated
   Port  Type  Cost    Priority  Role       State      Bridge
   ----- ----- ------- --------  ---------  ---------- -----------------
   Trk1        20000   64        Alternate  Blocking   001871-b80a00
   Trk2        20000   64        Root       Forwarding 001708-2361c0

Show spanning-tree instance 1

IDF3EAST#: show span trk1-trk2 in 1

   MST Instance Information

      Instance ID : 1
      Mapped VLANs : 3-5,23-25,33-35,43-45

      Switch Priority         : 16384

      Topology Change Count   : 7
      Time Since Last Change  : 2 hours

      Regional Root MAC Address : 001871-b9e400
      Regional Root Priority    : 0
      Regional Root Path Cost   : 40000
      Regional Root Port        : Trk2
      Remaining Hops            : 18

                                                       Designated
      Port  Type  Cost    Priority  Role       State      Bridge
      ----- ----- ------- --------  ---------  ---------- -----------------
      Trk1        20000   128       Alternate  Blocking   001871-b9e400
      Trk2        20000   128       Root       Forwarding 001708-2361c0

Show spanning-tree instance 2

IDF3EAST#: show span trk1-trk2 in 2

   MST Instance Information

      Instance ID : 2
      Mapped VLANs : 7-9,27-29,37-39,47-49

      Switch Priority         : 32768

      Topology Change Count   : 8
      Time Since Last Change  : 13 mins

      Regional Root MAC Address : 001871-b9e400
      Regional Root Priority    : 0
      Regional Root Path Cost   : 20000
      Regional Root Port        : Trk1
      Remaining Hops            : 19

                                                       Designated
      Port  Type  Cost    Priority  Role       State      Bridge
      ----- ----- ------- --------  ---------  ---------- -----------------
      Trk1        20000   128       Root       Forwarding 001871-b9e400
      Trk2        20000   128       Designated Forwarding 0019bb-ad6fc0

Show spanning-tree MST-config

IDF3EAST#: show spanning-tree mst

   MST Configuration Identifier Information

      MST Configuration Name : mstp-vrrp
      MST Configuration Revision : 1
      MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

      IST Mapped VLANs : 1

      Instance ID Mapped VLANs
      ----------- -------------------------------------------------
      1           3-5,23-25,33-35,43-45
      2           7-9,27-29,37-39,47-49

Cisco 3750 (IDF4WEST)

Configure the switch

>enable
#:configure terminal
(config)#: hostname IDF4WEST

(configures system name)

IDF4WEST(config)#: vlan 1
IDF4WEST(config-vlan)#: vlan 43-45,47-49
IDF4WEST(config-vlan)#: exit
IDF4WEST(config)#: interface vlan 1
IDF4WEST(config-if)#: ip address 10.1.1.25 255.255.255.0
IDF4WEST(config-if)#: exit
IDF4WEST(config)#: ip default-gateway 10.1.1.1
IDF4WEST(config)#: interface range gigabitEthernet 1/0/23-24
IDF4WEST(config-if-range)#: channel-group 1 mode on
IDF4WEST(config-if-range)#: interface po 1
IDF4WEST(config-if)#: switchport trunk encapsulation dot1q
IDF4WEST(config-if)#: switchport mode trunk
IDF4WEST(config-if)#: switchport trunk allowed vlan 1,43-45,47-49
IDF4WEST(config-if)#: exit
IDF4WEST(config)#: interface range gigabitEthernet 1/0/21-22
IDF4WEST(config-if-range)#: channel-group 2 mode on
IDF4WEST(config-if-range)#: interface po 2
IDF4WEST(config-if)#: switchport trunk encapsulation dot1q
IDF4WEST(config-if)#: switchport mode trunk
IDF4WEST(config-if)#: switchport trunk allowed vlan 1,43-45,47-49
IDF4WEST(config-if)#: exit
IDF4WEST(config)#: spanning-tree mst configuration
IDF4WEST(config-mst)#: name mstp-vrrp
IDF4WEST(config-mst)#: revision 1
IDF4WEST(config-mst)#: instance 1 vlan 3-5,23-25,33-35,43-45
IDF4WEST(config-mst)#: instance 2 vlan 7-9,27-29,37-39,47-49
IDF4WEST(config-mst)#:exit
IDF4WEST(config)#: spanning-tree mode mst

Show running-config

IDF4WEST#:show run
Building configuration...
Current configuration : 2491 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname IDF4WEST
!
no aaa new-model
switch 1 provision ws-c3750g-24ps
vtp mode transparent
ip subnet-zero
!
no file verify auto
!
spanning-tree mode mst
spanning-tree extend system-id
!
spanning-tree mst configuration
name mstp-vrrp
revision 1
instance 1 vlan 3-5, 23-25, 33-35, 43-45
instance 2 vlan 7-9, 27-29, 37-39, 47-49
!
vlan internal allocation policy ascending
!
vlan 3-5,7-9,23-25,27-29,33-35,37-39,43-45,47-49
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
!
interface Port-channel2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
!
interface GigabitEthernet1/0/1
!
interface GigabitEthernet1/0/2
!
. . .
!
interface GigabitEthernet1/0/19
!
interface GigabitEthernet1/0/20
!
interface GigabitEthernet1/0/21
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
channel-group 2 mode on
!
interface GigabitEthernet1/0/22
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
channel-group 2 mode on
!
interface GigabitEthernet1/0/23
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/0/24
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,43-45,47-49
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/0/25
!
interface GigabitEthernet1/0/26
!
interface GigabitEthernet1/0/27
!
interface GigabitEthernet1/0/28
!
interface Vlan1
ip address 10.1.1.25 255.255.255.0
!
ip default-gateway 10.1.1.1
ip classless
ip http server
ip http secure-server
!
control-plane
!
line con 0
line vty 5 15
!
end

IDF4WEST#:

Show spanning-tree

IDF4WEST#:show span

MST0
   Spanning tree enabled protocol mstp
   Root ID   Priority   0
             Address    0018.71b8.0a00
             Cost       0
             Port       616 (Port-channel1)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority    32768  (priority 32768 sys-id-ext 0)
             Address     0018.1928.f080
             Hello Time  2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Root  FWD  10000  128.616    P2p
    Po2        Desg  FWD  10000  128.624    P2p



MST1
   Spanning tree enabled protocol mstp
   Root ID   Priority   1
             Address    0018.71b8.0a00
             Cost       10000
             Port       616 (Port-channel1)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority   32769  (priority 32768 sys-id-ext 1)
             Address    0018.1928.f080
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Root  FWD  10000  128.616    P2p
    Po2        Desg  FWD  10000  128.624    P2p



MST2
   Spanning tree enabled protocol mstp
   Root ID   Priority   2
             Address    0018.71b9.e400
             Cost       30000
             Port       624 (Port-channel2)
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

   Bridge ID Priority   32770  (priority 32768 sys-id-ext 2)
             Address    0018.1928.f080
             Hello Time 2 sec  Max Age 20 sec  Forward Delay 15 sec

    Interface  Role  Sts  Cost   Prio.Nbr  Type
    ---------  ----  ---  -----  --------  -----
    Po1        Altn  BLK  10000  128.616    P2p
    Po2        Root  FWD  10000  128.624    P2p

Show spanning-tree MST-config

IDF4WEST#:show spanning-tree mst configuration
Name      [mstp-vrrp]
Revision  1     Instances configured 3

Instance  Vlans mapped
--------  ----------------------------------------------
0         1-2,6,10-22,26,30-32,36,40-42,46,50-4094
1         3-5,23-25,33-35,43-45
2         7-9,27-29,37-39,47-49
--------------------------------------------------------

HP 3400cl (IDF4EAST)

Configure the switch

HP Switch 3400cl-48G(config)#:
HP Switch 3400cl-48G(config)#: max-vlans 50

Command will take effect after saving configuration and reboot.

HP Switch 3400cl-48G(config)#: spanning-tree protocol-version mstp
STP version was changed. To activate the change you must save the configuration to flash and reboot the device.
HP Switch 3400cl-48G(config)#: wr mem
HP Switch 3400cl-48G(config)#: reload
Device will be rebooted, do you want to continue [y/n]?  y

After the device reboots, enter the following commands:

HP Switch 3400cl-48G> enable
HP Switch 3400cl-48G#: configure
HP Switch 3400cl-48G(config)#: hostname IDF4EAST
IDF4EAST(config)#: trunk 47-48 Trk1 Trunk
IDF4EAST(config)#: trunk 45-46 Trk2 Trunk
IDF4EAST(config)#: vlan 1
IDF4EAST(vlan-1)#: ip address 10.1.1.26 255.255.255.0
IDF4EAST(vlan-1)#: vlan 3
IDF4EAST(vlan-3)#: vlan 4
IDF4EAST(vlan-4)#: vlan 5
IDF4EAST(vlan-5)#: vlan 7
IDF4EAST(vlan-7)#: vlan 8
IDF4EAST(vlan-8)#: vlan 9
IDF4EAST(vlan-9)#: vlan 23
IDF4EAST(vlan-23)#: vlan 24
IDF4EAST(vlan-24)#: vlan 25
IDF4EAST(vlan-25)#: vlan 27
IDF4EAST(vlan-27)#: vlan 28
IDF4EAST(vlan-28)#: vlan 29
IDF4EAST(vlan-29)#: vlan 33
IDF4EAST(vlan-33)#: vlan 34
IDF4EAST(vlan-34)#: vlan 35
IDF4EAST(vlan-35)#: vlan 37
IDF4EAST(vlan-37)#: vlan 38
IDF4EAST(vlan-38)#: vlan 39
IDF4EAST(vlan-39)#: vlan 43
IDF4EAST(vlan-43)#: tagged trk1-trk2
IDF4EAST(vlan-43)#: vlan 44
IDF4EAST(vlan-44)#: tagged trk1-trk2
IDF4EAST(vlan-44)#: vlan 45
IDF4EAST(vlan-45)#: tagged trk1-trk2
IDF4EAST(vlan-45)#: vlan 47
IDF4EAST(vlan-47)#: tagged trk1-trk2
IDF4EAST(vlan-47)#: vlan 48
IDF4EAST(vlan-48)#: tagged trk1-trk2
IDF4EAST(vlan-48)#: vlan 49
IDF4EAST(vlan-49)#: tagged trk1-trk2
IDF4EAST(vlan-49)#: exit
IDF4EAST(config)#: ip default-gateway 10.1.1.1
IDF4EAST(config)#: spanning-tree config-name mstp-vrrp
IDF4EAST(config)#: spanning-tree config-revision 1
IDF4EAST(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
IDF4EAST(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
IDF4EAST(config)#: spanning-tree
IDF4EAST(config)#: wr mem
IDF4EAST(config)#:

Show running-config

IDF4EAST(config)#: show run
Running configuration:
; J4906A Configuration Editor; Created on release #:M.10.30
hostname "IDF4EAST"
max-vlans 50
interface 45
   no lacp
exit
interface 46
   no lacp
exit
interface 47
   no lacp
exit
interface 48
   no lacp
exit
trunk 47-48 Trk1 Trunk
trunk 45-46 Trk2 Trunk
ip default-gateway 10.1.1.1
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-44,Trk1-Trk2
   ip address 10.1.1.26 255.255.255.0
   exit
vlan 3
   name "VLAN3"
   no ip address
   exit
vlan 4
   name "VLAN4"
   no ip address
   exit
vlan 5
   name "VLAN5"
   no ip address
   exit
vlan 7
   name "VLAN7"
   no ip address
   exit
vlan 8
   name "VLAN8"
   no ip address
   exit
vlan 9
   name "VLAN9"
   no ip address
   exit
vlan 23
   name "VLAN23"
   no ip address
   exit
vlan 24
   name "VLAN24"
   no ip address
   exit
vlan 25
   name "VLAN25"
   no ip address
   exit
vlan 27
   name "VLAN27"
   no ip address
   exit
vlan 28
   name "VLAN28"
   no ip address
   exit
vlan 29
   name "VLAN29"
   no ip address
   exit
vlan 33
   name "VLAN33"
   no ip address
   exit
vlan 34
   name "VLAN34"
   no ip address
   exit
vlan 35
   name "VLAN35"
   no ip address
   exit
vlan 37
   name "VLAN37"
   no ip address
   exit
vlan 38
   name "VLAN38"
   no ip address
   exit
vlan 39
   name "VLAN39"
   no ip address
   exit
vlan 43
   name "VLAN43"
   no ip address
   tagged Trk1-Trk2
   exit
vlan 44
   name "VLAN44"
   no ip address
   tagged Trk1-Trk2
   exit
vlan 45
   name "VLAN45"
   no ip address
   tagged Trk1-Trk2
   exit
vlan 47
   name "VLAN47"
   no ip address
   tagged Trk1-Trk2
   exit
vlan 48
   name "VLAN48"
   no ip address
   tagged Trk1-Trk2
   exit
vlan 49
   name "VLAN49"
   no ip address
   tagged Trk1-Trk2
   exit
spanning-tree
spanning-tree protocol-version MSTP
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49

Show spanning-tree instance IST

IDF4EAST(config)#: show span trk1-trk2 in ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 32768

   Topology Change Count   : 2
   Time Since Last Change  : 2 mins

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 30000
   Regional Root Port        : Trk2
   Remaining Hops            : 18

                                                      Designated
   Port  Type  Cost    Priority  Role       State      Bridge
   ----- ----- ------- --------  ---------  ---------- -----------------
   Trk1        20000   64        Alternate  Blocking   001871-b9e400
   Trk2        20000   64        Root       Forwarding 001819-28f080

Show spanning-tree instance 1

IDF4EAST(config)#: show span trk1-trk2 in 1

   MST Instance Information

   Instance ID : 1
   Mapped VLANs : 3-5,23-25,33-35,43-45

   Switch Priority         : 32768

   Topology Change Count   : 2
   Time Since Last Change  : 4 mins

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 30000
   Regional Root Port        : Trk2
   Remaining Hops            : 18

                                                      Designated
   Port  Type  Cost    Priority  Role       State      Bridge
   ----- ----- ------- --------  ---------  ---------- -----------------
   Trk1        20000   128       Alternate  Blocking   001871-b9e400
   Trk2        20000   128       Root       Forwarding 001819-28f080

Show spanning-tree instance 2

IDF4EAST(config)#: show span trk1-trk2 in 2

   MST Instance Information

   Instance ID : 2
   Mapped VLANs : 7-9,27-29,37-39,47-49

   Switch Priority         : 32768

   Topology Change Count   : 3
   Time Since Last Change  : 61 mins

   Regional Root MAC Address : 001871-b9e400
   Regional Root Priority    : 0
   Regional Root Path Cost   : 20000
   Regional Root Port        : Trk1
   Remaining Hops            : 19

                                                      Designated
   Port  Type  Cost    Priority  Role       State      Bridge
   ----- ----- ------- --------  ---------  ---------- -----------------
   Trk1        20000   128       Root       Forwarding 001871-b9e400
   Trk2        20000   128       Designated Forwarding 001819-28f080

Show spanning-tree MST-config

IDF4EAST(config)#: show spanning-tree mst-config

MST Configuration Identifier Information

MST Configuration Name : mstp-vrrp
MST Configuration Revision : 1
MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

IST Mapped VLANs : 1

Instance ID Mapped VLANs
----------- --------------------------------------------------
1           3-5,23-25,33-35,43-45
2           7-9,27-29,37-39,47-49

8200A Configuration

Configure the device name

HP Switch 8200zl#: configure
HP Switch 8200zl(config)#: hostname 8200A

Configure trunks


[NOTE: ]

NOTE: This is a manual trunk configuration, no link aggregation protocol is used.


8200A(config)#: trunk A14,C14 Trk1 Trunk
8200A(config)#: trunk A16,C16 Trk2 Trunk
8200A(config)#: trunk A18,C18 Trk3 Trunk
8200A(config)#: trunk A20,C20 Trk4 Trunk
8200A(config)#: trunk A23,C23 Trk6 Trunk

Configure VLANS, addresses, and trunks

The MDF switches have a VLAN gateway address assigned to each VLAN. These addresses are assigned at the VLAN configuration level, not per interface. For a trunk to carry tagged VLAN traffic for a given VLAN, that trunk must be named at the VLAN configuration level. In this configuration, Trk6 represents the MDF-MDF trunk, and carries all VLANs. Other trunks carry the VLANs corresponding to the appropriate IDF. For example, IDF2 uses TRK2, and is added to all of the VLANs configured for IDF2.

VLAN 1 is assigned to all ports as an untagged VLAN by default. This can be verified with the commands show config and show vlan 1.

All other VLANs require port assignments.

8200A(config)#: vlan 1
8200A(vlan-1)#: ip address 10.1.1.1 255.255.255.0
8200A(vlan-1)#: vlan 3
8200A(vlan-3)#: ip address 10.1.3.1 255.255.255.0
8200A(vlan-3)#: tagged Trk1,Trk6
8200A(config)#: vlan 4
8200A(vlan-4)#: ip address 10.1.4.1 255.255.255.0
8200A(vlan-4)#: tagged Trk1,Trk6
8200A(config)#: vlan 5
8200A(vlan-5)#: ip address 10.1.5.1 255.255.255.0
8200A(vlan-5)#: tagged Trk1,Trk6
8200A(config)#: vlan 7
8200A(vlan-7)#: ip address 10.1.7.2 255.255.255.0
8200A(vlan-7)#: tagged Trk1,Trk6
8200A(config)#: vlan 8
8200A(vlan-8)#: ip address 10.1.8.2 255.255.255.0
8200A(vlan-8)#: tagged Trk1,Trk6
8200A(config)#: vlan 9
8200A(vlan-9)#: ip address 10.1.9.2 255.255.255.0
8200A(vlan-9)#: tagged Trk1,Trk6
8200A(config)#: vlan 23
8200A(vlan-23)#: ip address 10.1.23.1 255.255.255.0
8200A(vlan-23)#: tagged Trk2,Trk6
8200A(config)#: vlan 24
8200A(vlan-24)#: ip address 10.1.24.1 255.255.255.0
8200A(vlan-24)#: tagged Trk2,Trk6
8200A(config)#: vlan 25
8200A(vlan-25)#: ip address 10.1.25.1 255.255.255.0
8200A(vlan-25)#: tagged Trk2,Trk6
8200A(config)#: vlan 27
8200A(vlan-27)#: ip address 10.1.27.2 255.255.255.0
8200A(vlan-27)#: tagged Trk2,Trk6
8200A(config)#: vlan 28
8200A(vlan-28)#: ip address 10.1.28.2 255.255.255.0
8200A(vlan-28)#: tagged Trk2,Trk6
8200A(config)#: vlan 29
8200A(vlan-29)#: ip address 10.1.29.2 255.255.255.0
8200A(vlan-29)#: tagged Trk2,Trk6
8200A(config)#: vlan 33
8200A(vlan-33)#: ip address 10.1.33.1 255.255.255.0
8200A(vlan-33)#: tagged Trk3,Trk6
8200A(config)#: vlan 34
8200A(vlan-34)#: ip address 10.1.34.1 255.255.255.0
8200A(vlan-34)#: tagged Trk3,Trk6
8200A(config)#: vlan 35
8200A(vlan-35)#: ip address 10.1.35.1 255.255.255.0
8200A(vlan-35)#: tagged Trk3,Trk6
8200A(config)#: vlan 37
8200A(vlan-37)#: ip address 10.1.37.2 255.255.255.0
8200A(vlan-37)#: tagged Trk3,Trk6
8200A(config)#: vlan 38
8200A(vlan-38)#: ip address 10.1.38.2 255.255.255.0
8200A(vlan-38)#: tagged Trk3,Trk6
8200A(config)#: vlan 39
8200A(vlan-39)#: ip address 10.1.39.2 255.255.255.0
8200A(vlan-39)#: tagged Trk3,Trk6
8200A(config)#: vlan 43
8200A(vlan-43)#: ip address 10.1.43.1 255.255.255.0
8200A(vlan-43)#: tagged Trk4,Trk6
8200A(config)#: vlan 44
8200A(vlan-44)#: ip address 10.1.44.1 255.255.255.0
8200A(vlan-44)#: tagged Trk4,Trk6
8200A(config)#: vlan 45
8200A(vlan-45)#: ip address 10.1.45.1 255.255.255.0
8200A(vlan-45)#: tagged Trk4,Trk6
8200A(config)#: vlan 47
8200A(vlan-47)#: ip address 10.1.47.2 255.255.255.0
8200A(vlan-47)#: tagged Trk4,Trk6
8200A(config)#: vlan 48
8200A(vlan-48)#: ip address 10.1.48.2 255.255.255.0
8200A(vlan-48)#: tagged Trk4,Trk6
8200A(config)#: vlan 49
8200A(vlan-49)#: ip address 10.1.49.2 255.255.255.0
8200A(vlan-49)#: tagged Trk4,Trk6

Configure the MSTP

Be sure that the MSTP regional name and Vlan set match EXACTLY for each device. 8200A is the root for the CST and span instance 1, so it has its priority set to 0. Path costs on Trk6 are manually set to force blocking on specific IDF switch ports.

8200A(config)#: spanning-tree config-name "mstp-vrrp"
8200A(config)#: spanning-tree config-revision 1
8200A(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
8200A(config)#: spanning-tree instance 1 priority 0
8200A(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
8200A(config)#: spanning-tree instance 2 priority 1
8200A(config)#: spanning-tree priority 0
8200A(config)#: spanning-tree Trk6 path-cost 30000
8200A(config)#: spanning-tree instance 1 Trk6 path-cost 30000
8200A(config)#: spanning-tree instance 2 Trk6 path-cost 30000
8200A(config)#: spanning-tree

Configure the VRRP instances

First, IP routing and VRRP must be enabled globally:

8200A(config)#: ip routing
8200A(config)#: router vrrp

A VRRP instance must be declared for each VLAN. One VRID is used in this configuration. The VRRP owner has a default priority of 255, and the backup has a default priority of 100. The virtual IP of the owner is configured in each VLAN instance, and then each VRID instance must be set with the enable command. 8200A is the owner of the VLANs ending in 3, 4, 5; and the backup for VLANs ending in 7, 8, 9.

8200A(config)#: vlan 1
8200A(vlan-1)#: vrrp vrid 1
8200A(vlan-1-vrid-1)#: owner
8200A(vlan-1-vrid-1)#: virtual-ip-address 10.1.1.1 255.255.255.0
8200A(vlan-1-vrid-1)#: enable
8200A(vlan-1-vrid-1)#: vlan 3
8200A(vlan-3)#: vrrp vrid 1
8200A(vlan-3-vrid-1)#: owner
8200A(vlan-3-vrid-1)#: virtual-ip-address 10.1.3.1 255.255.255.0
8200A(vlan-3-vrid-1)#: enable
8200A(vlan-3-vrid-1)#: vlan 4
8200A(vlan-4)#: vrrp vrid 1
8200A(vlan-4-vrid-1)#: owner
8200A(vlan-4-vrid-1)#: virtual-ip-address 10.1.4.1 255.255.255.0
8200A(vlan-4-vrid-1)#: enable
8200A(vlan-4-vrid-1)#: vlan 5
8200A(vlan-5)#: vrrp vrid 1
8200A(vlan-5-vrid-1)#: owner
8200A(vlan-5-vrid-1)#: virtual-ip-address 10.1.5.1 255.255.255.0
8200A(vlan-5-vrid-1)#: enable
8200A(vlan-5-vrid-1)#: vlan 7
8200A(vlan-7)#: vrrp vrid 1
8200A(vlan-7-vrid-1)#: backup
8200A(vlan-7-vrid-1)#: virtual-ip-address 10.1.7.1 255.255.255.0
8200A(vlan-7-vrid-1)#: enable
8200A(vlan-7-vrid-1)#: vlan 8
8200A(vlan-8)#: vrrp vrid 1
8200A(vlan-8-vrid-1)#: backup
8200A(vlan-8-vrid-1)#: virtual-ip-address 10.1.8.1 255.255.255.0
8200A(vlan-8-vrid-1)#: enable
8200A(vlan-8-vrid-1)#: vlan 9
8200A(vlan-9)#: vrrp vrid 1
8200A(vlan-9-vrid-1)#: backup
8200A(vlan-9-vrid-1)#: virtual-ip-address 10.1.9.1 255.255.255.0
8200A(vlan-9-vrid-1)#: enable
8200A(vlan-9-vrid-1)#: vlan 23
8200A(vlan-23)#: vrrp vrid 1
8200A(vlan-23-vrid-1)#: owner
8200A(vlan-23-vrid-1)#: virtual-ip-address 10.1.23.1 255.255.255.0
8200A(vlan-23-vrid-1)#: enable
8200A(vlan-23-vrid-1)#: vlan 24
8200A(vlan-24)#: vrrp vrid 1
8200A(vlan-24-vrid-1)#: owner
8200A(vlan-24-vrid-1)#: virtual-ip-address 10.1.24.1 255.255.255.0
8200A(vlan-24-vrid-1)#: enable
8200A(vlan-24-vrid-1)#: vlan 25
8200A(vlan-25)#: vrrp vrid 1
8200A(vlan-25-vrid-1)#: owner
8200A(vlan-25-vrid-1)#: virtual-ip-address 10.1.25.1 255.255.255.0
8200A(vlan-25-vrid-1)#: enable
8200A(vlan-25-vrid-1)#: vlan 27
8200A(vlan-27)#: vrrp vrid 1
8200A(vlan-27-vrid-1)#: backup
8200A(vlan-27-vrid-1)#: virtual-ip-address 10.1.27.1 255.255.255.0
8200A(vlan-27-vrid-1)#: enable
8200A(vlan-27-vrid-1)#: vlan 28
8200A(vlan-28)#: vrrp vrid 1
8200A(vlan-28-vrid-1)#: backup
8200A(vlan-28-vrid-1)#: virtual-ip-address 10.1.28.1 255.255.255.0
8200A(vlan-28-vrid-1)#: enable
8200A(vlan-28-vrid-1)#: vlan 29
8200A(vlan-29)#: vrrp vrid 1
8200A(vlan-29-vrid-1)#: backup
8200A(vlan-29-vrid-1)#: virtual-ip-address 10.1.29.1 255.255.255.0
8200A(vlan-29-vrid-1)#: enable
8200A(vlan-29-vrid-1)#: vlan 33
8200A(vlan-33)#: vrrp vrid 1
8200A(vlan-33-vrid-1)#: owner
8200A(vlan-33-vrid-1)#: virtual-ip-address 10.1.33.1 255.255.255.0
8200A(vlan-33-vrid-1)#: enable
8200A(vlan-33-vrid-1)#: vlan 34
8200A(vlan-34)#: vrrp vrid 1
8200A(vlan-34-vrid-1)#: owner
8200A(vlan-34-vrid-1)#: virtual-ip-address 10.1.34.1 255.255.255.0
8200A(vlan-34-vrid-1)#: enable
8200A(vlan-34-vrid-1)#: vlan 35
8200A(vlan-35)#: vrrp vrid 1
8200A(vlan-35-vrid-1)#: owner
8200A(vlan-35-vrid-1)#: virtual-ip-address 10.1.35.1 255.255.255.0
8200A(vlan-35-vrid-1)#: enable
8200A(vlan-35-vrid-1)#: vlan 37
8200A(vlan-37)#: vrrp vrid 1
8200A(vlan-37-vrid-1)#: backup
8200A(vlan-37-vrid-1)#: virtual-ip-address 10.1.37.1 255.255.255.0
8200A(vlan-37-vrid-1)#: enable
8200A(vlan-37-vrid-1)#: vlan 38
8200A(vlan-38)#: vrrp vrid 1
8200A(vlan-38-vrid-1)#: backup
8200A(vlan-38-vrid-1)#: virtual-ip-address 10.1.38.1 255.255.255.0
8200A(vlan-38-vrid-1)#: enable
8200A(vlan-38-vrid-1)#: vlan 39
8200A(vlan-39)#: vrrp vrid 1
8200A(vlan-39-vrid-1)#: backup
8200A(vlan-39-vrid-1)#: virtual-ip-address 10.1.39.1 255.255.255.0
8200A(vlan-39-vrid-1)#: enable
8200A(vlan-39-vrid-1)#: vlan 43
8200A(vlan-43)#: vrrp vrid 1
8200A(vlan-43-vrid-1)#: owner
8200A(vlan-43-vrid-1)#: virtual-ip-address 10.1.43.1 255.255.255.0
8200A(vlan-43-vrid-1)#: enable
8200A(vlan-43-vrid-1)#: vlan 44
8200A(vlan-44)#: vrrp vrid 1
8200A(vlan-44-vrid-1)#: owner
8200A(vlan-44-vrid-1)#: virtual-ip-address 10.1.44.1 255.255.255.0
8200A(vlan-44-vrid-1)#: enable
8200A(vlan-44-vrid-1)#: vlan 45
8200A(vlan-45)#: vrrp vrid 1
8200A(vlan-45-vrid-1)#: owner
8200A(vlan-45-vrid-1)#: virtual-ip-address 10.1.45.1 255.255.255.0
8200A(vlan-45-vrid-1)#: enable
8200A(vlan-45-vrid-1)#: vlan 47
8200A(vlan-47)#: vrrp vrid 1
8200A(vlan-47-vrid-1)#: backup
8200A(vlan-47-vrid-1)#: virtual-ip-address 10.1.47.1 255.255.255.0
8200A(vlan-47-vrid-1)#: enable
8200A(vlan-47-vrid-1)#: vlan 48
8200A(vlan-48)#: vrrp vrid 1
8200A(vlan-48-vrid-1)#: backup
8200A(vlan-48-vrid-1)#: virtual-ip-address 10.1.48.1 255.255.255.0
8200A(vlan-48-vrid-1)#: enable
8200A(vlan-48-vrid-1)#: vlan 49
8200A(vlan-49)#: vrrp vrid 1
8200A(vlan-49-vrid-1)#: backup
8200A(vlan-49-vrid-1)#: virtual-ip-address 10.1.49.1 255.255.255.0
8200A(vlan-49-vrid-1)#: enable
8200A(vlan-49-vrid-1)#: exit
8200A(vlan-49)#: exit
8200A(config)#: write memory

Show running-config

8200A(config)#: show run
Running configuration:
; J9091A Configuration Editor; Created on release #:K.12.30
hostname "8200A"
module 1 type J8702A
module 3 type J8702A
trunk A14,C14 Trk1 Trunk
trunk A16,C16 Trk2 Trunk
trunk A18,C18 Trk3 Trunk
trunk A20,C20 Trk4 Trunk
trunk A23,C23 Trk6 Trunk
ip routing
snmp-server community "public" Unrestricted
vlan 1
  name "DEFAULT_VLAN"
 untagged A1-A13,A15,A17,A19,A21-A22,A24,
 C1-C13,C15,C17,C19,C21-C22,C24,Trk1-Trk4,Trk6
  ip address 10.1.1.1 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  ip address 10.1.3.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 4
  name "VLAN4"
  ip address 10.1.4.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 5
  name "VLAN5"
  ip address 10.1.5.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 7
  name "VLAN7"
  ip address 10.1.7.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 8
  name "VLAN8"
  ip address 10.1.8.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 9
  name "VLAN9"
  ip address 10.1.9.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 23
  name "VLAN23"
  ip address 10.1.23.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 24
  name "VLAN24"
  ip address 10.1.24.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 25
  name "VLAN25"
  ip address 10.1.25.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 27
  name "VLAN27"
  ip address 10.1.27.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 28
  name "VLAN28"
  ip address 10.1.28.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 29
  name "VLAN295"
  ip address 10.1.29.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 33
  name "VLAN33"
  ip address 10.1.33.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 34
  name "VLAN34"
  ip address 10.1.34.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 35
  name "VLAN35"
  ip address 10.1.35.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 37
  name "VLAN37"
  ip address 10.1.37.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 38
  name "VLAN38"
  ip address 10.1.38.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 39
  name "VLAN39"
  ip address 10.1.39.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 43
  name "VLAN43"
  ip address 10.1.43.1 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 44
  name "VLAN44"
  ip address 10.1.44.1 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 45
  name "VLAN45"
  ip address 10.1.45.1 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 47
  name "VLAN47"
  ip address 10.1.47.2 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 48
  name "VLAN48"
  ip address 10.1.48.2 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 49
  name "VLAN49"
  ip address 10.1.49.2 255.255.255.0
  tagged Trk4,Trk6
  exit
router vrrp
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk6 path-cost 30000
spanning-tree Trk6 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 1 priority 0
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
spanning-tree instance 2 priority 1
spanning-tree instance 1 Trk6 path-cost 30000
spanning-tree instance 2 Trk6 path-cost 30000
spanning-tree priority 0
vlan 1
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.1.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 3
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.3.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 4
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.4.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 5
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.5.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 7
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.7.1 255.255.255.0
    enable
    exit
  exit
vlan 8
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.8.1 255.255.255.0
    enable
    exit
  exit
vlan 9
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.9.1 255.255.255.0
    enable
    exit
  exit
vlan 23
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.23.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 24
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.24.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 25
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.25.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 27
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.27.1 255.255.255.0
    enable
    exit
  exit
vlan 28
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.28.1 255.255.255.0
    enable
    exit
  exit
vlan 29
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.29.1 255.255.255.0
    enable
    exit
  exit
vlan 33
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.33.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 34
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.34.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 35
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.35.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 37
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.37.1 255.255.255.0
    enable
    exit
  exit
vlan 38
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.38.1 255.255.255.0
    enable
    exit
  exit
vlan 39
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.39.1 255.255.255.0
    enable
    exit
  exit
vlan 43
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.43.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 44
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.44.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 45
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.45.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 47
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.47.1 255.255.255.0
    enable
    exit
  exit
vlan 48
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.48.1 255.255.255.0
    enable
    exit
  exit
vlan 49
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.49.1 255.255.255.0
    enable
    exit
  exit

[NOTE: ]

NOTE: VLANs appear in the running config in the order in which they were configured. If any edits are made to a VLAN, that VLAN appear lasts in the running configuration. Also, the spanning-tree trk1 prio 4 command appears by default.


Show spanning-tree instance IST (trunks only)

8200A(config)#: show span trk1-trk6 instance ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 0

   Topology Change Count   : 204
   Time Since Last Change  : 21 hours

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 0
   Regional Root Port        : This switch is root
   Remaining Hops            : 20

                                                        Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -------------
   Trk1        20000     64        Designated Forwarding 001871-b80a00
   Trk2        200000    64        Designated Forwarding 001871-b80a00
   Trk3        20000     64        Designated Forwarding 001871-b80a00
   Trk4        20000     64        Designated Forwarding 001871-b80a00
   Trk6        30000     64        Designated Forwarding 001871-b80a00

Show spanning-tree instance 1

8200A(config)#: show span trk1-trk6 instance 1

   MST Instance Information

   Instance ID : 1
   Mapped VLANs : 3-5,23-25,33-35,43-45

   Switch Priority         : 0

   Topology Change Count   : 204
   Time Since Last Change  : 21 hours

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 0
   Regional Root Port        : This switch is root
   Remaining Hops            : 20

                                                        Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -----------------
   Trk1        20000     128       Designated Forwarding 001871-b80a00
   Trk2        200000    128       Designated Forwarding 001871-b80a00
   Trk3        20000     128       Designated Forwarding 001871-b80a00
   Trk4        20000     128       Designated Forwarding 001871-b80a00
   Trk6        30000     128       Designated Forwarding 001871-b80a00

Show spanning-tree instance 2

8200A(config)#: show span trk1-trk6 instance 2

   MST Instance Information

   Instance ID : 2
   Mapped VLANs : 7-9,27-29,37-39,47-49

   Switch Priority         : 4096

   Topology Change Count   : 288
   Time Since Last Change  : 21 hours

   Regional Root MAC Address : 001871-b9e400
   Regional Root Priority    : 0
   Regional Root Path Cost   : 30000
   Regional Root Port        : Trk6
   Remaining Hops            : 19
   
                                                        Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -------------
   Trk1        20000     128       Designated Forwarding 001871-b80a00
   Trk2        200000    128       Designated Forwarding 001871-b80a00
   Trk3        20000     128       Designated Forwarding 001871-b80a00
   Trk4        20000     128       Designated Forwarding 001871-b80a00
   Trk6        30000     128       Root       Forwarding 001871-b9e400

Show spanning-tree MST-config

8200A(config)#: show spanning-tree mst-config

MST Configuration Identifier Information

MST Configuration Name : mstp-vrrp
MST Configuration Revision : 1
MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

IST Mapped VLANs : 1

Instance ID Mapped VLANs
----------- --------------------------------------------------
1           3-5,23-25,33-35,43-45
2           7-9,27-29,37-39,47-49

8200B Configuration

Configure the switch

HP Switch 8200zl#: configure
HP Switch 8200zl(config)#: hostname 8200B
8200B(config)#: trunk A14,C14 Trk1 Trunk
8200B(config)#: trunk A16,C16 Trk2 Trunk
8200B(config)#: trunk A18,C18 Trk3 Trunk
8200B(config)#: trunk A20,C20 Trk4 Trunk
8200B(config)#: trunk A23,C23 Trk6 Trunk
8200B(config)#: vlan 1
8200B(vlan-1)#: ip address 10.1.1.2 255.255.255.0
8200B(config)#: vlan 3
8200B(vlan-3)#: ip address 10.1.3.2 255.255.255.0
8200B(vlan-3)#: tagged Trk1,Trk6
8200B(config)#: vlan 4
8200B(vlan-4)#: ip address 10.1.4.2 255.255.255.0
8200B(vlan-4)#: tagged Trk1,Trk6
8200B(config)#: vlan 5
8200B(vlan-5)#: ip address 10.1.5.2 255.255.255.0
8200B(vlan-5)#: tagged Trk1,Trk6
8200B(config)#: vlan 7
8200B(vlan-7)#: ip address 10.1.7.1 255.255.255.0
8200B(vlan-7)#: tagged Trk1,Trk6
8200B(config)#: vlan 8
8200B(vlan-8)#: ip address 10.1.8.1 255.255.255.0
8200B(vlan-8)#: tagged Trk1,Trk6
8200B(config)#: vlan 9
8200B(vlan-9)#: ip address 10.1.9.1 255.255.255.0
8200B(vlan-9)#: tagged Trk1,Trk6
8200B(config)#: vlan 23
8200B(vlan-23)#: ip address 10.1.23.2 255.255.255.0
8200B(vlan-23)#: tagged Trk2,Trk6
8200B(config)#: vlan 24
8200B(vlan-24)#: ip address 10.1.24.2 255.255.255.0
8200B(vlan-24)#: tagged Trk2,Trk6
8200B(config)#: vlan 25
8200B(vlan-25)#: ip address 10.1.25.2 255.255.255.0
8200B(vlan-25)#: tagged Trk2,Trk6
8200B(config)#: vlan 27
8200B(vlan-27)#: ip address 10.1.27.1 255.255.255.0
8200B(vlan-27)#: tagged Trk2,Trk6
8200B(config)#: vlan 28
8200B(vlan-28)#: ip address 10.1.28.1 255.255.255.0
8200B(vlan-28)#: tagged Trk2,Trk6
8200B(config)#: vlan 29
8200B(vlan-29)#: ip address 10.1.29.1 255.255.255.0
8200B(vlan-29)#: tagged Trk2,Trk6
8200B(config)#: vlan 33
8200B(vlan-33)#: ip address 10.1.33.2 255.255.255.0
8200B(vlan-33)#: tagged Trk3,Trk6
8200B(config)#: vlan 34
8200B(vlan-34)#: ip address 10.1.34.2 255.255.255.0
8200B(vlan-34)#: tagged Trk3,Trk6
8200B(config)#: vlan 35
8200B(vlan-35)#: ip address 10.1.35.2 255.255.255.0
8200B(vlan-35)#: tagged Trk3,Trk6
8200B(config)#: vlan 37
8200B(vlan-37)#: ip address 10.1.37.1 255.255.255.0
8200B(vlan-37)#: tagged Trk3,Trk6
8200B(config)#: vlan 38
8200B(vlan-38)#: ip address 10.1.38.1 255.255.255.0
8200B(vlan-38)#: tagged Trk3,Trk6
8200B(config)#: vlan 39
8200B(vlan-39)#: ip address 10.1.39.1 255.255.255.0
8200B(vlan-39)#: tagged Trk3,Trk6
8200B(config)#: vlan 43
8200B(vlan-43)#: ip address 10.1.43.2 255.255.255.0
8200B(vlan-43)#: tagged Trk4,Trk6
8200B(config)#: vlan 44
8200B(vlan-44)#: ip address 10.1.44.2 255.255.255.0
8200B(vlan-44)#: tagged Trk4,Trk6
8200B(config)#: vlan 45
8200B(vlan-45)#: ip address 10.1.45.2 255.255.255.0
8200B(vlan-45)#: tagged Trk4,Trk6
8200B(config)#: vlan 47
8200B(vlan-47)#: ip address 10.1.47.1 255.255.255.0
8200B(vlan-47)#: tagged Trk4,Trk6
8200B(config)#: vlan 48
8200B(vlan-48)#: ip address 10.1.48.1 255.255.255.0
8200B(vlan-48)#: tagged Trk4,Trk6
8200B(config)#: vlan 49
8200B(vlan-49)#: ip address 10.1.49.1 255.255.255.0
8200B(vlan-49)#: tagged Trk4,Trk6
8200B(vlan-49)#: exit
8200B(config)#: spanning-tree config-name "mstp-vrrp"
8200B(config)#: spanning-tree config-revision 1
8200B(config)#: spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
8200B(config)#: spanning-tree instance 1 priority 1
8200B(config)#: spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
8200B(config)#: spanning-tree instance 2 priority 0
8200B(config)#: spanning-tree priority 1
8200B(config)#: spanning-tree Trk6 path-cost 30000
8200B(config)#: spanning-tree instance 1 Trk6 path-cost 30000
8200B(config)#: spanning-tree instance 2 Trk6 path-cost 30000
8200B(config)#: spanning-tree
8200B(config)#: ip routing
8200B(config)#: router vrrp
8200B(config)#: vlan 1
8200B(vlan-1)#: vrrp vrid 1
8200B(vlan-1-vrid-1)#: backup
8200B(vlan-1-vrid-1)#: virtual-ip-address 10.1.1.1 255.255.255.0
8200B(vlan-1-vrid-1)#: enable
8200B(vlan-1-vrid-1)#: vlan 3
8200B(vlan-3)#: vrrp vrid 1
8200B(vlan-3-vrid-1)#: backup
8200B(vlan-3-vrid-1)#: virtual-ip-address 10.1.3.1 255.255.255.0
8200B(vlan-3-vrid-1)#: enable
8200B(vlan-3-vrid-1)#: vlan 4
8200B(vlan-4)#: vrrp vrid 1
8200B(vlan-4-vrid-1)#: backup
8200B(vlan-4-vrid-1)#: virtual-ip-address 10.1.4.1 255.255.255.0
8200B(vlan-4-vrid-1)#: enable
8200B(vlan-4-vrid-1)#: vlan 5
8200B(vlan-5)#: vrrp vrid 1
8200B(vlan-5-vrid-1)#: backup
8200B(vlan-5-vrid-1)#: virtual-ip-address 10.1.5.1 255.255.255.0
8200B(vlan-5-vrid-1)#: enable
8200B(vlan-5-vrid-1)#: vlan 7
8200B(vlan-7)#: vrrp vrid 1
8200B(vlan-7-vrid-1)#: owner
8200B(vlan-7-vrid-1)#: virtual-ip-address 10.1.7.1 255.255.255.0
8200B(vlan-7-vrid-1)#: enable
8200B(vlan-7-vrid-1)#: vlan 8
8200B(vlan-8)#: vrrp vrid 1
8200B(vlan-8-vrid-1)#: owner
8200B(vlan-8-vrid-1)#: virtual-ip-address 10.1.8.1 255.255.255.0
8200B(vlan-8-vrid-1)#: enable
8200B(vlan-8-vrid-1)#: vlan 9
8200B(vlan-9)#: vrrp vrid 1
8200B(vlan-9-vrid-1)#: owner
8200B(vlan-9-vrid-1)#: virtual-ip-address 10.1.9.1 255.255.255.0
8200B(vlan-9-vrid-1)#: enable
8200B(vlan-9-vrid-1)#: vlan 23
8200B(vlan-23)#: vrrp vrid 1
8200B(vlan-23-vrid-1)#: backup
8200B(vlan-23-vrid-1)#: virtual-ip-address 10.1.23.1 255.255.255.0
8200B(vlan-23-vrid-1)#: enable
8200B(vlan-23-vrid-1)#: vlan 24
8200B(vlan-24)#: vrrp vrid 1
8200B(vlan-24-vrid-1)#: backup
8200B(vlan-24-vrid-1)#: virtual-ip-address 10.1.24.1 255.255.255.0
8200B(vlan-24-vrid-1)#: enable
8200B(vlan-24-vrid-1)#: vlan 25
8200B(vlan-25)#: vrrp vrid 1
8200B(vlan-25-vrid-1)#: backup
8200B(vlan-25-vrid-1)#: virtual-ip-address 10.1.25.1 255.255.255.0
8200B(vlan-25-vrid-1)#: enable
8200B(vlan-25-vrid-1)#: vlan 27
8200B(vlan-27)#: vrrp vrid 1
8200B(vlan-27-vrid-1)#: owner
8200B(vlan-27-vrid-1)#: virtual-ip-address 10.1.27.1 255.255.255.0
8200B(vlan-27-vrid-1)#: enable
8200B(vlan-27-vrid-1)#: vlan 28
8200B(vlan-28)#: vrrp vrid 1
8200B(vlan-28-vrid-1)#: owner
8200B(vlan-28-vrid-1)#: virtual-ip-address 10.1.28.1 255.255.255.0
8200B(vlan-28-vrid-1)#: enable
8200B(vlan-28-vrid-1)#: vlan 29
8200B(vlan-29)#: vrrp vrid 1
8200B(vlan-29-vrid-1)#: owner
8200B(vlan-29-vrid-1)#: virtual-ip-address 10.1.29.1 255.255.255.0
8200B(vlan-29-vrid-1)#: enable
8200B(vlan-29-vrid-1)#: vlan 33
8200B(vlan-33)#: vrrp vrid 1
8200B(vlan-33-vrid-1)#: backup
8200B(vlan-33-vrid-1)#: virtual-ip-address 10.1.33.1 255.255.255.0
8200B(vlan-33-vrid-1)#: enable
8200B(vlan-33-vrid-1)#: vlan 34
8200B(vlan-34)#: vrrp vrid 1
8200B(vlan-34-vrid-1)#: backup
8200B(vlan-34-vrid-1)#: virtual-ip-address 10.1.34.1 255.255.255.0
8200B(vlan-34-vrid-1)#: enable
8200B(vlan-34-vrid-1)#: vlan 35
8200B(vlan-35)#: vrrp vrid 1
8200B(vlan-35-vrid-1)#: backup
8200B(vlan-35-vrid-1)#: virtual-ip-address 10.1.35.1 255.255.255.0
8200B(vlan-35-vrid-1)#: enable
8200B(vlan-35-vrid-1)#: vlan 37
8200B(vlan-37)#: vrrp vrid 1
8200B(vlan-37-vrid-1)#: owner
8200B(vlan-37-vrid-1)#: virtual-ip-address 10.1.37.1 255.255.255.0
8200B(vlan-37-vrid-1)#: enable
8200B(vlan-37-vrid-1)#: vlan 38
8200B(vlan-38)#: vrrp vrid 1
8200B(vlan-38-vrid-1)#: owner
8200B(vlan-38-vrid-1)#: virtual-ip-address 10.1.38.1 255.255.255.0
8200B(vlan-38-vrid-1)#: enable
8200B(vlan-38-vrid-1)#: vlan 39
8200B(vlan-39)#: vrrp vrid 1
8200B(vlan-39-vrid-1)#: owner
8200B(vlan-39-vrid-1)#: virtual-ip-address 10.1.39.1 255.255.255.0
8200B(vlan-39-vrid-1)#: enable
8200B(vlan-39-vrid-1)#: vlan 43
8200B(vlan-43)#: vrrp vrid 1
8200B(vlan-43-vrid-1)#: backup
8200B(vlan-43-vrid-1)#: virtual-ip-address 10.1.43.1 255.255.255.0
8200B(vlan-43-vrid-1)#: enable
8200B(vlan-43-vrid-1)#: vlan 44
8200B(vlan-44)#: vrrp vrid 1
8200B(vlan-44-vrid-1)#: backup
8200B(vlan-44-vrid-1)#: virtual-ip-address 10.1.44.1 255.255.255.0
8200B(vlan-44-vrid-1)#: enable
8200B(vlan-44)#: vlan 45
8200B(vlan-45)#: vrrp vrid 1
8200B(vlan-45-vrid-1)#: backup
8200B(vlan-45-vrid-1)#: virtual-ip-address 10.1.45.1 255.255.255.0
8200B(vlan-45-vrid-1)#: enable
8200B(vlan-45-vrid-1)#: vlan 47
8200B(vlan-47)#: vrrp vrid 1
8200B(vlan-47-vrid-1)#: owner
8200B(vlan-47-vrid-1)#: virtual-ip-address 10.1.47.1 255.255.255.0
8200B(vlan-47-vrid-1)#: enable
8200B(vlan-47-vrid-1)#: vlan 48
8200B(vlan-48)#: vrrp vrid 1
8200B(vlan-48-vrid-1)#: owner
8200B(vlan-48-vrid-1)#: virtual-ip-address 10.1.48.1 255.255.255.0
8200B(vlan-48-vrid-1)#: enable
8200B(vlan-48-vrid-1)#: vlan 49
8200B(vlan-49)#: vrrp vrid 1
8200B(vlan-49-vrid-1)#: owner
8200B(vlan-49-vrid-1)#: virtual-ip-address 10.1.49.1 255.255.255.0
8200B(vlan-49-vrid-1)#: enable
8200B(vlan-49-vrid-1)#: exit
8200B(vlan-49)#: exit
8200B(config)#: write memory

Show running-config

8200B(config)#: show run
Running configuration:
; J9091A Configuration Editor; Created on release #:K.12.30
hostname "8200B"
module 1 type J8702A
module 3 type J8702A
trunk A14,C14 Trk1 Trunk
trunk A16,C16 Trk2 Trunk
trunk A18,C18 Trk3 Trunk
trunk A20,C20 Trk4 Trunk
trunk A23,C23 Trk6 Trunk
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
 untagged A1-A13,A15,A17,A19,A21-A22,A24,
 C1-C13,C15,C17,C19,C21-C22,C24,Trk1-Trk4,Trk6
  ip address 10.1.1.2 255.255.255.0
  exit
vlan 3
  name "VLAN3"
  ip address 10.1.3.2 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 4
  name "VLAN4"
  ip address 10.1.4.2 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 5
  name "VLAN5"
  ip address 10.1.5.2 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 7
  name "VLAN7"
  ip address 10.1.7.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 8
  name "VLAN8"
  ip address 10.1.8.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 9
  name "VLAN9"
  ip address 10.1.9.1 255.255.255.0
  tagged Trk1,Trk6
  exit
vlan 23
  name "VLAN23"
  ip address 10.1.23.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 24
  name "VLAN24"
  ip address 10.1.24.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 25
  name "VLAN25"
  ip address 10.1.25.2 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 27
  name "VLAN27"
  ip address 10.1.27.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 28
  name "VLAN28"
  ip address 10.1.28.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 29
  name "VLAN29"
  ip address 10.1.29.1 255.255.255.0
  tagged Trk2,Trk6
  exit
vlan 33
  name "VLAN33"
  ip address 10.1.33.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 34
  name "VLAN34"
  ip address 10.1.34.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 35
  name "VLAN35"
  ip address 10.1.35.2 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 37
  name "VLAN37"
  ip address 10.1.37.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 38
  name "VLAN38"
  ip address 10.1.38.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 39
  name "VLAN39"
  ip address 10.1.39.1 255.255.255.0
  tagged Trk3,Trk6
  exit
vlan 43
  name "VLAN43"
  ip address 10.1.43.2 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 44
  name "VLAN44"
  ip address 10.1.44.2 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 45
  name "VLAN45"
  ip address 10.1.45.2 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 47
  name "VLAN47"
  ip address 10.1.47.1 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 48
  name "VLAN48"
  ip address 10.1.48.1 255.255.255.0
  tagged Trk4,Trk6
  exit
vlan 49
  name "VLAN49"
  ip address 10.1.49.1 255.255.255.0
  tagged Trk4,Trk6
  exit
router vrrp
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree Trk4 priority 4
spanning-tree Trk6 path-cost 30000
spanning-tree Trk6 priority 4
spanning-tree config-name "mstp-vrrp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 3-5 23-25 33-35 43-45
spanning-tree instance 1 priority 1
spanning-tree instance 1 Trk6 path-cost 30000
spanning-tree instance 2 vlan 7-9 27-29 37-39 47-49
spanning-tree instance 2 priority 0
spanning-tree instance 2 Trk6 path-cost 30000
spanning-tree priority 1
vlan 1
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.1.1 255.255.255.0
    enable
    exit
  exit
vlan 3
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.3.1 255.255.255.0
    enable
    exit
  exit
vlan 4
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.4.1 255.255.255.0
    enable
    exit
  exit
vlan 5
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.5.1 255.255.255.0
    enable
    exit
  exit
vlan 7
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.7.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 8
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.8.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 9
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.9.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 23
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.23.1 255.255.255.0
    enable
    exit
  exit
vlan 24
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.24.1 255.255.255.0
    enable
    exit
  exit
vlan 25
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.25.1 255.255.255.0
    enable
    exit
  exit
vlan 27
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.27.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 28
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.28.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 29
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.29.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 33
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.33.1 255.255.255.0
    enable
    exit
  exit
vlan 34
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.34.1 255.255.255.0
    enable
    exit
  exit
vlan 35
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.35.1 255.255.255.0
    enable
    exit
  exit
vlan 37
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.37.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 38
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.38.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 39
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.39.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 43
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.43.1 255.255.255.0
    enable
    exit
  exit
vlan 44
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.44.1 255.255.255.0
    enable
    exit
  exit
vlan 45
  vrrp vrid 1
    backup
    virtual-ip-address 10.1.45.1 255.255.255.0
    enable
    exit
  exit
vlan 47
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.47.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 48
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.48.1 255.255.255.0
    priority 255
    enable
    exit
  exit
vlan 49
  vrrp vrid 1
    owner
    virtual-ip-address 10.1.49.1 255.255.255.0
    priority 255
    enable
    exit
  exit

Show spanning-tree instance IST

8200B(config)#: show span trk1-trk6 instance ist

   IST Instance Information

   Instance ID : 0
   Mapped VLANs : 1

   Switch Priority         : 4096

   Topology Change Count   : 144
   Time Since Last Change  : 41 secs

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 30000
   Regional Root Port        : Trk6
   Remaining Hops            : 19

                                                        Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -------------
   Trk1        20000     64        Designated Forwarding 001871-b9e400
   Trk2        200000    64        Designated Forwarding 001871-b9e400
   Trk3        20000     64        Designated Forwarding 001871-b9e400
   Trk4        20000     64        Designated Forwarding 001871-b9e400
   Trk6        30000     64        Root       Forwarding 001871-b80a00

Show spanning-tree instance 1

8200B(config)#: show span trk1-trk6 instance 1

   MST Instance Information

   Instance ID : 1
   Mapped VLANs : 3-5,23-25,33-35,43-45

   Switch Priority         : 4096

   Topology Change Count   : 141
   Time Since Last Change  : 87 secs

   Regional Root MAC Address : 001871-b80a00
   Regional Root Priority    : 0
   Regional Root Path Cost   : 30000
   Regional Root Port        : Trk6
   Remaining Hops            : 19

                                                       Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -------------
   Trk1        20000     128       Designated Forwarding 001871-b9e400
   Trk2        200000    128       Designated Forwarding 001871-b9e400
   Trk3        20000     128       Designated Forwarding 001871-b9e400
   Trk4        20000     128       Designated Forwarding 001871-b9e400
   Trk6        30000     128       Root       Forwarding 001871-b80a00

Show spanning-tree instance 2

8200B(config)#: show span trk1-trk6 instance 2

   MST Instance Information

   Instance ID : 2
   Mapped VLANs : 7-9,27-29,37-39,47-49

   Switch Priority         : 0

   Topology Change Count   : 240
   Time Since Last Change  : 110 secs

   Regional Root MAC Address : 001871-b9e400
   Regional Root Priority    : 0
   Regional Root Path Cost   : 0
   Regional Root Port        : This switch is root
   Remaining Hops            : 20

                                                       Designated
   Port  Type  Cost      Priority  Role       State      Bridge
   ----- ----- -------   --------  ---------- ---------- -------------
   Trk1        20000     128       Designated Forwarding 001871-b9e400
   Trk2        200000    128       Designated Forwarding 001871-b9e400
   Trk3        20000     128       Designated Forwarding 001871-b9e400
   Trk4        20000     128       Designated Forwarding 001871-b9e400
   Trk6        30000     128       Designated Forwarding 001871-b9e400

Show spanning-tree MST-config

8200B(config)#: show span mst

    MST Configuration Identifier Information

      MST Configuration Name : mstp-vrrp
      MST Configuration Revision : 1
      MST Configuration Digest : 0x1936FB656D900E359ED1D09A34AC0AAC

      IST Mapped VLANs : 1

      Instance ID Mapped VLANs
      ----------- -------------------------------------------------
      1           3-5,23-25,33-35,43-45
      2           7-9,27-29,37-39,47-49