QOS with nbar

From: olumayokun fowowe (olumayokun@gmail.com)
Date: Wed Feb 18 2009 - 10:07:53 ARST


Hello all,

I ve got a scenario here, I want to allocate 32kbps for replies from a
webserver for address with the url http:// www.abc.com . And I want my
router to drop any image file of type jpeg, jpg and gif. Is the following
config correct:

class-map match-all WEB
match protocol http url http://www.abc.com/*

class-map mat-all IMAGES
match protocol http url http://www.abc.com/*
match protocol http url *.jpg|*.jpeg|*.gif

policy-map POLICY
class WEB
police 32000
class IMAGES
drop

int f0/0
service-policy in POLICY

What I'm really concerned about is the IMAGES class where I have a
match-all. Will my solution still be correct?

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



This archive was generated by hypermail 2.1.4 : Sun Mar 01 2009 - 09:44:11 ARST