MikroTik Certified Switching Engineer (MTCSWE)
1 Introduction to Networking
1-1 Basic Networking Concepts
1-2 OSI Model
1-3 TCPIP Model
1-4 Network Devices
2 MikroTik RouterOS Basics
2-1 Introduction to RouterOS
2-2 RouterOS Interface Types
2-3 Basic Configuration
2-4 User Management
2-5 System Logging
3 Switching Fundamentals
3-1 Introduction to Switching
3-2 MAC Addresses
3-3 Ethernet Frame Structure
3-4 VLAN Basics
3-5 Trunking and Inter-VLAN Routing
4 MikroTik SwitchOS Basics
4-1 Introduction to SwitchOS
4-2 SwitchOS Interface Types
4-3 Basic Configuration
4-4 User Management
4-5 System Logging
5 VLAN Configuration
5-1 VLAN Creation and Configuration
5-2 VLAN Trunking Protocol (VTP)
5-3 Inter-VLAN Routing
5-4 VLAN Security
6 Spanning Tree Protocol (STP)
6-1 Introduction to STP
6-2 STP Operation
6-3 Rapid Spanning Tree Protocol (RSTP)
6-4 Multiple Spanning Tree Protocol (MSTP)
6-5 STP Configuration
7 Link Aggregation
7-1 Introduction to Link Aggregation
7-2 Link Aggregation Control Protocol (LACP)
7-3 Static Link Aggregation
7-4 Link Aggregation Configuration
8 Quality of Service (QoS)
8-1 Introduction to QoS
8-2 QoS Models
8-3 Traffic Shaping and Policing
8-4 QoS Configuration
9 Security Features
9-1 Introduction to Network Security
9-2 Port Security
9-3 Access Control Lists (ACLs)
9-4 DHCP Snooping
9-5 Dynamic ARP Inspection (DAI)
10 Advanced Switching Topics
10-1 Layer 3 Switching
10-2 Multicast Routing
10-3 Link Layer Discovery Protocol (LLDP)
10-4 Power over Ethernet (PoE)
11 Troubleshooting and Maintenance
11-1 Common Switching Issues
11-2 Troubleshooting Tools
11-3 Switch Maintenance
11-4 Backup and Restore
12 MikroTik Certification Exam Preparation
12-1 Exam Overview
12-2 Study Tips
12-3 Practice Questions
12-4 Exam Registration and Scheduling
6.4 Multiple Spanning Tree Protocol (MSTP) Explained

6.4 Multiple Spanning Tree Protocol (MSTP) Explained

Key Concepts of MSTP

Multiple Spanning Tree Protocol (MSTP) is an enhancement to the Spanning Tree Protocol (STP) that allows for more efficient use of network resources. Key concepts include:

MST Regions

MST Regions are logical groupings of switches that share the same MSTP configuration. Switches within the same region operate under the same MSTP settings, ensuring consistent behavior. Regions are identified by a unique MST Configuration Identifier.

Example: In a large enterprise network, different departments might be grouped into separate MST Regions. For instance, the HR department could be in one region, while the IT department is in another. Each region operates independently but shares the same network infrastructure.

MST Instances

MST Instances are separate spanning tree instances within an MST region. Each instance can have its own active topology, allowing for more efficient use of network resources. Multiple VLANs can be mapped to different instances, enabling load balancing and redundancy.

Example: In an MST Region for the IT department, you might create two instances: Instance 1 for VLANs 10-50 and Instance 2 for VLANs 60-100. This allows traffic for different VLANs to use different paths, optimizing network performance.

MST Configuration Identifier

The MST Configuration Identifier is a unique identifier for an MST region. It consists of a Configuration Name, Revision Level, and a Configuration Digest. This identifier ensures that all switches in the region share the same MSTP configuration.

Example: In a network with multiple MST Regions, each region might have a unique Configuration Identifier. For instance, the HR region might have a Configuration Name of "HR_Region" and a Revision Level of 1, while the IT region has "IT_Region" and Revision Level 2.

MSTP Convergence

MSTP Convergence is the process of determining the active topology in an MST region. This process ensures that redundant paths are blocked to prevent loops while allowing for quick recovery in case of a failure. MSTP convergence is faster than traditional STP, improving network reliability.

Example: When a link fails in an MST Region, MSTP quickly reconfigures the topology to reactivate the blocked path. This ensures that network traffic continues to flow without interruption, demonstrating the protocol's efficiency.

MSTP Port Roles

MSTP assigns different roles to switch ports to manage the active topology. Common port roles include Root Port, Designated Port, Alternate Port, and Backup Port. These roles determine how traffic is forwarded and blocked within the MST region.

Example: In an MST Region, a switch port might be designated as the Root Port, which is the best path to the root bridge. Another port might be an Alternate Port, which provides a redundant path but is blocked to prevent loops.