cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
578
Views
5
Helpful
6
Replies

Banwidth limiting using QOS

jaimonmathew
Level 1
Level 1

Is it possible to limit the bandwidth in different VLAn's using QOS..

i have 5MBPS internet connection ,with 254 public IP I did subnetting for this pool made separate vlan for each public subnet i have to share this connection in different VLAn's, ie is for different clients.. using one cisco 4506 switch.. For eg... for one client 256 kbps, the other one for 512 kbps..

6 Replies 6

Mohamed Sobair
Level 7
Level 7

Hi,

You can configure Policing or Shaping whatever method you want to use at the SVI (The Vlan Interface itself) and limit ur bandwidth accordingly.

Regards,

Mohamed Sobair

Hi

Can u Give some example for that

Regards

Jaimon

Hi,

here is a (Policing) example, assumed u are limiting the bandwidth at vlan 10 interface to 256Kbps:-

class-map match-any vlan10

match access-group 100

access-list 100 permit ip any any

policy-map vlan10 (Rate limited at 256Kbps)

class vlan10

police 256000000 32000 action transmit exceed action drop

int vlan 10

service-policy output vlan10

HTH

Mohamed Sobair

Is the police command correct? Should it not be:

police 256000 32000 action transmit exceed action drop

Yes , you are right...

I think I have misatkenly typed it with extra 3 Zeros. Hence it in Bps , so it should be 256000.

Regards,

Mohamed Sobair

Thank u .Its Working

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