Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 877 limit traffic from particular IP Address 1

Status
Not open for further replies.

dooahhdoo

ISP
May 15, 2001
23
0
0
GB
Hi,
I have around 80 machines using an ADSL line for http traffic only through a Cisco 877. The problem is at 8am each morning all the machines make a connection to a couple of IP addresses owned by Akamai (I am assuming for an update of some sort). I would like to limit this traffic to these two ip addresses to 8Mb/s. How can I do this?
 
crude version:

make an access list :

access-list 101 permit IP host-range-here destination-range-here


make a class to match said accesslist

class-map Restricted-8Mb-Akamai
match list 101

make a policy-map , unless you already have qos, which in that case you will have to add the class to the policy already attached to said interface...

inside the policy you will have to add policing to drop anything over 8Mb/s


hope this helps.


We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top