Hi All,
I have the following requirement with 2 solutions in mind:
Police all traffic on the interface at 496kbps but before sending allow
-web traffic 400kbps (web traffic is ACL 101)
-ftp 160kpps (FTP traffic is ACL102)
1. int f0/0
rate-limit input 496000 62000 62000 conform-action continue exceed-action
drop
rate-limit input access-group 101 400000 50000 50000 conform-action transmit
exceed-action drop
rate-limit input access-group 102 160000 20000 20000 conform-action transmit
exceed-action drop
2. interface f0/0
rate-limit input access-group 101 400000 50000 50000 conform-action transmit
exceed-action continue
rate-limit input access-group 102 160000 20000 20000 conform-action transmit
exceed-action continue
rate-limit input 496000 62000 62000 conform-action transmit exceed-action
drop
Taken the example below and the two solutions from my understanding they
should provide the same result. What do you think?
Thanks a lot,
George
Blogs and organic groups at http://www.ccie.net
Received on Wed Apr 22 2009 - 10:49:26 ART
This archive was generated by hypermail 2.2.0 : Mon May 04 2009 - 07:39:12 ART