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
4.1 Introduction to SwitchOS

4.1 Introduction to SwitchOS

SwitchOS is the operating system developed by MikroTik for their RouterBOARD devices, specifically designed to manage and control network switches. Understanding SwitchOS is essential for anyone aiming to become a MikroTik Certified Switching Engineer (MTCSWE). This section will cover the key concepts related to SwitchOS, including its architecture, features, and how it differs from RouterOS.

Key Concepts

1. SwitchOS Architecture

SwitchOS is built on a modular architecture, similar to RouterOS, allowing administrators to install only the necessary components for their specific needs. This modularity ensures efficient use of system resources and enhances security by reducing the attack surface. The core components include the kernel, drivers, and essential services, while additional features can be added through packages.

For example, if you only need basic switching and VLAN functionality, you can install the "switch" package. If you require advanced features like QoS or port mirroring, you can install the respective packages as needed.

2. Command Line Interface (CLI)

The Command Line Interface (CLI) is a powerful tool in SwitchOS that allows administrators to configure and manage the switch using text-based commands. The CLI is highly efficient for scripting and automating tasks, making it a favorite among experienced network engineers. Commands are organized hierarchically, similar to a file system, with directories representing different configuration areas.

For instance, to configure a VLAN on an interface, you would navigate to the appropriate directory using commands like /interface vlan add. This hierarchical structure helps in organizing and managing complex configurations efficiently.

3. Graphical User Interface (GUI)

The Graphical User Interface (GUI) provides a more user-friendly way to configure and manage SwitchOS. It is particularly useful for beginners or those who prefer a visual approach to network management. The GUI offers a point-and-click interface to access various configuration options, making it easier to navigate and understand the system.

Imagine the GUI as a control panel where you can see all the settings and options laid out visually. For example, you can easily configure a VLAN by clicking through the menus, selecting the interface, and setting the VLAN ID and membership.

4. Features and Capabilities

SwitchOS includes a wide range of features designed specifically for managing network switches. These features include VLAN support, Quality of Service (QoS), port mirroring, and Spanning Tree Protocol (STP). Each feature can be configured independently, allowing for granular control over network behavior.

For example, the QoS feature allows you to prioritize certain types of traffic, such as voice or video, ensuring that they receive the necessary bandwidth. The port mirroring feature enables you to monitor traffic on specific ports, which is useful for network troubleshooting and security analysis.

5. Differences from RouterOS

While SwitchOS shares many similarities with RouterOS, there are key differences due to the specific requirements of managing network switches. SwitchOS focuses on Layer 2 switching functionalities, such as MAC address learning, frame forwarding, and VLAN management, whereas RouterOS is designed for Layer 3 routing and includes features like DHCP, DNS, and firewall management.

For instance, SwitchOS does not include routing protocols like OSPF or BGP, which are essential for RouterOS. Instead, SwitchOS provides advanced switching features like IGMP snooping and link aggregation, which are critical for managing network traffic at the data link layer.

By understanding these key concepts, you will be well-prepared to delve deeper into the specifics of SwitchOS, including advanced features and configurations, as you progress through the MTCSWE certification.