On Fri, 1 Jun 2001, Serguei I. Ivantsov wrote: > Please explain me why my class 10:300 does not drops packets? > My class is bounded and isolated - but 8kbit!=1783bps!!! > > > class cbq 10:300 parent 10:1 leaf 801b: rate 8Kbit (bounded,isolated) prio 5 > Sent 470737 bytes 388 pkts (dropped 0, overlimits 7465) > rate 1783bps 1pps backlog 40p > borrowed 0 overactions 290 avgidle -786633 undertime 612289 I'm not sure what 1783bps means. If it is "bytes/sec" more packets should be dropped, if it is "bits/sec", everything seems to be ok. How do you get that output? Is it documented somewhere, so I can try it?