05-21-2008 09:37 AM - edited 03-05-2019 11:08 PM
Hey, i'm new to the concept of vlan and vtp.
I'm triyng to understand its uses and limitations, cause I'm working on my networking classes practices.
Now here's what I'm tring to do and where I'm stuck:
I'm wondering how (or even i it is possible) to manage wich ports of VTP client switches are assigned to a particular VLAN. I mean, let's suppose I have 3 VLAN in server switch, and a bunch of VTP client switches, and I want to assign port a, b, c from client 1 to VLAN 1 and ports p,q,r to VLAN 3; then in client 2 configure ports i,j to vlan 1 and x, y to VLAN 2, and so on...
Is that possible?, how do I make that port (or port range) "X" in switch "A" to VLAN "W" assignment?
05-21-2008 10:51 AM
VTP allows you to define VLANs on a server switch and have the client switches learn about the new VLAN dynamically. VTP does not assign ports to VLANs. You still need to go to the individual switch to do that.
Please rate helpful posts.
05-21-2008 11:18 AM
thanks a lot for the reply, very helpful.
one more question, if VTP can't assign ports to VLANs, is there any centralized way to manage port assignment of all switches?
Thank you a lot in advance!
05-21-2008 10:02 PM
As already mentioned, VTP synchronises vlan information only across all switches. It doesnt pass the port assignment.
You can assign a range of ports to a specific vlan with range command:
"interface range gi0/1 - 15
switchport mode access
switchport access vlan x
However u can access switchports to vlans dynamically with VMPS.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide