VTP Layer 2 framelerini kullanir ve VLAN’ larin butun network icinde yonetilmesini, silinmesini,
eklenmesini ya da yeniden adlandirilmasini saglar. Dolayisiyla VTP networkteki butun switchlerin
ve VLAN konfigurasyonlarinin merkezi bir sekilde yonetilmesini saglar.
VTP protokolunun calisma prensibi icinde ortamda VTP Server ve VTP clientlar bulunur.
Ayni domain de bulunan VTP Clientlar , serverdan VLAN bilgilerini alirlar.
o VLAN’lar VTP Server da olusturulur.
o VLAN bilgileri client switchlere gonderilir.
o Ayni domain icinde bulunan switchler VLAN bilgilerini alirlar.
o Bu gelismeden sonra artik client switchlerde portlar VTP Server da olusturulan VLAN’ lara
atanabilir.
o VTP Client olarak konfigure edilen switchlerde VLAN olusturulamaz.
o Farkli domainlerde bulunan switchler VLAN bilgilerini paylasmazlar.
Switchler VTP bilgilerini almamak uzerede configure edilebilirler, Bu switchler VLAN bilgilerini
Trunk portlarindan gonderirken kendisine gelen bilgileri almaz ve kendi VLAN database’ ini
yapilandirmaz. Switchleri vu sekilde calismasi VTP Mode Transparent olarak adlandirilmistir. Bu
modda calisan Switchler VTP domaine katilmazlar.Guvenlik acisindan VTP domainlerine password verilebilir.Bu durumda password o domain de bulunan butun switchlerde configure edilmelidir.
VTP domainlerde switchler 3 ayri modda çalışır.
o VTP Server
o VTP Client
o VTP Transparent
Konfigurasyon:
Switch# vlan database
Switch(vlan)# vtp domain domain-name
Switch(vlan)# vtp {server | client | transparent}
Switch(vlan)# vtp password password
Switch(vlan)# vtp v2-mode (version2)
Örnek Çalışma
Server
Switch(config)#vtp domain adnan
Changing VTP domain name from NULL to adnan
Switch(config)#vtp mode server
Device mode already VTP SERVER.
Switch(config)# vtp ?
domain Set the name of the VTP administrative domain.
mode Configure VTP device mode
password Set the password for the VTP administrative domain
version Set the adminstrative domain to VTP version
Switch(config)# vtp password cisco
Setting device VLAN database password to cisco
Switch(config)#vtp version 2
Switch(config)#do wr
Building configuration...
[OK]
[divider]
Transparet
Switch(config)#host transparent
transparent(config)#vtp domain adnan
Domain name already set to adnan.
transparent(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode.
transparent(config)#vtp password cisco
Setting device VLAN database password to cisco
transparent(config)#vtp version 2
transparent(config)#do wr
Building configuration...
Trasnparent da vlanlar eklenmez
[divider]
Client
Switch(config)#host client
client(config)#vtp domain adnan
Domain name already set to adnan.
client(config)#vtp mode client
Setting device to VTP CLIENT mode.
client(config)#vtp version 2
Cannot modify version in VTP client mode
client(config)#vtp password cisco
Setting device VLAN database password to cisco
client(config)#do wr
Building configuration...
[OK]
client da gördüğümüz gibi server da oluşturduğumuz vlan lar geldi. Ne zman ki servar vtp de yeni bir vlan eklersek revision numarasının değiştiğini görebiliriz.
Projeyi indir. vtp
Comments are closed, but trackbacks and pingbacks are open.