tunerX wrote: Calculating flows for WFQ. Flow 1 - 500 byte packets with IP precedence 3. Flow 2 - 250 byte packets with IP precedence 3. Flow 3 - 250 byte packets with IP precedence 1. For every 1 packet of flow 1 that is serviced, how many packets of flow 2 and flow 3 will be serviced?
I'm going to assume the weight being used is post IOS 12.0(5)T. Let's see, the weight for flow 1 would be.... 32384 / 2000 = 16.192 Flow 2 would be 32384 / 1000 = 32.384 Flow 3 would be 32384 / 500 = 64.768 So for every one packet that flow 1 gets through, flow 2 will get two through and flow 3 will get 4 through. At least, I think icon_smile.gif QoS isn't something I'm delving into in depth at present.
tunerX wrote: You got the formula right but the weights backwards. With WFQ lower weights are better.