Avatar of Robert Perez-Corona
Robert Perez-Corona
Flag for United States of America asked on

Created new vlan - sh vlan does not list the vlan

Hello,

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

--

pls help

thx
t
Switches / HubsNetworking Hardware-OtherNetworking Protocols

Avatar of undefined
Last Comment
Robert Perez-Corona

8/22/2022 - Mon
Robert Perez-Corona

ASKER
i also tried creating the vlans on my L2 2950 which is in VTP Client mode..but no go either.
James H

Type this in your switch:

VLAN (Number) in config mode.

This should add it to the VLAN database.
Robert Perez-Corona

ASKER
so..

#conf t

(config)# vlan 191

(config-vlan)# then?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
James H

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Robert Perez-Corona

ASKER
just pulled this from a site:

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

vlans show up now.

thanks so much Spartan!