When I do tc -s qdisc show dev eth1 I get: (snip) qdisc cbq 10: rate 256Kbit (bounded,isolated) prio no-transmit Sent 5079678 bytes 6174 pkts (dropped 0, overlimits 0) borrowed 2602 overactions 0 avgidle 24999 undertime 0 (snip) Where it shows "(bounded,isolated)", does that mean this qdisc is bounded and isolated? I don''t see that it would be (considering I didn''t specify either on the command line and it shows "borrowed" as > 0. Just wondering. -- Michael T. Babcock CTO, FibreSpeed
Hi! I was trying to implement traffic control on a linux bridge (2.4.5). Basically, I''ll need to allocate designated bandwidth to various services while the rest get throttled. Eg. on a 10MBit bandwidth. http/ftp will get 128K while the rest (smtp/POP3) will get 64K. Whatever traffic passing through the bridge in one direction must not exceed 192K. To my dismay, I realised that firewall marking classifier will not work under bridging mode. So right now I''m kind of stuck because of that. Can someone tell me whether if I can implement something like the above with the u32 classifier? I was trying the u32 classifier but the bandwith does not seem to behave correctly. cheers! /shaoming