VTP Server
VTP Client
VTP Transparent
VTP Transparent adalah switch yang tidak memberikan hasil konfigurasi switchnya ke switch lain, tetapi switch tersebut tetap dapat melakukan pengirman data melalui port trunk.
VTP Domain
Terdiri dari satu atau lebih banyak switch yang saling terhubung. Semua switch berada dalam domain yang berbagi Informasi konfigurasi VLAN menggunakan VTP adverstisement.
TOPOLOGY
Switch>enSwitch#conf tSwitch(config)#int fa0/24Switch(config-if)#sw mod trSwitch(config-if)#ex
Konfigurasi VTP
Switch(config)#vtp mod serverDevice mode already VTP SERVER.Switch(config)#vtp dom tkjChanging VTP domain name from NULL to tkjSwitch(config)#vtp pass vianSetting device VLAN database password to vian
Konfigurasi VLAN
Switch(config)#vl 10Switch(config-vlan)#name SISWASwitch(config-vlan)#exSwitch(config)#vl 20Switch(config-vlan)#name GURUSwitch(config-vlan)#ex
2. Kita lakukan pengecheckan vlan, gunakan perintah berikut;
Switch(config)#do sh vl
Switch>enSwitch#conf tSwitch(config)#int r f0/23-24Switch(config-if-range)#sw mod trSwitch(config)#vtp mod transparentSetting device to VTP TRANSPARENT mode.Switch(config)#vtp dom tkjDomain name already set to tkj.Switch(config)#vtp pass vianSetting device VLAN database password to vian
Switch>enSwitch#conf tSwitch(config)#int fa0/24Switch(config-if)#sw mod trSwitch(config-if)#ex
Konfigurasi VTP
Switch(config)#vtp mod clientSetting device to VTP CLIENT mode.Switch(config)#vtp dom tkjChanging VTP domain name from NULL to tkjSwitch(config)#vtp pass vianSetting device VLAN database password to vian
Switch(config)#do sh vl








Posting Komentar