VTP Configuration Commands || How to Configure VTP Modes || VTP Mode Commands ||

दोस्तो पिछले ब्लाग में हमने VTP के सारे Basic concept को समझा था। आज हम VTP configuration करना सीखेगे।

VTP Configuration Basics - जैसा कि आप diagram में देख पा रहे हैं मेरे पास 3 switch हैं और इन्ही तीनो switches पर हम VTP Server, VTP Client & VTP Transparent की configuration करेगें।


Switch 1 - switch 1 को हम VTP Server बनायेगें, वैसे सभी switches Server mode में ही होते हैं जब तक हम उसे किसी और mode में convert ना करे तब तक। switch 1 पर मैने दो VLAN पहले से बना के रखे हैं VLAN 2 & VLAN 3 और इन्ही VLAN को हमे switch 3 पर भेजना है।

Switch 2 - switch 1 को हम VTP Transparent mode में रखेगें ताकि वो Server switch (switch1) से VLAN की information ले और उसे आगे switch 3 पर forward कर दे परन्तु अपने database में VLAN की information ना रखे।

Switch 3 - switch 1 को हम VTP Client mode में रखेगें ताकि वो दूसरे switches से  VLAN की information को ले सके।

Trunk Concept - Trunk ports वो ports होते हैं जो VLAN की information को एक जगह से दूसरी जगह लेके जाते हैं जैसे Switch to Switch or Switch to Router, इस scenario में मुझे  Transparent switch के दोनों Ports fa0/23 & fa0/24 जो switch 1 & switch 3 के साथ connect हैं मुझे उन Ports को trunk port बनाना पड़ेगा।

VTP Configuration Commands -

Switch 1 configuration -

switch>ena
switch#config t
switch(config)#vtp mode server
switch(config)#vtp domain pradeep
switch(config)#vtp password ccna


Switch 2 Configuration -

switch>ena
switch#config t
switch(config)#vtp mode transparent
switch(config)#interface fa0/23
switch(config-if)#switchport mode trunk
switch(config)#interface fa0/24
switch(config-if)#switchport mode trunk


Switch 3 Configuration -

switch>ena
switch#config t
switch(config)#vtp mode client
switch(config)#vtp domain pradeep
switch(config)#vtp password ccna


इतनी configuration करने के बाद Client Switch(switch 3) VLAN की information तो recieve कर लेगा परन्तु अभी भी Port configuration हमे manually ही करनी पड़ेगी। Port configuration हम पहले ही VLAN configuration के Blog में सीख चुके हैं।

VTP Command Summary -

vtp mode - vtp mode set करने के लिये।
vtp domain - domain name set करने के लिये।
vtp password - vtp का password set करने के लिये ताकि कोई unauthorised user VLAN की information ना ले पाये।

आज हमने जाना -

vtp configuration commands
vtp modes in hindi
vtp working process in hindi
vtp domain in hindi

Post a Comment

0 Comments