Re: nbar / http classification question

From: Wouter Prins (wp@null0.nl)
Date: Sat Jan 24 2009 - 12:44:35 ARST


I think:

class-map match-all URL
 match protocol http host www.cisco.com
 match protocol http url "/ccie"
 match protocol http url "*.gif|*.jpg|*.jpeg"

Would also work
Wouter

2009/1/24 Roger RPF <rpf@bluemail.ch>

> Hi group,
>
> Question regarding nbar and the class-maps. If the task tells to block all
> .jpeg and .gif from www.cisco.com/ccie how do you create the class map? Do
> we need to include the hostname part? If I look at the following link on
> the
> doccd, they say no:
>
>
> http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/clsfy_traffic_nb
> ar_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1051880<http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/clsfy_traffic_nb%0Aar_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1051880>
>
> But to me, this would mean that we would also block .jpeg and .gif for the
> site www.dontcheat.com/ccie or not?
>
> My solution:
>
> class-map match-all URL
> match protocol http host www.cisco.com
> match protocol http url "/ccie"
> match class-map URLCHILD
>
> class-map match-any URLCHILD
> match protocol http url "*.gif*"
> match protocol http url "*.jpg*"
> match protocol http url "*.jpeg*"
>
> What do you think?
>
> thanks
>
> Roger
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Sun Mar 01 2009 - 09:43:39 ARST