VLAN TRUNKING PROTOCOL


VLAN TRUNKING PROTOCOL

Vlan Trunking Protocol (VTP) merupakan metode pemusatan sebuah management pada konfigurasi Vlan.

Perhatikan Topologi berikut:




Vlan Trunking Protocol (VTP) dibagi menjadi 3 Mode, yaitu ;

  • VTP Mode Server : ini merupakan sebuah induk dari beberapa switch client, dan bila Server membuat menambahkan atau menghapus sebuah konfigurasi Vlan yang baru maka switch Client yang nginduk pada switch Server akan terubah juga sesuai konfigurasi pada switch Server. 
  • VTP Mode Transparent : mode Transparent bisa membuat Vlan tetapi hanya berada pada bersifat Local, dan pada switch Transparent apabila sebuah switch Server membuat konfigurasi maka pada switch Transparent tidak akan berubah sama pada switch Server.
  • VTP Mode Client : ini merupakan switch yang menginduk pada server karena memiliki domain dan password yang sama dengan switch Server, dan apabila sebuah konfigurasi pada switch Server melakukan penghapusan konfigurasi Vlan, maka show Vlan pada switch Client ikut terhapus juga.

KONFIGURASI PADA SWITCH SERVER : 
 Enable mode Trunk : switch(config)#int fa 0/1 → Enable Interface 
 Switch(config-if)#switchport mode trunk → Enable Trunk 
 Switch(config-if)#exit 

 Pembuatan Vlan : 
 Switch(config)#vlan 10 → Enable Vlan 10 
 Switch(config-vlan)#vlan 20 → Enable Vlan 20 
 Switch(config-vlan)#exit 

 Pembuatan VTP mode Server : 
 Switch(config)#vtp mode server → Enable VTP mode 
 Switch(config)#vtp domain radhit → VTP domain (name) 
 Switch(config)#vtp password 123 → VTP password

CHECK VLAN PADA SWITCH SERVER





KONFIGURASI PADA SWITCH CLIENT : 
 Enable mode Trunk : 
 switch(config)#int fa 0/1 → Enable Interface 
 Switch(config-if)#switchport mode trunk → Enable Trunk 
 Switch(config-if)#exit 

 Pembuatan VTP mode Client : 
 Switch(config)#vtp mode client → Enable VTP mode 
 Switch(config)#vtp domain radhit → VTP domain (name) 
 Switch(config)#vtp password 123 → VTP password 

CHECK VLAN PADA SWITCH CLIENT




KONFIGURASI PADA SWITCH TRANSPARENT : 
 Enable mode Trunk : 
 switch(config)#int fa 0/1 → Enable Interface 
 Switch(config-if)#switchport mode trunk → Enable Trunk 
 Switch(config-if)#exit 

 switch(config)#int fa 0/2 → Enable Interface 
 Switch(config-if)#switchport mode trunk → Enable Trunk 
 Switch(config-if)#exit 

 Pembuatan VTP mode Transparent : 
 Switch(config)#vtp mode transparent → Enable VTP mode 
 Switch(config)#vtp domain radhit → VTP domain (name) 
 Switch(config)#vtp password 123 → VTP password 

 Pembuatan Vlan : 
 Switch(config)#vlan 100 → Enable Vlan 100 
 Switch(config-vlan)#exit



Note : bisa dilihat bahwa switch Client bisa menginduk dengan switch Server tanpa switch Transparent ikut menginduk ke switch Server, walaupun adanya mode Trunking antar sesama switch.














Komentar

Postingan populer dari blog ini

Portofolio

Materi sejarah perjalanan sistem operasi Windows