Cisco Switch - Virtual Trunking Protocol

Pada bab ini kita akan belajar bagaimana menyamakan nama vlan pada beberapa switch sehingga kita tidak perlu repot-repot mencofigurasi vlan di switch satu per satu. Virtual Trunking Protocol ini berfungsi untuk menyamakan vlan agar tetap konsisten. Agar VTP bisa berjalan baik dibutuhkan satu nama domain yang sama yang harus di set di setiap switch.
Dalam VTP terdapat tiga mode :
  • Server  : jika switch ini membuat vlan maka secara otomatis akan update ke semua switch yang berada pada domain yang sama
  • Transparent : switch ini bersifat independent sehingga bisa menambah atau menghapus vlannya sendiri dan tidak terpengaruh jika switch vtp server menambah atau mengurangi vlan. Mode ini juga akan menforward semua informasi yang berasal dari switch mode server ke switch mode client
  • Client : tidak bisa membuat atau menghapus vlan hanya bisa memproses informasi vlan yang diterima dari vtp server
Langsung saja buat topologi seperti gambar dibawah ini :
Masuk ke console :
Client-1
  1. Switch>en
  2. Switch#conf t
  3. Switch(config)#vtp domain jakarta
  4. Switch(config)#vtp password ibukota
  5. Switch(config)#vtp mode client
  6. Switch(config)#interface fa0/1
  7. Switch(config-if)#switchport mode trunk
Server
  1. Switch>en
  2. Switch#conf t
  3. Switch(config)#vtp domain jakarta
  4. Switch(config)#vtp password ibukota
  5. Switch(config)#vtp mode server
  6. Switch(config)#interface fa0/2
  7. Switch(config-if)#switchport mode trunk
Transparent
  1. Switch>en
  2. Switch#conf t
  3. Switch(config)#vtp domain jakarta
  4. Switch(config)#vtp password ibukota
  5. Switch(config)#vtp mode transparent
  6. Switch(config)#interface fa0/2
  7. Switch(config-if)#switchport mode trunk

Client-2
  1. Switch>en
  2. Switch#conf t
  3. Switch(config)#vtp domain jakarta
  4. Switch(config)#vtp password ibukota
  5. Switch(config)#vtp mode client

Untuk mencoba apakah konfigurasi berjalan dengan baik cobalah buat beberapa vlan di server, setelah itu cek apakah vlan yang dibuat ada di switch client. Jika konfigurasi sudah benar maka vlan di client akan sama persis dengan vlan yang ada di server. Untuk switch transparent karena independent maka setiap switch server menambah atau menghapus vlan maka tidak akan terpengaruh di databasenya.
Untuk melihat vtp status bisa dengan cara mengetikkan show vtp status
Server 
  1. Switch#sh vtp status
  2. VTP Version      : 2
  3. Configuration Revision : 10
  4. Maximum VLANs supported locally : 255
  5. Number of existing VLANs : 10
  6. VTP Operating Mode : Server
  7. VTP Domain Name : jakarta
  8. VTP Pruning Mode : Disabled
  9. VTP V2 Mode : Disabled
  10. VTP Traps Generation : Disabled
  11. MD5 digest : 0x66 0x9F 0x99 0xEE 0xCB 0x05 0x37 0x00
  12. Configuration last modified by 0.0.0.0 at 3-1-93 01:02:36
  13. Local updater ID is 0.0.0.0 (no valid interface found)
Client-1 
  1. Switch#sh vtp status
  2. VTP Version : 2
  3. Configuration Revision : 10
  4. Maximum VLANs supported locally : 255
  5. Number of existing VLANs : 10
  6. VTP Operating Mode : Client
  7. VTP Domain Name : jakarta
  8. VTP Pruning Mode : Disabled
  9. VTP V2 Mode : Disabled
  10. VTP Traps Generation : Disabled
  11. MD5 digest : 0x66 0x9F 0x99 0xEE 0xCB 0x05 0x37 0x00
  12. Configuration last modified by 0.0.0.0 at 3-1-93 01:02:36
Transparent 
  1. Switch#sh vtp status
  2. VTP Version : 2
  3. Configuration Revision : 0
  4. Maximum VLANs supported locally : 255
  5. Number of existing VLANs : 7
  6. VTP Operating Mode : Transparent
  7. VTP Domain Name : jakarta
  8. VTP Pruning Mode : Disabled
  9. VTP V2 Mode : Disabled
  10. VTP Traps Generation : Disabled
  11. MD5 digest : 0x55 0xC6 0xE5 0x1B 0xF2 0xEB 0x97 0x58
  12. Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00

Pada status diatas ada yang ditebali yaitu configuration revision ada beberapa hal yang harus diketahui tentang configuration revision di vtp ini :
  1. Switch dengan vtp mode client hanya akan menerima dan memproses update informasi dari switch vtp mode server yang nilai configuration revisionnya lebih tinggi atau sama. Pada kasus diatas nilai configuration revision switch vtp mode server sama dengan nilai configuration revision dari switch mode client sehingga switch client memproses update informasi dari switch vtp mode server.
  2. Switch dengan vtp mode client hanya akan menerima tetapi tidak akan memproses update informasi dari switch vtp mode server yang nilai configuration revisionnya lebih kecil.
  3. Nilai configuration revision di switch vtp mode transparent tidak akan mempengaruhi switch server dan client karena sifatnya independent 

Tolong Laporkan Jika Ada Link Yang Error Atau Gambar Tidak Muncul :)
dan mohon untuk mengklik iklan banner untuk kelangsungan blog :)"
Sekalian juga untuk biaya sekolah admin nya. :) terimakasih :)
EmoticonEmoticon