Lab 8 Configuration Interface in MikroTik Routerboard
- Tujuan
Purpose
- Dapat mengetahui cara mengubah nama, dan comment interface.
Can figure out how to change the name, and comment interfaces - Dapat mengetahui cara men-disable dan men-enable interface.
Can figure out how to disable and enable interface. - Dapat mengetahui cara membuat dan menghapus VLAN.
Can learn how to create and delete VLAN. - Dapat mengetahui cara membuat Routerboard menjadi Switch.
Can figure out how to make Routerboard become Switch.
- Bahan-Bahan
Materials
- 1 PC/Laptop.
1 PC/Laptop. - MikroTik Routerboard.
MikroTik Routerboard. - Kabel UTP.
UTP Cable. - Kabel Power.
Power Cable. - Switch.
Switch. - Aplikasi WinBox.
WinBox Application.
- Konsep Dasar
Basic Concepts
Interface merupakan salah satu media yang digunakan oleh komputer untuk berkomunikasi dengan yang lainnya.
Interface is one medium that is used by computers to communicate with each other.
Interface is one medium that is used by computers to communicate with each other.
Virtual LAN atau disingkat VLAN merupakan sekelompok perangkat pada satu LAN atau lebih yang dikonfigurasikan (menggunakan perangkat lunak pengelolaan) sehingga dapat berkomunikasi seperti halnya bila perangkat tersebut terhubung ke jalur yang sama, padahal sebenarnya perangkat tersebut berada pada sejumlah segmen LAN yang berbeda. Vlan dibuat dengan menggunakan jaringan pihak ketiga. VLAN merupakan sebuah bagian kecil jaringan IP yang terpisah secara logik. VLAN memungkinkan beberapa jaringan IP dan jaringan-jaringan kecil (subnet) berada dalam jaringan switch yang sama.
Virtual LAN or VLAN abbreviated a group of devices on one or more LANs that are configured (using management software) so that they can communicate as well as when the device is connected to the same line, when in fact the device is located on a number of different LAN segments. Vlan created using third-party network. VLAN is a small part of a separate IP network logically. VLANs allow multiple IP networks and small networks (subnets) are in the same network switch.
Virtual LAN or VLAN abbreviated a group of devices on one or more LANs that are configured (using management software) so that they can communicate as well as when the device is connected to the same line, when in fact the device is located on a number of different LAN segments. Vlan created using third-party network. VLAN is a small part of a separate IP network logically. VLANs allow multiple IP networks and small networks (subnets) are in the same network switch.
- Langkah-langkah
Steps
Mengubah Nama dan Comment Interface
Change Name and Comment Interface
- Buka aplikasi WinBox, klik menu “IP” lalu klik “Address”. Kemudian tambahkan IP Address ether1, lalu klik apply dan ok.
Open WinBox application, click menu “IP” then click “Address”. Then add IP Address ether1, then click apply and ok.
- Tes Ping ke IP Server melalui menu New Terminal pada aplikasi WinBox. “ping ipserver”
Tes Ping to IP Server using New Terminal menu on application WinBox. “ping ipserver”.
- Cek interface yang ada di routerboard, dengan perintah > interface print.
Check in routerboard interface, with commands > interface print.
- Kemudian ganti nama interface “ether1” menjadi “public” dan “ether2” menjadi “local”. Lalu cek dengan perintah > interface print.
Then rename interface "ether1" become "public" and "ether2" to "local". Then check with the command > print interface.
- Memberi comment pada interface dengan perintah seperti pada gambar, kemudian perintah > interface print untuk melihat keterangan interface yang sudah di beri comment.
Give comment on the interface with the command as shown, then the command > print interface to see the interface description has been given comment.
Disable dan Enable Interface
Disable and Enable Interface
- Untuk mendisable interface cek interface terlebih dahulu dengan perintah > interface print lalu masukkan perintah > interface disable (urutan ether yang ingin di disable). Lalu cek lagi dengan perintah > interface print. Maka secara otomatis ether 3, 4 dan 5 akan terdapat tanda “X”.
To disable the interface check beforehand with the command interface > interface print and enter the command > disable interface (ether sequence that you want to disable). Then check again with the command > print interface. Then automatically ether 3, 4 and 5 there will be an "X".
- Untuk mengenable interface dengan perintah > interface enable (urutan ether yang ingin di disable) disini saya akan mengaktifkan wlan1. Lalu cek dengan cara > interface print. Maka otomatis tanda “X” pada wlan1 akan hilang.
To enable interface with the command > enable interface (ether sequence that you want to disable) here I will turn wlan1. Then check the way > print interface. Then automatically the sign "X" on wlan1 will be lost.
Membuat dan Menghapus VLAN
Add and Remove VLAN
- Membuat VLAN dengan perintah seperti pada gambar. Disini saya akan membuat 2 VLAN. Kemudian ketikkan perintah > interface print.
Create a VLAN with the command as shown. Here I will make two VLANs. Then type the command > print interface.
- Menghapus VLAN dengan perintah > interface vlan remove “namainterface”.
Remove VLAN with the command > interface vlan remove "namainterface".
Merubah Routerboard Menjadi Switch
Change Routerboard To Be Switch
- Cek interface ethernet print. Kali ini saya akan mengubah ether3, ether4, dan ether5 menjadi switch dengan perintah seperti pada gambar. Kemudian cek dengan perintah > interface ethernet print maka secara otomatis sudah berubah menjadi “S” (Switch).
Check the print ethernet interface. This time I will change ether3, ether4, and ether5 be a switch with the command as shown. Then check with the command > ethernet interface then automatically print has been changed to "S" (Switch).
Terima Kasih. Semoga Bermanfaat ! dan Mohon maaf apabila ada penulisan kata yang salah.Thanks. Hope it's useful ! and Sorry, if there is a mispelled word.
Comments
Post a Comment