10-08-2011 10:04 AM - edited 03-07-2019 02:40 AM
Hi,
I want to add vlan 3230 on cisco c296-48TT-L but not being able to add it. Does this switch supports this vlan or not.
It only shows 1-1005 is ISL VLAN index. What should I do to add 3230 vlan in this switch. I have pasted some information which may be helful for you.
Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 1 50 WS-C2960-48TT-L 12.2(25)SEE2 C2960-LANBASE-M
Configuration register is 0xF
Switch#
Switch(vlan)#vlan 3230
^
% Invalid input detected at '^' marker.
Switch(vlan)#vla
Switch(vlan)#vlan ?
<1-1005> ISL VLAN index
Thanks for your help in advance,
Bikas
10-08-2011 10:38 AM
Hi Bikas,
I am following you ;)
please check this
10-08-2011 11:32 AM
change u r VTP mode to transparent for creating extended range vlan.
10-08-2011 06:42 PM
HI,
Still not working,
show vtp status shows
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 7
VTP Operating Mode : Transparent
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x30 0x06 0x0E 0x30 0x12 0x29 0xFA 0x92
when adding vlan 3230 it shows as follows:
SWITCH(vlan)#vlan 3230
^
% Invalid input detected at '^' marker.
What to do now ?
- Bikas
10-08-2011 07:10 PM
now that you are in transparent mode
Can you try this
exit from the config mode
then go back to config mode and try
vlan 3230
you should be in this mode now:
Switch(config)#vlan 3230
Switch(config-vlan)#exit
Switch(config)#
HTH
10-08-2011 06:48 PM
You need to enable vtp version 3 to use the extended vlan id's.
Sent from Cisco Technical Support iPhone App
10-08-2011 07:12 PM
You don't need to be in version 3
I can enable the same vlan id in version 1 and 2
10-09-2011 12:57 AM
As told in the URL presented above, the extended vlans cannot be configured in the vlan database mode (= when the prompt says "(vlan)"). You need to go to the normal configuring mode with "config t" command and then create the vlan there with the usual "vlan" command.
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