Assalamualaikum Wr Wb...
Kali ini saya akan menjelaskan tentang cara Konfigurasi Interface pada Mikrotik.
In this time , i will explain about Configure Interface on Mikrotik
Tujuan / Purpose :
- Mengetahui bagaimana cara konfigurasi interface pada mikrotik
- To knowing about how to configuration interface on mikrotik
- Untuk sharing ilmu tentang mikrotik
- To sharing about mikrotik
Konsep Dasar / Basic Concept :
Pengertian Interface
Definition Interface
Antarmuka (Interface) merupakan mekanisme komunikasi antara pengguna (user) dengan sistem.
Antarmuka (Interface) dapat menerima informasi dari pengguna (user) dan memberikan informasi kepada pengguna (user) untuk membantu mengarahkan alur penelusuran masalah sampai ditemukan suatu solusi.
Interface is a communication mechanism between the user with the system.
Interface can receive information from the user and provide information to the user to help direct the flow of a search problem to find a solution.
Tujuan Interface
Interface Purpose
Tujuan sebuah interface adalah mengkomunikasikan fitur-fitur sistem yang tersedia agar user mengerti dan dapat menggunakan sistem tersebut. Dalam hal ini penggunaan bahasa amat efektif untuk membantu pengertian, karena bahasa merupakan alat tertua (barangkali kedua tertua setelah gesture) yang dipakai orang untuk berkomunikasi sehari-harinya.
Tujuan sebuah interface adalah mengkomunikasikan fitur-fitur sistem yang tersedia agar user mengerti dan dapat menggunakan sistem tersebut. Dalam hal ini penggunaan bahasa amat efektif untuk membantu pengertian, karena bahasa merupakan alat tertua (barangkali kedua tertua setelah gesture) yang dipakai orang untuk berkomunikasi sehari-harinya.
The purpose of an interface is that the system features are available to communicate with users to understand and use the system. In this case the use of language is very effective in helping understanding, because language is the oldest instrument (perhaps the second oldest after the gesture) that people use to communicate daily.
Konfigurasi
Configuration
A. Setting IP untuk ke WAN
A. Setting IP for WAN
Pertama , kita ke IP > Addresses. Lalu klik add dan masukkan Address tergantung IP Public atau WAN dan Interface mengarah ke ether1
First, we are to IP> Addresses. Then click add and enter the IP Address Public dependent or WAN and Interface leads to ether1
Jika sudah , baru kita ping ke gateway lalu ke internet apakah jalan atau tidak.
If so, then we ping to the gateway and then to the internet whether running or not.
B. Mengubah nama dan comment Interface
B. Change the name and comment Interface
Jika ingin melihat Interface di terminal , ketikkan perintah > interface print
If you want to see the interface in a terminal, type the command > interface print
Selanjutnya untuk mengganti nama Interface dengan perintah :
Next, to rename Interface with the command:
> interface set "#" name="free"
Selanjutnya, kita akan menambahkan comment supaya mudah diingat untuk apa Interface itu dengan perintah :
Next, we'll add a comment so memorable for what it interface with the command :
> interface set "#" name="free" comment="free"
C. Disable dan Enable Interface
C. Disable and Enable Interface
Untuk mendisablekan interface dengan perintah :
To disable the interface with the command :
> interface disable "#","#","#"
Untuk menenablekan interface dengan perintah :
To enable the interface with the command :
> interface enable "#"
D. Menambah dan menghapus VLAN
D. To Add and Delete VLAN
Untuk membuat VLAN sebelumnya kita harus membuat VLAN terlebih dahulu di Switch yang akan digunakan. Membuat VLAN di Mikrotik dengan perintah :
To create a VLAN before we have to make the first VLAN in Switch that will be used. Create VLAN in Mikrotik with the command :
> interface vlan add interface="ether" name="free" vlan-id="vlanidswitch"
Selanjutnya untuk menghapus VLAN dengan perintah :
Next , to delete VLAN type the command :
> interface vlan remove "vlan1"
E. Changing Routerboard became Switch
Untuk mengubah interface menjadi Switch dengan perintah :
To change interface became Switch , type command :
> interface ethernet set "#" master-port="ether"
Yaa demikian penjelasan yang saya berikan , kurang lebihnya mohon maaf. TERIMA KASIH
Wassalamualaikum Wr Wb...











No comments:
Post a Comment