06-15-2016 03:30 AM - edited 03-08-2019 06:12 AM
Dears,
I need to implement a scenario to one of my customers, he needs:
customer has a Switch (3560-48PS) and a Router, and I suggested to :
Now I am not able to apply the rate Limit in both directions as the srr-queue bandwidth limit is not working in the outgoing direction I don't Know Why and I am not able to trouble shoot in the switch to know if it is working or not.
any suggestions
used IOS:
06-15-2016 05:11 AM
you would need to use policers for inbound traffic and srr bandwidth limit for outbound traffic.
06-15-2016 02:00 PM
I want to check if my below configuration is correct or no
I need to rate limit all the traffic entering the Fa0/45 to 20 Mbps, so I need to check if the below configuration matches this need
---------------------------------------------------------Configuration---------------
mls qos aggregate-policer 20Mbps-Limit-MLS 20000000 8000 exceed-action drop
mls qos
!
!
class-map match-all ipclass1
match access-group 1
class-map match-all 4Mbps-Policy-agg
!
!
policy-map 20Mbps-Policy-agg
class ipclass1
police aggregate 20Mbps-Limit-MLS
trust cos
!
access-list 1 permit any
!
interface FastEthernet0/1
description "20M-Rate-Limit-Port"
switchport access vlan 20
switchport mode access
service-policy input 20Mbps-Policy-agg
!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide