Tutorial ecrit sur Protocole VTP
Le protocole vtp est un protocole qui facilite le changement des
information entre les commutateurs (switchs) et spécialement en ce qui concerne
les vlan.
Il suffit de mettre les vlan
dans un switch serveur et mettre les autres en mode client pour avoir recevez
les vlans.
La maquette suivante
Alors on commence par la configuration de commutateur serveur et mettre les vlans
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name vlan10
Switch(config-vlan)#exit
Switch(config)#vlan 10
Switch(config-vlan)#name vlan10
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name vlan20
Switch(config-vlan)#exit
Switch(config)#exit
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vt
Switch(config)#vtp do
Switch(config)#vtp domain pcmonde
Changing VTP domain name from NULL to pcmonde
Switch(config)#vtp pas
Switch(config)#vtp password 123
Setting device VLAN database password to 123
Switch(config)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Le
deuxième est transparent c'est a dire qu'il ne vas pas recevoir les vlans mais
il va les laisser passé vers le commutateur Client
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vt
Switch(config)#vtp mo
Switch(config)#vtp mode tr
Switch(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode.
Switch(config)#vtp domain pcmonde
Changing VTP domain name from NULL to pcmonde
Switch(config)#vtp password 123
Setting device VLAN database password to 123
Switch(config)#end
et pour le client
Switch>
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp domain pcmonde
Changing VTP domain name from NULL to pcmonde
Switch(config)#vtp password 123
Setting device VLAN database password to 123
Switch(config)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Et on finit par mettre les ports qui relient les switchs en mode
trunk
switchport mode trunk
Maintenant si on fait show vlan
dans le commutateur client on voie
Switch#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/11, Fa0/12, Fa0/13
Fa0/14, Fa0/15, Fa0/16, Fa0/17
Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24, Gig1/1
Gig1/2
10 vlan10 active
20 vlan20 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
mais pour le transparent rien n'a changé
Maintenant passons pour
voir la statut de vlan dans les commutateur avec la commande.
show vtp statut
Commutateur serveur
Switch#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 7
VTP Operating Mode : Server
VTP Domain Name : pcmonde
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE2 0x79 0x34 0x7A 0x72 0x37 0x23 0x58
Configuration last modified by 0.0.0.0 at 3-1-93 00:00:28
Local updater ID is 0.0.0.0 (no valid interface found)
pour transparent
Switch#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 7
VTP Operating Mode : Transparent
VTP Domain Name : pcmonde
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE2 0x79 0x34 0x7A 0x72 0x37 0x23 0x58
Configuration last modified by 0.0.0.0 at 3-1-93 00:00:28
Et pour client
Switch#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 7
VTP Operating Mode : Client
VTP Domain Name : pcmonde
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xE2 0x79 0x34 0x7A 0x72 0x37 0x23 0x58
Configuration last modified by 0.0.0.0 at 3-1-93 00:00:28
et voila
Aucun commentaire:
Enregistrer un commentaire