RE: Rate-Limit

From: Syed Khalid Ali <khalid_khursheed_at_hotmail.com>
Date: Fri, 2 Apr 2010 19:29:40 +0500

Ahmed,
I am also studying for the lab. I have come up with this small example:
R1--------------ser0/0--------------R2---L01
Let say R1 is also hosting an FTP application and also requires administration using telnet. Now the admin want to rate limit the FTP at 16kbps and telnet at 8kbps. However, the overall traffic is still policed at 32kbpsACL 101 refer to telnet traffic and 102 refers to FTP trafficBelow is the configuration script:!interface Serial0/0 bandwidth 32 rate-limit input 32000 8000 16000 conform-action continue exceed-action drop rate-limit input access-group 101 8000 1500 2000 conform-action transmit exceed-action drop rate-limit input access-group 102 16000 8000 8000 conform-action transmit exceed-action drop!Verification: show interface ser0/0 rate-limit

----------------------------------------
> Date: Fri, 2 Apr 2010 18:43:19 +0500
> Subject: Rate-Limit
> From: aahmedejaz_at_gmail.com
> To: ccielab_at_groupstudy.com
>
> Dear Experts,
>
> I have a question regarding the interface command to police traffic. When
> using the rate-limit command you can specify various options i-e rate, burst
> etc .. for the conform-action there is an option 'continue' which says scan
> other rate limits. I am not able to understand how does it work. I would
> really appreciate if someone can explain.
>
> Thanks
>
> Ahmed.
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
                                               
Received on Fri Apr 02 2010 - 19:29:40 ART

This archive was generated by hypermail 2.2.0 : Sat May 01 2010 - 09:49:56 ART