cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
545
Views
0
Helpful
1
Replies

3560 VLAN rate-limiting

jetdriver767
Level 1
Level 1

I am trying to configure rate limiting on a per VLAN basis on a 3560 switch. The VLAN interface accepts the configuration commands, but the rate is not being limited. Rate limiting does work, however, when I configure it on a per port basis.

Does anyone know if per VLAN rate limiting is possible, and if so, how?

Thank You.

1 Reply 1

b.hsu
Level 5
Level 5

configure "mls qos vlan-based" on all interfaces in the specified vlan(X)

interface GigabitEthernet1/0/1

mls qos vlan-based

interface GigabitEthernet1/0/2

mls qos vlan-based

......

apply the policy-map under interface Vlan X

interface Vlan X

service-policy input ip_rate_limit (or rate_limit)

check out the following URL for more detail :

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12225sec/3750scg/swqos.htm