cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2369
Views
0
Helpful
9
Replies

VLANS can't be created

kradjesh13
Level 1
Level 1

Hi,

I have Cisco 877 series Router. I was about to create VLAN 2 and VLAN 3 for Servers and Wireless. But it says, it cannot create more than 1 VLAN.

So, does this router don't support more than 1 Vlan. Can any one tell me, from which serious we can assign more than one vlan.

Aslo, can any one suggest me is there is any other way to create more than 1 valn in 877 series itself by upgrading the IOS or by any other means.

Thanks Guys,

1 Accepted Solution

Accepted Solutions

Hi Rajesh,

If you look at the list of IOS versions I posted earlier, you'll see that your version is not supported.

Is it possible for you to upgrade the image at all ?

Paresh

View solution in original post

9 Replies 9

pkhatri
Level 11
Level 11

Would you be able to post the command output that results when you try this.

Thanks,

Paresh.

pkhatri
Level 11
Level 11

Just did a check on Feature Navigator for this and it seems that you need one of the following feature sets for this:

ADV. IP SERVICES

ADVANCED SECURITY

ADV. ENTERPRISE SERVICES

It is supported on the following versions:

12.4(4)T1 ADV. IP SERVICES c870-advipservicesk9-mz.12.4-4.T1

12.4(4)T1 ADVANCED SECURITY c870-advsecurityk9-mz.12.4-4.T1

12.4(4)T ADV. IP SERVICES c870-advipservicesk9-mz.12.4-4.T

12.4(2)XA1 ADV. IP SERVICES c870-advipservicesk9-mz.12.4-2.XA1

12.4(2)XA ADV. IP SERVICES c870-advipservicesk9-mz.12.4-2.XA

12.4(2)T2 ADV. IP SERVICES c870-advipservicesk9-mz.12.4-2.T2

12.4(2)T1 ADV. IP SERVICES c870-advipservicesk9-mz.12.4-2.T1

12.4(2)T ADV. IP SERVICES c870-advipservicesk9-mz.12.4-2.T

12.3(14)YT1 ADV. IP SERVICES c870-advipservicesk9-mz.12.3-14.YT1

12.3(14)YT ADV. IP SERVICES c870-advipservicesk9-mz.12.3-14.YT

12.3(8)YI3 ADV. ENTERPRISE SERVICES c870-adventerprisek9-mz.12.3-8.YI3

12.3(8)YI3 ADV. IP SERVICES c870-advipservicesk9-mz.12.3-8.YI3

12.3(8)YI2 ADV. ENTERPRISE SERVICES c870-adventerprisek9-mz.12.3-8.YI2

12.3(8)YI2 ADV. IP SERVICES c870-advipservicesk9-mz.12.3-8.YI2

12.3(8)YI1 ADV. IP SERVICES c870-advipservicesk9-mz.12.3-8.YI1

Hope that helps.. pls rate the post if it does.

Regards,

Paresh.

Hi Paresh,

Thanks for your quick response. I have attached the configs i tried for VLAN creation and the output it gave in a text file.

Thanks

Rajesh

Forgot to add this, finally i gave this command. The output i got is

yourname#show vlans

No Virtual LANs configured.

Hi Rajesh,

If you look at the list of IOS versions I posted earlier, you'll see that your version is not supported.

Is it possible for you to upgrade the image at all ?

Paresh

I will try to upgrade the IOS paresh and let you know how it goes Paresh.

Thanks

Rajesh

Hi Rajesh,

I dont think you will be able to configure VLAN's on a router. VLAN's can only be created on a switch. Please tell me what you need to achieve using VLAN's. If its inter VLAN routing, you need not create VLAN's in the router.

Regards,

Naveen B

No, this router acts like a switch for VLAN creation.

From priv. mode eg

router#

enter:-

vlan database

and create vlans by typing eg:-

vlan 2 name voice

then they should show up in "sh vlan"

If you want the router to have an IP address on each vlan , do this from global config mode

router#(config)

interface VLAN1

ip address xxx.xxx.xxx.xxx mask

no shut

interface VLAN 2

ip addres xxx.xxx.xxx.xxx mask

no shut

(pretty unusual eh?)

cheers,

Peter.

Hi

As already mentioned by paresh u need to have minimum ADVANCED IP SERVICES FEATURE SET in ur IOS code which can support max 4 802.1Q Vlans in 870 Series routers..

do check out this data sheet for the same..

http://cisco.com/en/US/products/hw/routers/ps380/products_data_sheet0900aecd8028a976.html

regds