From: bindong.shi@gmail.com
Date: Thu Jul 13 2006 - 04:10:15 ART
I was required to limit the ICMP traffic so that it does not send more than 128Kbps out of certain interface and allow for a burst of 1/4th of this rate.
the solution is provided by IEWB:
-------------------------------------
class-map ICMP
match protocol icmp
policy-map LimitIcmp
class ICMP
police cir 128000 bc 4000
-------------------------------------
my question is: can I use "shape" instead of police?
-------------------------------------
class-map ICMP
match protocol icmp
policy-map LimitIcmp
class ICMP
shape average 128000 16000 32000
---------------------------------------
This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:47 ART