cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
810
Views
8
Helpful
11
Replies

VLAN.

shankar1023
Level 1
Level 1

Hi,

We are creating two VLAN with a 1800 series router for two branch office each 64 Kbps(Total 128 Kbps).Can Any one tell me the configuration command for creating the VLAN for the above.

Thanks in Advance.

11 Replies 11

Jon Marshall
Hall of Fame
Hall of Fame

Hi

1800_router# vlan database

1800_router(vlan)# vlan 10 name vlan10

This will create the layer 2 vlan. You will then need to create the Layer 3 interface for that vlan.

Attached is config doc for vlan creation on 1800 routers.

http://www.cisco.com/en/US/products/ps5853/products_configuration_guide_chapter09186a00804582b6.html#wp999406

HTH

Jon

Hi,

I have two VLANs connected to 1841 router.The WAN link is totally 128KBps. I want to dedicately allocate 64KBps for each VLAN. Is there any configuration command for the above scenario?

Hi,

You can configure QoS on the internet link that matches on the separate VLAN subnets and guarantees 64K for each (but the problem is that this will control the upload only, you'll need the provider to do the same on his side to control the download), or you can do CAR (policing) on the VLAN interfaces.

HTH,

Mohammed Mahmoud.

HI Mohammed,

Your Reply post is Quiet Interesting.

I am aware that QOS Configuration on our Internet Router will control the Upload speed and we need Service Provider to implement the QOS on thier side to Control the Download.

But,

Can you please post some sample Configuration with Examples of 2-3 VLans and allocate the Guarantee Bandwidth for the each VLAN ? ?

Best Regards,

Guru Prasad R

I do have the same as guru has. can u tell me the link for the configurations.

Friends,

What Mohammed is suggesting is to create class-maps that matches the VLAN subnet and apply qos as per your requirements

ip access-list exrended vlan1

permit ip any

ip access-list exrended vlan2

permit ip any

class-map match-all vlan1

match access-group vlan1

class-map match-all vlan2

match access-group vlan2

policy-map restrict

class vlan1

police cir 64000 confirm-action-transmit exceed-action-drop

class vlan2

police cir 64000 confirm-action-transmit exceed-action-drop

interface serial 1/0

service-policy output restrict

HTH

Narayan

HI Narayan,

I was wondering how the configuration would be.

Thanks for the Sample Configuration.

Best Regards,

Guru Prasad R

Hi,

Narayan's example is a nice example for what i've meant, after doing the classification part you can go for policing or shaping or what ever QoS tool that fits your needs.

HTH,

Mohammed Mahmoud.

Hi,

Can this be configured for 1812/1841 router? If so can you send me the link?

Regards,

Nalini

Assuming you would be running 12.4 code,

have a look at this link

http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hqos_c/index.htm

HTH

Narayan

Thanks Narayan,

Regards,

Nalini

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card