Tutoriel sur la configuration VTP sur une switch Cisco afin de faire la propagation des VLAN.
SW1 (SERVEUR)
- switch> enable
- switch# conf t
- switch(config-vlan)# vlan 10
- switch(config-vlan)# exit
- switch(config)# vlan 20
- switch(config-vlan)# exit
- switch(config)# vtp domain VTP_CISCOINC
- switch(config)# vtp mode server
- switch(config)# int gi1/1
- switch(config-int)# switchport mode trunk
- switch(config-int)# no shut
SW2 (CLIENT)
- switch(config)# vtp domain VTP_CISCOINC
- switch(config)# vtp mode client
- switch(config)# int gi1/1
- switch(config-int)# switchport mode trunk
- switch(config-int)# no shut
- switch(config-int)# exit
- switch(config-int)# int fa0/1
- switch(config-int)# switchport mode access
- switch(config-int)# switchport access vlan 10
- METTRE CABLE INVERSE
Vérifier la propagation des VLAN
- switch# sh vlan
- switch# sh vtp status
Aucune réponse à «03 – VTP – Configuration de VTP et la propagation des vLAN»