Rabu, 03 Juni 2015

Lab 8 Configuration Interfaces

Tujuan
Purpose
- Mengetahui bagaimana cara  mengganti nama interface
- Knowing how to change the name of interface
- Mengetahui bagaimana care meng-enable dan disable interface
- Knowing how to enable and disable interface
- Mengetahui bagaimana cara membuat dan menghapus VLAN
- Knowing how to vreate and delete VLAN
-Mengetahui bagaimana cara membuat Routerboard menjadi Switch
- Knowing how to create Routerboard be Switch

Konsep Dasar
Basic Concept
VLAN merupakan sekelompok perangkat yang lokasi fisiknya tidak terbatas seperti LAN yang di kofigurasi 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 is a group of devices that are not limited to physical locations such as LAN be configured 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.

Langkah-langkah
Steps
1. Mengkonfigurasi ip address terlebih dahulu agar mudah pada saat melakukan konfigurasi lainnya 
1. Configure the IP address beforehand so easy when doing other configurations

 - Coba untu ping ke ip address yang tadi dibuat, tapi xxx.xxx.xxx.1
- Try to ping ip address had been made, but xxx.xxx.xxx.1

 2. supaya tidak bingung, lihat terlebih dahulu interface yang sudah ada dan yang akan kita rubah namanya. Dengan perintah >interface print
 2. so as not to confuse. first, look at the existing interface. With the command> interface print


3. Setelah itu mengganti nama interface dengan perintah>interface set 0 nama=public dan satu lagi >interface set 1 nama=local. kenapa set 0 dan set 1?  set itu adalah letaknya interface, bisa dilihat pada bagian paling kiri (#). kenapa public dan local? ini hanya percobaan supaya tidak bingung hehehe :v
3. After that renames the interface with the command> interface set 0 name = public and another> interface set 1 name = local. Why set 0 and set 1? set it is located interface, can be seen on the far left (#).  why public and local? This is only trial so as not to be confused hehehe: v...... 

4. setelah itu meng-enable dan disable interface.
4. after that enable and disable interface 
- Disable interface dengan perintah>interface disable 0,1,2
- Disable interface with command>interface disable 0,1,2
*kenapa 0,1,2 karna 0,1,2 adalah interface yang tidak kita gunakan sebelumnya.
*why 0.,1,2 because 0,1,2 is the interface that we do not use previous.

- enable interface dengan perintah>interface enable 0,1,2
- enable interface with command>interface enable 0,1,2

5. Membuat dan menghapus vlan
5. Create and delete vlan
- Membuat vlan dengan perintah>interface vlan add name=vlan1(sesuai keinginan) interface=local(sesuai  keinginan di ether berapa) vlan-id=100(sesuai keinginan)
- Create vlan with command>interface vlan add name=vlan1(as you wish) interface=local(as you wish in the ether) vlan-id=100(as you wish)


- Menghapus vlan dengan perintah>interface vlan remove vlan1
- Delete vlan with command>interface vlan remove vlan1

6. Membuat routerboard mennjadi switch
6. Make the routerboar be switch
- Untuk mengetahui ethernet yang sudah ada, bisa kita lakukan dengan perintah>interface ethernet print
- To determine the existing ethernet, we can do with the command>interface ethernet print
- Dan sekarang kita akan merubah routerboard menjadi switch dengan perintah>interface ethernet set 0(sesuaikan dengan interface yang ingin dijadikan switch) master-port=local(saya menggunakan ethernet2)
- And now we will change routerboard be a switch with the command> interface ethernet set 0 (adjust the interface that you want to be a switch) master-port = local (I use ethernet2)


Categories: ,

0 ocehan:

Posting Komentar