cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1792
Views
5
Helpful
1
Replies

How to configure mls qos in cisco 2960 switch?

Daariimaa
Level 1
Level 1

I experimented interface upper speed limit by mls qos.  but it is not shown the limit speed 32kbps.
what is the reason? how can I do that?

I did below adjustments .

Cisco 2960G

IOS: c2960-lanbase-mz.122-35.SE5/

mls qos aggregate-policer limit-32kbit 32500 32768 exceed-action drop
mls qos

class-map match-all 32kbit
  match access-group 101
!
!
policy-map limit
   class 32kbit
    police aggregate limit-32kbit


interface GigabitEthernet0/3
description my-pc-link
switchport access vlan 20
switchport mode access
switchport port-security
switchport port-security aging static
  switchport port-security mac-address xxxx.xxxx.xxxx.xxxx
service-policy input limit

access-list 101 permit ip any host my-pc-ipaddress

1 Reply 1

Shashank Singh
Cisco Employee
Cisco Employee

Hi,

To limit the output bandwidth on an interface use 'srr-queue bandwidth limit weight1' command where weight1 is percentage of the port speed to which the port should be limited. The range is 10 to 90.

2900(config)#int gi0/1

2900(config-if)#srr-queue bandwidth limit ?

  <10-90>  enter bandwidth limit for interface as percentage

Hope this helps.

Shashank

Please rate this answer if you found the content useful