Class-map match protocol http

From: kriz@ozonenetworks.net
Date: Sat May 24 2008 - 17:25:56 ART


HI,

Can someone please clarify something for me?

I think I have seen this mentioned before but cannot find it in the archive -
sorry if I am duplicating a question here.

MQC question.

When creating a class-map to match a url for arguments sake
http://www.simplyip.co.uk/home

If I match like this:

class-map match all WWW
match protocol http url "http://www.simplyip.co.uk/home"

is it the same as

class-map match all WWW
match protocol http host www.simplyip.co.uk
match protocol http /home

secondly, if trying to match multiple mime types for example .gif .tif and
.jpeg

is this

class-map match any MIME
match protocol http mime "*.gif | *.tif | *.jpeg"

the same as
class-map match any MIME
match protocol http mime *.gif
match protocol http mime *.tif
match protocol http mime *.jpeg

I really appreciate your help - Thanks



This archive was generated by hypermail 2.1.4 : Mon Jun 02 2008 - 06:59:18 ART