CAR question

From: richardyun@adelphia.net
Date: Fri Mar 05 2004 - 04:45:41 GMT-3


Hello,

I have the following senario:

All FTP traffic exiting the e0 interface of R1 should be limited to 2Mbps with normal burst of 400kbps and excess burst of 500kbps. Conforming traffic should be marked as priority traffic and transmitted and non-conforming traffic should also be transmitted as normal priority.

My questions are:
- Usually "normal burst" and "excess burst" are derived from formula using "normal rate (in this case 2Mbps)" but whatif the "normal burst" and "excess burst" values are specifically given in bps as in this case?

- Would the following configuration satisfy the requirement "Conforming traffic should be marked as priority traffic and transmitted and non-conforming traffic should also be transmitted as normal priority"?

int e0
 ip add x.x.x.x x.x.x.x
 rate-limit output access-group 101 2000000 (normal burst) (excess burst) conform-action set-prec-transmit 1 exceed-action set-prec-transmit 0
!
access-list 101 permit tcp any any eq ftp
access-list 101 permit tcp any any eq ftp-data

Thanks,

Richard



This archive was generated by hypermail 2.1.4 : Thu Apr 01 2004 - 08:15:14 GMT-3