cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
2
Replies

VTP

101venom101
Community Member

I have 3 switches 3750?s connected with Cat5 1000mb I need to set up Vlan?s. I?ve tried to set the vtp on one switch as master and the other two as client but when I create a vlan on the master switch I do not see any on the Client switches am I missing something?

2 Replies 2

ankbhasi
Cisco Employee
Cisco Employee

Hi Friend,

Make sure you configure trunk between switches. Also make sure you have same VTP domain configured on all switches with same password.

I will recommed to first check the trunk connection between switches.

HTH

Ankur

ariela
Level 8
Level 8

Hi,

a very basic configuration that you have to do in your switches is like that:

conf t

vtp domain TEST (as you wish, but the same)

vtp mode server|client

vlan x

name X

vlan y

name Y

... (and so on)

interface (between switches)

switchport trunk encapsulation dot1q

switchport mode trunk

So, check your trunk, check your VTP configuration, and that's it.

HTH

Andrea