Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cisco: NSP

VLAN ID limit?

 

 

Cisco nsp RSS feed   Index | Next | Previous | View Threaded


abalashov at evaristesys

Aug 19, 2008, 9:48 PM

Post #1 of 7 (2769 views)
Permalink
VLAN ID limit?

For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like
VLAN IDs higher than 1005:


sw01(config)#switchport trunk allowed vlan add 1202
Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
number (1202) out of the range 1 to 1005.

This is with a trunking interface:

interface FastEthernet0/1
duplex full
speed 100
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,3,100,1002-1005
switchport mode trunk

IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).

I'm pretty sure this has already been asked a thousand times, but how do
I get around this issue so I can get support for the extended VLAN IDs
up to 4096?

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


abalashov at evaristesys

Aug 19, 2008, 9:53 PM

Post #2 of 7 (2717 views)
Permalink
Re: VLAN ID limit? [In reply to]

Andrew Gristina wrote:

> Are you in transparent vtp mode?

The switch is set to VTP server, but there is no VTP config file, no
domain set, and pruning, V2 and all the other stuff is turned off. I am
assuming that means VTP is dormant somehow, since I have no wish to use
it with the upstream provider's switch.

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


agristina+cisco-nsp at gmail

Aug 19, 2008, 9:54 PM

Post #3 of 7 (2719 views)
Permalink
Re: VLAN ID limit? [In reply to]

Are you in transparent vtp mode?

On Tue, Aug 19, 2008 at 9:48 PM, Alex Balashov
<abalashov [at] evaristesys> wrote:
> For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like VLAN
> IDs higher than 1005:
>
>
> sw01(config)#switchport trunk allowed vlan add 1202
> Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
> number (1202) out of the range 1 to 1005.
>
> This is with a trunking interface:
>
> interface FastEthernet0/1
> duplex full
> speed 100
> switchport trunk encapsulation dot1q
> switchport trunk allowed vlan 1,3,100,1002-1005
> switchport mode trunk
>
> IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).
>
> I'm pretty sure this has already been asked a thousand times, but how do I
> get around this issue so I can get support for the extended VLAN IDs up to
> 4096?
>
> --
> Alex Balashov
> Evariste Systems
> Web : http://www.evaristesys.com/
> Tel : (+1) (678) 954-0670
> Direct : (+1) (678) 954-0671
> Mobile : (+1) (706) 338-8599
> _______________________________________________
> cisco-nsp mailing list cisco-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


abalashov at evaristesys

Aug 19, 2008, 9:54 PM

Post #4 of 7 (2719 views)
Permalink
Re: VLAN ID limit? [In reply to]

Damn.

Are you absolutely sure there is no IOS upgrade for the existing switch
that can fix this?

Chris Phillips wrote:

> Alex,
>
> You don't get around it on the 2924. You will need to upgrade to the
> 2950G-24-EI.
>
> They're not much more than the 2924.
>
> Good luck.
>
> Alex Balashov wrote:
>> For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like
>> VLAN IDs higher than 1005:
>>
>>
>> sw01(config)#switchport trunk allowed vlan add 1202
>> Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
>> number (1202) out of the range 1 to 1005.
>>
>> This is with a trunking interface:
>>
>> interface FastEthernet0/1
>> duplex full
>> speed 100
>> switchport trunk encapsulation dot1q
>> switchport trunk allowed vlan 1,3,100,1002-1005
>> switchport mode trunk
>>
>> IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).
>>
>> I'm pretty sure this has already been asked a thousand times, but how
>> do I get around this issue so I can get support for the extended VLAN
>> IDs up to 4096?
>>


--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


cphillips at wbsconnect

Aug 19, 2008, 9:55 PM

Post #5 of 7 (2728 views)
Permalink
Re: VLAN ID limit? [In reply to]

Alex,

You don't get around it on the 2924. You will need to upgrade to the
2950G-24-EI.

They're not much more than the 2924.

Good luck.

