04-20-2015 02:22 PM - edited 03-05-2019 01:17 AM
Hi all,
I have an old switch C3524 running image "C3500XL-c3h2s-mz-120.5.2-xu". I had successfully created vlan 120 but when I config "interface vlan 120" as follows:
swicth # conf t
switch(config-subif)#interface vlan 120
switch(config-subif)#ip address 172.10.10.1 255.255.255.0
switch(config-subif)#no shut
then show run does not see this interface. Show vlan indicates vlan 120 is active.
Please help. thank you.
Solved! Go to Solution.
04-20-2015 03:08 PM
3500XL is a layer 2 switch.
only one vlan can be active at a time.
shut down vlan 1 then you should be able to bring up vlan 120.
hope this helps,
please rate helpful posts.
thanks
04-20-2015 02:41 PM
after I remove the vlan 120 from one fastethernet interface, show run now sees the interface vlan 120 but in shutdown mode. Trying to do no shut but not help. Please advise.
Thank you.
04-20-2015 03:08 PM
3500XL is a layer 2 switch.
only one vlan can be active at a time.
shut down vlan 1 then you should be able to bring up vlan 120.
hope this helps,
please rate helpful posts.
thanks
04-20-2015 03:14 PM
you're right. I just shut down interface vlan 10 (interface vlan 1 is down already) then interface vlan 120 comes up. Question is: if I need to configure several ports: some in vlan 10 and some in vlan 120 then should I have interface vlan 10 up too ?
Thank you very much.
04-20-2015 03:25 PM
Since it's not a layer 3 device, svi's are not needed for each vlan. Create the vlans on the switch and trunk them to a layer 3 device, which will do your routing.
hope this helps...
04-20-2015 03:27 PM
wonderful, thank you very much.
04-20-2015 03:29 PM
Your welcome.
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