I am running the following 3550 WS-C3550-48-SMI with the following code Version 12.2(25)SEDModel and I am not able to rate limit a port to 40M. When I apply the below rate limit the customer goes down to 15M or some random number.
My syntax is as follows:
!mls qos
class-map match-any any
match access-group 100
!
!
policy-map 40MB
class any
police aggregate 40M
interface FastEthernet0/4
service-policy input 40MB
mls qos aggregate-policer 40M 80000000 1000000 exceed-action drop
My syntax is as follows:
!mls qos
class-map match-any any
match access-group 100
!
!
policy-map 40MB
class any
police aggregate 40M
interface FastEthernet0/4
service-policy input 40MB
mls qos aggregate-policer 40M 80000000 1000000 exceed-action drop