Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Qos on 3550

Status
Not open for further replies.

brsutter

ISP
Joined
Sep 28, 2006
Messages
1
Location
US
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
 
never really used the aggregate policer, but give this a shot

mls qos
!
class-map match-any any
match access-group 100
!
policy-map 40MB
class any
police 40000000 50000 exceed-action drop
!
interface FastEthernet0/4
service-policy input 40MB
random-detect


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top