Bridge1#configure terminal | Enter configure mode. |
Bridge1(config)#bridge 1 protocol mstp | Add a bridge (1) to the multiple spanning tree table. |
Bridge1(config)#vlan database | Enter the VLAN configuration mode. |
Bridge1(config-vlan)#vlan 2 bridge 1 state enable | Enable the state of VLAN 2 on bridge 1. Specifying an enable state allows forwarding of frames over VLAN 2 on bridge 1. |
Bridge1(config-vlan)#vlan 3 bridge 1 state enable | Enable the state of VLAN 3 on bridge 1. Specifying an enable state allows forwarding of frames over VLAN 3 on bridge 1. |
Bridge1(config-vlan)#vlan 4 bridge 1 state enable | Enable the state of VLAN 4 on bridge 1. Specifying an enable state allows forwarding of frames over VLAN 4 on bridge 1. |
Bridge1(config-vlan)#vlan 5 bridge 1 state enable | Enable the state of VLAN 5 on bridge 1. Specifying an enable state allows forwarding of frames over VLAN 5 on bridge 1. |
Bridge1(config-vlan)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-vlan)#exit | Exit the VLAN configuration mode. |
Bridge1(config)#spanning-tree mst configuration | Enter the Multiple Spanning Tree |
Bridge1(config-mst)#bridge 1 instance 2 vlan 2 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge1(config-mst)#bridge 1 instance 3 vlan 3 | Create another instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge1(config-mst)#bridge 1 instance 4 vlan 4 | Create another instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge1(config-mst)#bridge 1 instance 5 vlan 5 | Create another instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge1(config-mst)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-mst)#exit | Exit MST Configuration mode. |
Bridge1(config)#interface eth2 | Enter interface mode for eth2 |
Bridge1(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge1(config-if)#bridge-group 1 | Associating the interface to bridge-group 1 |
Bridge1(config-if)#bridge-group 1 instance 2 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 3 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 4 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 5 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-if)#exit | Exit interface mode. |
Bridge1(config)#interface eth3 | Enter interface mode for eth3. |
Bridge1(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge1(config-if)#bridge-group 1 | Associating the interface to bridge-group 1 |
Bridge1(config-if)#bridge-group 1 instance 2 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 3 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 4 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 5 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-if)#exit | Exit interface mode. |
Bridge1(config)#interface eth4 | Enter interface mode for eth4. |
Bridge1(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge1(config-if)#bridge-group 1 | Associating the interface to bridge-group 1 |
Bridge1(config-if)#bridge-group 1 instance 2 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 3 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 4 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 5 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-if)#exit | Exit interface mode. |
Bridge1(config)#interface eth5 | Enter interface mode for eth5. |
Bridge1(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge1(config-if)#bridge-group 1 | Associating the interface to bridge-group 1 |
Bridge1(config-if)#bridge-group 1 instance 2 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 3 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 4 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#bridge-group 1 instance 5 | Assigning bridge-group 1 to this instance |
Bridge1(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge1(config-if)#exit | Exit interface mode. |
Bridge2#configure terminal | Enter configure mode. |
Bridge2(config)#bridge 2 protocol mstp | Add a bridge (2) to the multiple spanning |
Bridge2(config)#bridge 2 priority 4096 | Assign priority to this bridge. |
Bridge2(config)#vlan database | Enter the VLAN configuration mode. |
Bridge2(config-vlan)#vlan 2 bridge 2 state enable | Enable the state of VLAN 2 on bridge 2. Specifying an enable state allows forwarding of frames over VLAN 2 on bridge 2. |
Bridge2(config-vlan)#vlan 3 bridge 2 state enable | Enable the state of VLAN 3 on bridge 2. Specifying an enable state allows forwarding of frames over VLAN 3 on bridge 2 |
Bridge2(config-vlan)#vlan 4 bridge 2 state enable | Enable the state of VLAN 4 on bridge 2. Specifying an enable state allows forwarding of frames over VLAN 4 on bridge 2 |
Bridge2(config-vlan)#vlan 5 bridge 2 state enable | Enable the state of VLAN 5 on bridge 2. Specifying an enable state allows forwarding of frames over VLAN 5 on bridge 2 |
Bridge2(config-vlan)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-vlan)#exit | Exit the VLAN configuration mode. |
Bridge2(config)#spanning-tree mst configuration | Enter the Multiple Spanning Tree configuration mode |
Bridge2(config-mst)#bridge 2 instance 2 vlan 2 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge2(config-mst)#bridge 2 instance 3 vlan 3 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge2(config-mst)#bridge 2 instance 4 vlan 4 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge2(config-mst)#bridge 2 instance 5 vlan 5 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge2(config-mst)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-mst)#exit | Exit MST Configuration mode. |
Bridge2(config)#interface eth2 | Enter interface mode for eth2 |
Bridge2(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge2(config-if)#bridge-group 2 | Associating the interface to bridge-group 2 |
Bridge2(config-if)#bridge-group 2 instance 2 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 3 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 4 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 5 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-if)#exit | Exit interface mode. |
Bridge2(config)#interface eth3 | Enter interface mode for eth3 |
Bridge2(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge2(config-if)#bridge-group 2 | Associating the interface to bridge-group 2 |
Bridge2(config-if)#bridge-group 2 instance 2 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 3 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 3 priority 16 | Assign bridge-group 2 to this instance and set a port priority in order of 16 for it. MSTP uses port priority as a tiebreaker to determine which port should forward frames for a particular instance on a LAN, or which port should be the root port for an instance. A lower value implies better priority. |
Bridge2(config-if)#bridge-group 2 instance 4 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 4 priority 16 | Assign bridge-group 2 to this instance and set a port priority in order of 16 for it. MSTP uses port priority as a tiebreaker to determine which port should forward frames for a particular instance on a LAN, or which port should be the root port for an instance. A lower value implies better priority |
Bridge2(config-if)#bridge-group 2 instance 5 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-if)#exit | Exit interface mode |
Bridge2(config)#interface eth4 | Enter interface mode for eth4 |
Bridge2(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge2(config-if)#bridge-group 2 | Associating the interface to bridge-group 2 |
Bridge2(config-if)#bridge-group 2 instance 2 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 3 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 4 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 5 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-if)#exit | Exit interface mode. |
Bridge2(config)#interface eth5 | Enter interface mode for eth5 |
Bridge2(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge2(config-if)#bridge-group 2 | Associating the interface to bridge-group 2 |
Bridge2(config-if)#bridge-group 2 instance 2 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 3 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 4 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#bridge-group 2 instance 5 | Assigning bridge-group 2 to this instance |
Bridge2(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge2(config-if)#exit | Exit interface mode. |
Bridge3#configure terminal | Enter configure mode. |
Bridge3(config)#bridge 3 protocol mstp | Add a bridge (3) to the multiple spanning tree table |
Bridge3(config)#vlan database | Enter the VLAN configuration mode. |
Bridge3(config-vlan)#vlan 2 bridge 3 state enable | Enable the state of VLAN 2 on bridge 3. Specifying an enable state allows forwarding of frames over VLAN 2 on bridge 3. |
Bridge3(config-vlan)#vlan 3 bridge 3 state enable | Enable the state of VLAN 3 on bridge 3. Specifying an enable state allows forwarding of frames over VLAN 3 on bridge 3. |
Bridge3(config-vlan)#vlan 4 bridge 3 state enable | Enable the state of VLAN 4 on bridge 3. Specifying an enable state allows forwarding of frames over VLAN 4 on bridge 3. |
Bridge3(config-vlan)#vlan 5 bridge 3 state enable | Enable the state of VLAN 5 on bridge 3. Specifying an enable state allows forwarding of frames over VLAN 5 on bridge 3. |
Bridge3(config-vlan)#commit | Commit the candidate configuration to the running configuration. |
Bridge3(config-vlan)#exit | Exit the VLAN configuration mode. |
Bridge3(config)#spanning-tree mst configuration | Enter the Multiple Spanning Tree Configuration mode. |
Bridge3(config-mst)#bridge 3 instance 2 vlan 2 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge3(config-mst)#bridge 3 instance 3 vlan 3 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge3(config-mst)#bridge 3 instance 4 vlan 4 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge3(config-mst)#bridge 3 instance 5 vlan 5 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge3(config-mst)#commit | Commit the candidate configuration to the running configuration. |
Bridge3(config-mst)#exit | Exit MST Configuration mode. |
Bridge3(config)#interface eth2 | Enter interface mode for eth2 |
Bridge3(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge3(config-if)#bridge-group 3 | Associating the interface to bridge-group 3 |
Bridge3(config-if)#bridge-group 3 instance 2 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 3 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 4 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 5 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge3(config-if)#exit | Exit interface mode. |
Bridge3(config)#interface eth3 | Enter interface mode for eth3 |
Bridge3(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge3(config-if)#bridge-group 3 | Associating the interface to bridge-group 3 |
Bridge3(config-if)#bridge-group 3 instance 2 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 3 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 4 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#bridge-group 3 instance 5 | Assigning bridge-group 3 to this instance |
Bridge3(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge3(config-if)#exit | Exit interface mode. |
Bridge4#configure terminal | Enter configure mode. |
Bridge4(config)#bridge 4 protocol mstp | Add a bridge (4) to the multiple spanning tree table |
Bridge4(config)#vlan database | Enter the VLAN configuration mode. |
Bridge4(config-vlan)#vlan 2 bridge 4 state enable | Enable the state of VLAN 2 on bridge 4. Specifying an enable state allows forwarding of frames over VLAN 2 on bridge 4. |
Bridge4(config-vlan)#vlan 3 bridge 4 state enable | Enable the state of VLAN 3 on bridge 4. Specifying an enable state allows forwarding of frames over VLAN 3 on bridge 4. |
Bridge4(config-vlan)#vlan 4 bridge 4 state enable | Enable the state of VLAN 4 on bridge 4. Specifying an enable state allows forwarding of frames over VLAN 4 on bridge 4. |
Bridge4(config-vlan)#vlan 5 bridge 4 state enable | Enable the state of VLAN 5 on bridge 4. Specifying an enable state allows forwarding of frames over VLAN 5 on bridge 4. |
Bridge4(config-vlan)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-vlan)#exit | Exit the VLAN configuration mode. |
Bridge4(config)#spanning-tree mst configuration | Enter the Multiple Spanning Tree Configuration mode. |
Bridge4(config-mst)#bridge 4 instance 2 vlan 2 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge4(config-mst)#bridge 4 instance 3 vlan 3 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge4(config-mst)#bridge 4 instance 4 vlan 4 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge4(config-mst)#bridge 4 instance 5 vlan 5 | Create an instance of VLAN. The VLANs must be created before being associating with an MST instance (MSTI). If the VLAN range is not specified the MSTI will not be created. |
Bridge4(config-mst)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-mst)#exit | Exit MST Configuration mode. |
Bridge4(config)#interface eth2 | Enter interface mode for eth2 |
Bridge4(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge4(config-if)#bridge-group 4 | Associating the interface to bridge-group 4 |
Bridge4(config-if)#bridge-group 4 instance 2 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 3 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 4 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 5 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-if)#exit | Exit interface mode. |
Bridge4(config)#interface eth3 | Enter interface mode for eth3 |
Bridge4(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge4(config-if)#bridge-group 4 | Associating the interface to bridge-group 4 |
Bridge4(config-if)#bridge-group 4 instance 2 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 3 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 4 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 5 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-if)#exit | Exit interface mode. |
Bridge4(config)#interface eth4 | Enter interface mode for eth4 |
Bridge4(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge4(config-if)#bridge-group 4 | Associating the interface to bridge-group 4 |
Bridge4(config-if)#bridge-group 4 instance 2 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 3 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 4 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 5 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-if)#exit | Exit interface mode. |
Bridge4(config)#interface eth5 | Enter interface mode for eth5 |
Bridge4(config-if)#switchport | Configure interface as a layer 2 port. |
Bridge4(config-if)#bridge-group 4 | Associating the interface to bridge-group 4 |
Bridge4(config-if)#bridge-group 4 instance 2 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 3 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 4 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#bridge-group 4 instance 5 | Assigning bridge-group 4 to this instance |
Bridge4(config-if)#commit | Commit the candidate configuration to the running configuration. |
Bridge4(config-if)#exit | Exit interface mode. |