I'm going to take a punt at this one (i.e. just start typing without
confirming :)...

You should be able to achieve what you want with the time-range command.
With it, you can specify the times that you are interested in. You can then
apply this to the access list that defines the traffic you want to rate
limit. A match against this acl (http traffic within the hours of 9 to 5)
will result in rate limiting, a miss (non-http traffic within 9 to 5 or all
traffic outside of these hours) will result in no rate limiting.

Should look something like this:

time-range Blah
 periodic daily 9:00 to 17:00
ip access-list extended HTTP_RateLimit
 permit tcp any any eq 80 time-range Blah    # depends the direction you are
interested in
 permit tcp any eq 80 any time-range Blah 
int 
 rate-limit ...

I haven't tested this and would be interested to know if it actually works
:)

S.


-----Original Message-----
From: JohnZ [mailto:[EMAIL PROTECTED]] 
Sent: Friday, 30 August 2002 2:49 AM
To: [EMAIL PROTECTED]
Subject: Time based QOS policing [7:52310]


Is there a way to do QOS policing based on time. For example limit http
traffic to 50% of the bandwidth 9am to 5pm only. Does any one have any
useful configs or links, Thanks for the help




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52328&t=52310
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to