From: Boyan Krosnov (bkrosnov@lirex.bg)
Date: Thu Sep 25 2003 - 11:39:49 GMT-3
For each packet the rate limits are processed one by one from top to
bottom
If the rate limit's condition matches
if the rate is within the allowed it goes to the conform-action action
if the rate is outside of the allowed it goes to the exceed-action
action
If the conditions don't match it goes to the next rate limit
in the actions statements:
transmit - sends the packet.
contiue - continues processing with the next rate-limit statement.
drop - drops the packet
BR,
Boyan Krosnov, CCIE#8701
http://boyan.ludost.net/
just another techie speaking for himself
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> Behalf Of navaid@rogers.com
> Sent: Thursday, September 25, 2003 5:07 PM
> To: ccielab@groupstudy.com
> Subject: multiple rate limit statements
>
>
> If we have multiple rate limit statements on an interface and
> we want to check all of them one by one. Sould we use
> continue instead of transmit ?
>
> For example should we use #1 or #2:
> #1
> rate-limit input rate-limit access-group 101 20000000 24000
> 32000 conform-action set-mpls-exp-transmit 5 exceed-action
> set-mpls-exp-transmit 0
> rate-limit input access-group 102 10000000 24000 32000
> conform-action set-mpls-exp-transmit 5 exceed-action drop
> rate-limit input 8000000 16000 24000 conform-action
> set-mpls-exp-transmit 5 exceed-action drop
>
> #2
> rate-limit input rate-limit access-group 101 20000000 24000
> 32000 conform-action set-mpls-exp-continue 5 exceed-action
> set-mpls-exp-continue 0
> rate-limit input access-group 102 10000000 24000 32000
> conform-action set-mpls-exp-continue 5 exceed-action continue
> rate-limit input 8000000 16000 24000 conform-action
> set-mpls-exp-transmit 5 exceed-action drop
>
> Navaid
>
> 1
>
> ***Get your CCIE and a FREE vacation: Shop.GroupStudy.com***
> ______________________________________________________________
> _________
> Please help support GroupStudy by purchasing your study
> materials from:
> shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
***Get your CCIE and a FREE vacation: Shop.GroupStudy.com***
This archive was generated by hypermail 2.1.4 : Wed Oct 01 2003 - 07:24:36 GMT-3