Question : Problem: Vlan trunking

Hello, i have setup a switch just to host servers and want to use vlan 88 for half the switch and vlan1 for the other half.  I have set the switch to trunk across its 4 neighbor switches and set router on a stick on the router.  Trunking is setup ok but the vlan 88 only shows up on the primary management switch and not on its neighbors.

Its says vlans 1 - 4094 are allowed on each trunk (sh interfaces trunk)
But only vlan 1 is allowed and active in mgt domain (vlan 88 is not listed) or spanning tree forwarding state

Do i need to create the actual vlan 88 on each switch that is part of the trunk ie

interface vlan 88
description management_vlan
ip address 10.226.88.1 255.255.255.0

or something else.  I havent setup server mode etc.  

Answer : Problem: Vlan trunking

if you want to enable vtp,

go to your "core switch" and type:
switch(config)# vtp mode server
switch(config)# vtp domain MYDOMAIN


then go to each member switch and type
otherswitch(config)# vtp mode client
otherswitch(config)# vtp domain MYDOMAIN


all vlan information from the "core switch" will be passed on to the client switches
Random Solutions  
 
programming4us programming4us