RE: CAR rate limiting

From: Tim Gregory (tgregory@lincoln.ac.uk)
Date: Wed Aug 09 2006 - 09:28:22 ART


Hi,

I think this would do it

access-list 150 permit tcp any any

class-map match-any tcp
 match access-group 150
class-map match-any www
 match protocol http
!
!
policy-map test
 class www
  police cir 100000
 class tcp
  police cir 500000

interface GigabitEthernet0/0
 ip address 162.10.9.6 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain rip
 duplex auto
 speed auto
 service-policy output test

Or instead you could set an ACL to match port 80 (www) instead of nbar.

Tim Gregory
Network Administrator
University of Lincoln
Brayford Pool
Lincoln
LN6 7TS

01522 886566
tgregory@lincoln.ac.uk

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Paul Dardinski
Sent: 09 August 2006 12:44
To: Cisco certification
Subject: CAR rate limiting

If required for example to limit www traffic to rate x and limit tcp
traffic to rate y, is this possible using continue via CAR?

Can anyone provide an example config for this?

Ie. limit www to 100k, tcp to 500k?



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART