MikroTik Certified Network Associate (MTCNA)
1 Introduction to Networking
1-1 Basic Networking Concepts
1-2 OSI Model
1-3 TCPIP Model
1-4 IP Addressing
1-5 Subnetting
2 Introduction to MikroTik RouterOS
2-1 RouterOS Overview
2-2 RouterOS Installation
2-3 RouterOS Licensing
2-4 RouterOS Interface Overview
2-5 RouterOS Command Line Interface (CLI)
2-6 RouterOS Graphical User Interface (GUI)
3 Basic Router Configuration
3-1 Router Identification
3-2 Interface Configuration
3-3 IP Address Assignment
3-4 Default Gateway Configuration
3-5 DNS Configuration
3-6 Basic Firewall Configuration
4 Routing
4-1 Static Routing
4-2 Dynamic Routing Protocols
4-3 OSPF Configuration
4-4 BGP Configuration
4-5 Policy-Based Routing
5 Network Address Translation (NAT)
5-1 Introduction to NAT
5-2 Basic NAT Configuration
5-3 Port Address Translation (PAT)
5-4 One-to-One NAT
5-5 Hairpin NAT
6 Firewall and Security
6-1 Firewall Basics
6-2 Firewall Rules Configuration
6-3 NAT Rules Configuration
6-4 Traffic Shaping and QoS
6-5 VPN Basics
6-6 IPsec VPN Configuration
7 Wireless Networking
7-1 Wireless Basics
7-2 Wireless Interface Configuration
7-3 Wireless Security
7-4 Wireless Bridging
7-5 Wireless Access Point Configuration
8 Advanced Topics
8-1 VLAN Configuration
8-2 DHCP Server Configuration
8-3 DHCP Relay Configuration
8-4 PPPoE Server Configuration
8-5 PPPoE Client Configuration
8-6 Hotspot Configuration
8-7 Load Balancing
8-8 High Availability (Failover)
9 Troubleshooting and Maintenance
9-1 Basic Troubleshooting Techniques
9-2 Log Analysis
9-3 Backup and Restore
9-4 Firmware Updates
9-5 System Monitoring
10 Practical Exercises
10-1 Basic Router Configuration Exercise
10-2 Static Routing Exercise
10-3 NAT Configuration Exercise
10-4 Firewall Configuration Exercise
10-5 Wireless Configuration Exercise
10-6 Advanced Configuration Exercise
10-7 Troubleshooting Exercise
10-1 Basic Router Configuration Exercise Explained

10-1 Basic Router Configuration Exercise Explained

Basic router configuration is the foundation for setting up and managing network devices. Understanding how to configure a MikroTik router is essential for the MikroTik Certified Network Associate (MTCNA) certification.

Key Concepts

1. Router Identification

Router identification involves setting up the router's name and description. This helps in easily identifying the router in a network environment.

2. Interface Configuration

Interface configuration involves setting up the physical and virtual interfaces on the router. This includes assigning IP addresses, enabling or disabling interfaces, and configuring VLANs.

3. IP Addressing

IP addressing involves assigning IP addresses to the router's interfaces. This is crucial for enabling communication between devices on the network.

4. Default Gateway

The default gateway is the IP address of the router that serves as the entry point to other networks. Configuring the default gateway allows devices on the local network to access external networks.

5. DNS Configuration

DNS configuration involves setting up the Domain Name System (DNS) servers on the router. This allows devices on the network to resolve domain names to IP addresses.

6. NAT Configuration

Network Address Translation (NAT) configuration allows multiple devices on a local network to share a single public IP address. This is essential for accessing the internet from a private network.

7. Firewall Configuration

Firewall configuration involves setting up rules to control incoming and outgoing traffic. This helps in securing the network by blocking unauthorized access.

8. DHCP Server Configuration

DHCP server configuration allows the router to automatically assign IP addresses to devices on the network. This simplifies network management by eliminating the need for manual IP address assignment.

9. Routing Configuration

Routing configuration involves setting up static and dynamic routes on the router. This allows the router to forward traffic to the correct destination.

10. Backup and Restore

Backup and restore configuration ensures that the router's settings can be saved and restored in case of failure. This is crucial for maintaining network continuity.

Detailed Explanation

Router Identification

Router identification involves setting the router's name and description. For example, you can set the router's name to "OfficeRouter" and add a description like "Main router for the office network."

Interface Configuration

Interface configuration involves setting up the physical and virtual interfaces on the router. For example, you can assign an IP address to the Ethernet interface and enable the interface.

IP Addressing

IP addressing involves assigning IP addresses to the router's interfaces. For example, you can assign the IP address 192.168.1.1/24 to the Ethernet interface.

Default Gateway

The default gateway is the IP address of the router that serves as the entry point to other networks. For example, you can set the default gateway to 192.168.1.1.

DNS Configuration

DNS configuration involves setting up the DNS servers on the router. For example, you can set the primary DNS server to 8.8.8.8 and the secondary DNS server to 8.8.4.4.

NAT Configuration

NAT configuration allows multiple devices on a local network to share a single public IP address. For example, you can enable NAT on the router's WAN interface.

Firewall Configuration

Firewall configuration involves setting up rules to control incoming and outgoing traffic. For example, you can create a firewall rule to block all incoming traffic except HTTP and HTTPS.

DHCP Server Configuration

DHCP server configuration allows the router to automatically assign IP addresses to devices on the network. For example, you can set the DHCP server to assign IP addresses in the range 192.168.1.100-192.168.1.200.

Routing Configuration

Routing configuration involves setting up static and dynamic routes on the router. For example, you can create a static route to forward traffic to the network 10.0.0.0/24 via the gateway 192.168.1.2.

Backup and Restore

Backup and restore configuration ensures that the router's settings can be saved and restored in case of failure. For example, you can create a backup of the router's configuration and save it to a file.

Examples and Analogies

Example: Router Identification

Think of router identification as labeling a box. Just as a label helps you identify the contents of a box, a router's name and description help you identify the router in a network.

Example: Interface Configuration

Consider interface configuration as setting up a door. Just as you need to set up a door to enter a room, you need to set up interfaces to access the network.

Example: IP Addressing

Imagine IP addressing as assigning a phone number. Just as a phone number allows you to call someone, an IP address allows devices to communicate on the network.

Example: Default Gateway

Think of the default gateway as a main entrance to a building. Just as the main entrance allows you to enter the building, the default gateway allows devices to access other networks.

Example: DNS Configuration

Consider DNS configuration as setting up a phonebook. Just as a phonebook helps you find a phone number, DNS helps you find the IP address of a domain name.

Example: NAT Configuration

Imagine NAT configuration as a shared phone line. Just as multiple people can use a shared phone line, multiple devices can share a single public IP address.

Example: Firewall Configuration

Think of firewall configuration as setting up a security guard. Just as a security guard controls access to a building, a firewall controls access to the network.

Example: DHCP Server Configuration

Consider DHCP server configuration as setting up a phone directory. Just as a phone directory assigns phone numbers, a DHCP server assigns IP addresses.

Example: Routing Configuration

Imagine routing configuration as setting up a road map. Just as a road map shows you the way to your destination, routing configuration shows the way for network traffic.

Example: Backup and Restore

Think of backup and restore as taking a photo. Just as a photo helps you remember a moment, a backup helps you restore the router's settings.

By mastering basic router configuration, you can effectively set up and manage network devices, ensuring a reliable and secure network environment.