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
10.1 Layer 3 Switching Explained

10.1 Layer 3 Switching Explained

Key Concepts of Layer 3 Switching

Layer 3 Switching, also known as IP Switching, combines the functionality of traditional routers and switches. Key concepts include:

Routing

Routing is the process of forwarding packets between different networks based on IP addresses. Layer 3 Switches perform routing functions by examining the destination IP address of each packet and determining the best path to forward it.

Example: A Layer 3 Switch receives a packet with a destination IP address of 192.168.2.10. The switch consults its routing table to determine the best interface to forward the packet to reach the destination network 192.168.2.0/24.

Switching

Switching is the process of forwarding packets within the same network based on MAC addresses. Layer 3 Switches perform switching functions by examining the destination MAC address of each packet and forwarding it to the appropriate port.

Example: A Layer 3 Switch receives a packet with a destination MAC address of 00:1A:2B:3C:4D:5E. The switch consults its MAC address table to determine the port to which the device with that MAC address is connected and forwards the packet accordingly.

Hardware-Based Routing

Hardware-Based Routing involves utilizing specialized hardware, such as ASICs (Application-Specific Integrated Circuits), to perform routing functions at high speeds. This allows Layer 3 Switches to handle large volumes of traffic efficiently.

Example: A MikroTik RouterBOARD equipped with an ASIC can perform routing functions at gigabit speeds, making it suitable for high-performance networking environments.

Integrated Routing and Switching

Integrated Routing and Switching combines the functionalities of both routers and switches in a single device. This allows for efficient management and reduced complexity in network design.

Example: A MikroTik RouterBOARD can act as both a router and a switch, providing routing between different networks while also switching packets within the same network.

VLAN Routing

VLAN Routing involves routing between different Virtual LANs (VLANs) within the same Layer 3 Switch. This allows for logical separation of network traffic while still enabling communication between different VLANs.

Example: A Layer 3 Switch can route traffic between VLAN 10 (Sales Department) and VLAN 20 (Marketing Department), ensuring that each department's traffic is isolated while still allowing inter-department communication.