From: Ali Mousawi (mousawi.ali@gmail.com)
Date: Fri Sep 12 2008 - 17:25:53 ART
Hello,
Task: Police Traffic from www.youtube.com to 512000kbp and drop all images
(jpeg,jpg or gif) from this website.
My Solution is:
###########################
class-map URL
match protocol http url www.youtube.com
class-map IMAGES
match protocol http mime "*jpg"
match protocol http mime "*jpeg"
match protocol http mime "*gif"
policy-map DROP_IMAGES
class IMAGES
drop
policy-map POLICE
class URL
police 512000
service-policy DROP_IMAGES
###############################
Any comments on the above solution?
How can I test if this solution is working?
Regards
Ali
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Oct 04 2008 - 09:26:18 ART