RE: 3550 Policing [7:73627]

2003-08-07 Thread alaerte Vidali
If you specify maximum burst you can have a behavior that remembers Shaping. Am I wrong? Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=73693&t=73627 -- **Please support GroupStudy by purchasing from the GroupStudy Store: http://sh

RE: 3550 Policing [7:73627]

2003-08-14 Thread Reimer, Fred
For TCP traffic you want to use: 1) 1518 bytes * (window size * 2) 2) rate / 8000 Whichever is HIGHER. The minimum is 8000 bytes on the 3550. You want to use this so that the policer does not take effect before TCP flow control kicks in. The formula uses 8000 because the policer uses a 0.125ms

RE: 3550 Policing [7:73627]

2003-08-14 Thread mccloud mike
Traffic policing allows you to control the maximum rate. Traffic shaping is used to avoid congestion. a good site that explains this http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfpolsh.htm#22120 alaerte Vidali wrote: > > If you specify maximum burst

RE: 3550 Policing [7:73627]

2003-08-14 Thread mccloud mike
drop > > Best regards, > > Dom Stocqueler > SysDom Technologies > Visit our website - www.sysdom.org > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 07 August 2003 04:27 > To: [EMAIL PROTECTED] > Subject: RE: 3550 Pol

RE: 3550 Policing [7:73627]

2003-08-14 Thread mccloud mike
You have the correct formula, the statement you need if you use policing should look something like this. police 300 375000 conform-action transmit exceed-action drop You may want to consider shaping instead of policing as it will most likely give you better performance. With policing or sha