I just created 4 vlans on my cisco 3560 switch -which is in VTP server mode - but when i issue a sh vlan command, the newly created vlans are not there..
Actually only one of then shows up. But yesterday it wasn't there..this is bizzare. I issue a no shut command just for fun. but i follow the basic vlan creation steps below
HOSTNAME(config)#int vlan 191
HOSTNAME(config-if)#desc Demo-WifiCrew
HOSTNAME(config-if)#exit
HOSTNAME(config)#int vlan 192
HOSTNAME(config-if)#desc Demo-CafeInt
HOSTNAME(config-if)#exit
HOSTNAME(config)#int vlan 193
HOSTNAME(config-if)#desc Demo-CafeMGT
HOSTNAME(config-if)#exit
HOSTNAME(config)#do sh vlan
--
sh vlan command output below. 190 is the only one that showed up a day later.
150 DataCenter active
151 linux redhat active
152 airplane active
153 DevPersonalIP active
171 roof active 190 Demo-WifiPax active
199 DevInternet active Gi0/42
203 wall active
204 whole active
W1>enable
SW1#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
SW1(config)#vlan 10
SW1(config-vlan)#name Sales
SW1(config-vlan)#vlan 20
SW1(config-vlan)#name Development
SW1(config-vlan)#vlan 30
SW1(config-vlan)#name Marketing
SW1(config-vlan)#end