How to configure mls qos in cisco 2960 switch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2011 12:03 AM - edited 03-06-2019 03:08 PM
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
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2011 01:02 AM
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
