MTCNA Class 03: Basic Networking Configurations(DHCP, Bridge, and Routing)

 

Objectives-

  1. Mikrotik Interface Configuration and LAN Setup.

  2. Bridge Configuration and IP Setup.

  3. DHCP Configuration for Network Addressing.

  4. IP Routing Basics and Static Routes.


Mikrotik Interface Configuration and LAN Setup

  1. After login by winbox, Interfaces -> ether1, Comment as WAN

  2. ether7 & ether8, comment as LAN



Bridge Configuration and IP Setup

  1. Click on the Bridge button from the left Navigation bar -> Press (+) sign for new -> Fill up General information -> Click on Apply & OK. Comment as Bridge-LAN for LAN Ethernet Ports.


  1. Add Selected Ethernet Ports for this created Bridge, i.e, ether7 & ether8.


  1. Assign the IP addresses for WAN and LAN interfaces




DHCP Configuration for Network Addressing

  1. Create a Pool for the DHCP Server and Fill up the following steps to do this.

  1. Click on the IP option -> Click on DHCP Server -> Click on DHCP tab -> press (+) sign or Click on DHCP setup Option and go for next steps.

  1. Finally Fill up all of the marked fields and Click on Apply & OK for creating DHCP Server. 



IP Routing Basics and Static Routes

  1. By Default Some Routes will be created on the Routing Table. For example, directly connected cables.



Static Routing Configuration 

Scenario: 

Since Head Office and Branch Office are already point-to-point connected and use static routes between each MikroTik Routers, solution for this diagram is -

  1. Basic Network Configure, i.e. access to MikroTik Routers, IP Address assigned to each interfaces for both, Assign DNS, bridges if needed.

  2. Static Routing Configuration between two routers and so that may communicate with every sub-network. 

For Head Office Router -

/ip route

add disabled=no dst-address=20.0.0.0/24 gateway=9.10.11.2 routing-table=main \

    suppress-hw-offload=no



For Branch Office Router -

/ip route

add disabled=no distance=1 dst-address=10.0.0.0/24 gateway=9.10.11.1 \

    pref-src="" routing-table=main scope=30 suppress-hw-offload=no \

    target-scope=10




Popular posts from this blog

RHCSA-EX200: Vendor Exam Problem Solving

CCNA Class 10: Introduction of Routed & Routing Protocols and Configuration

CCNA Class 11: Distance vector Routing Protocol (RIPv1 & RIPv2) Configuration