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

How do I Implement VLAN Rate Limiting or QOS for a Cisco 2960

jgeorge
Level 1
Level 1

I have a 2960 that I need to limit the uplink port to 50Mbps for 3 vlans and 350Mbps for another vlan. Would the following config achieve that or is this even possible for the 2960?

class-map match-any VLAN50-51-52

match vlan 50-52

class-map match-any VLAN53

match vlan 53

policy-map 50MB_RATE_LIMIT

class VLAN50-51-52

police 50000000 5000000 exceed-action drop

class VLAN53

police 350000000 35000000 exceed-action drop

!

interface GigabitEthernet0/23

service-policy output 50MB_RATE_LIMIT

service-policy input 50MB_RATE_LIMIT

1 Reply 1

Fabienne Stephanoff
Cisco Employee
Cisco Employee

Hello Jason,

Based on the config guide for this platform here are the supported match statement:

http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_58_se/configuration/guide/swqos.html#wp1056668

match {access-group acl-index-or-name | ip dscp dscp-list | ip precedence ip-precedence-list}

Fabienne

TAC

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