limit traffic without police or rate-limit

From: Koen Zeilstra (koen@koenzeilstra.com)
Date: Sat Jun 17 2006 - 10:41:29 ART


Hi Group,

Say I want to limit the amount of traffic to to a certain destination to
128k. What would the best solution?

Something like this?

ip access-list ext TARGET
  permit ip any host 10.0.0.1
!

class-map LIM128
  match access-group name TARGET
!

policy-map QOS
  class LIM128
   shape peak 12800
!

int f0/0
  service-policy output QOS
!

Does this make sure there isn't a single bit extra being sent out from int
f0/0?

Is shape peak here better or shape average if no more requirements are
mentioned.

thanks,

Koen

-----------------------
Math is like love -- a simple idea but it can get complicated.
                 -- R. Drabek



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:33 ART