[c-nsp] 7600 Rate Limiting Output

Kevin Warwashana kevinw at telnetww.com
Sat Jan 23 22:46:43 EST 2010


I was curious what is the best way to limit bandwidth in/out with policy
maps.  I can apply this inbound on a subinterface:

 

policy-map 26MB-INPUT

  class class-default

   police rate 26000000 bps

     conform-action transmit

     exceed-action drop

 

but the below won't apply in the outbound direction:

 

policy-map 26MB-OUTPUT

  class class-default

   police rate 26000000 bps

     conform-action transmit

     exceed-action drop

 

Gives me:

 

int gig4/0/0.8

service-policy output 26MB-OUTPUT    

Police and strict priority must be configured together for egress QOS.

Invalid feature combination for the class class-default

Configuration failed

 

Any help would be appreciated!  I miss the rate-limiting command from 7200
routers :).

 

Kevin



More information about the cisco-nsp mailing list