Alex Balashov wrote:
> For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like
> VLAN IDs higher than 1005:
>
>
> sw01(config)#switchport trunk allowed vlan add 1202
> Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
> number (1202) out of the range 1 to 1005.
>
> This is with a trunking interface:
>
> interface FastEthernet0/1
> duplex full
> speed 100
> switchport trunk encapsulation dot1q
> switchport trunk allowed vlan 1,3,100,1002-1005
> switchport mode trunk
>
> IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).
>
> I'm pretty sure this has already been asked a thousand times, but how do
> I get around this issue so I can get support for the extended VLAN IDs
> up to 4096?
>
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


gkuri at csupomona

Aug 19, 2008, 9:59 PM

Post #6 of 7 (2710 views)
Permalink
Re: VLAN ID limit? [In reply to]

afaik, the 2900XL and 3500XL series switches do not support extended range vLANs, you'll need to upgrade your switch, sorry ...

http://supportwiki.cisco.com/ViewWiki/index.php/The_Cisco_Catalyst_switch_does_not_permit_the_creation_of_extended-range_VLANs_in_the_VLAN_database_mode


-----
Gabriel Kuri | Sr. Network Engineer
Instructional and Information Technology Division
California State Polytechnic University, Pomona
http://www.csupomona.edu/~iit | +1 909 979 6363



-----Original Message-----
From: cisco-nsp-bounces [at] puck on behalf of Alex Balashov
Sent: Tue 8/19/2008 9:48 PM
To: cisco-nsp [at] puck
Subject: [c-nsp] VLAN ID limit?

For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like
VLAN IDs higher than 1005:


sw01(config)#switchport trunk allowed vlan add 1202
Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
number (1202) out of the range 1 to 1005.

This is with a trunking interface:

interface FastEthernet0/1
duplex full
speed 100
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,3,100,1002-1005
switchport mode trunk

IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).

I'm pretty sure this has already been asked a thousand times, but how do
I get around this issue so I can get support for the extended VLAN IDs
up to 4096?

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


cphillips at wbsconnect

Aug 19, 2008, 10:09 PM

Post #7 of 7 (2720 views)
Permalink
Re: VLAN ID limit? [In reply to]

The last time I checked 12.0(WC17) or something like that, it was not
possible. WC17 came out in mid-2007 if I recall correctly.

I don't think that Cisco is going to support anything > 1005 on the XL
series switches ever. Their goal is to keep you buying new gear, and if
they just keep adding features to the odd stuff, who needs new gear.

Anyway, there's several other improvements that the 2950Gs have over the
XLs, that make it much more appealing. Here's a few:

they run 12.1 instead of 12.0
ssh support
"do" support
don't have to use the "vlan database" to create VLANs
etc...

Like I said before, they're dirt cheap and very much worth the slight
price increase.

Alex Balashov wrote:
> Damn.
>
> Are you absolutely sure there is no IOS upgrade for the existing switch
> that can fix this?
>
> Chris Phillips wrote:
>
>> Alex,
>>
>> You don't get around it on the 2924. You will need to upgrade to the
>> 2950G-24-EI.
>>
>> They're not much more than the 2924.
>>
>> Good luck.
>>
>> Alex Balashov wrote:
>>> For some reason, my Catalyst 2900 series (WS-C2924-XL) does not like
>>> VLAN IDs higher than 1005:
>>>
>>>
>>> sw01(config)#switchport trunk allowed vlan add 1202
>>> Command rejected: Bad VLAN list - character #5 (EOL) delimits a VLAN
>>> number (1202) out of the range 1 to 1005.
>>>
>>> This is with a trunking interface:
>>>
>>> interface FastEthernet0/1
>>> duplex full
>>> speed 100
>>> switchport trunk encapsulation dot1q
>>> switchport trunk allowed vlan 1,3,100,1002-1005
>>> switchport mode trunk
>>>
>>> IOS is 12.0(5)WC8 (C2900XL-C3H2S-M).
>>>
>>> I'm pretty sure this has already been asked a thousand times, but how
>>> do I get around this issue so I can get support for the extended VLAN
>>> IDs up to 4096?
>>>
>
>
_______________________________________________
cisco-nsp mailing list cisco-nsp [at] puck
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Cisco nsp RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.