cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
2
Replies

Limit bandwidth on 3560 L3 on different VLANS

sushil
Level 1
Level 1

Hi,

Using internet connection and different vlans on 3560 L3.e.g Vlan2,Vlan3,VLAN4...VLAN10.

Now looking forward to limit bandwidth on each VLAN.Say if its 1024 connection then 100Kb on VLAN2,150Kb on VLAN3,250KB on VLAN4 and so on...

Kindly suggest any link or guide.

Reg,

Sushil

2 Replies 2

Hello Sushil,

You can achieve this by implementing QOS Policing

http://www.cisco.com/en/US/docs/ios/12_2/qos/configuration/guide/qcfpolsh.html#wp1004614

Regards

rkhalil
Level 1
Level 1

hi!

Apply rate-limit on each L3 vlan interface in your 3560..

Example (for 1024kbits for vlan 2):

Router# conf t

Router(config)# int vlan 2

Router(config-if)#rate-limit input 1000000 187500 375000 conform-action transmit exceed-action drop

Router(config-if)#rate-limit output 1000000 187500 375000 conform-action transmit exceed-action drop

For more information visit:

http://www.cisco.com/en/US/docs/ios/12_0/qos/command/reference/qrcmdr.html#wp1017761

--

Raul

Review Cisco Networking for a $25 gift card