Which one is correct URL or MIME?

From: Sundar Palaniappan (sundarp@gmail.com)
Date: Fri Mar 25 2005 - 17:49:54 GMT-3


Guys,

If the requirment is to set a rate-limit for .jpeg or .jpg traffic to
10k. Which of the following solutions is correct?

ipcef

 class-map match-any test
  match protocol http url "*jpg"
  match protocol http url "*jpeg"
 

(or)

 class-map match-any test
  match protocol http mime "*jpg"
  match protocol http mime "*jpeg"

 policy-map test
  class test
   police cir 10000

TIA,
Sundar Palaniappan



This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:52 GMT-3