Hi All
Sorry for the delay, but I takes me a while to learn how to do it.
Here it is.
I finally got the UPSTREAM bandwidth control Working with CBQ.
First, I will refresh my current setup so you know why it is done this way.
ADSL line 512 down/128 up, all my users are behind the sme.
almost 60 % of them do bulk downloads with kazaa and other progs.
no problem with the downstream, since control downstream bandwidth
with cbq is easy as shown before here.
The problem is to block outgoing traffic, I only have 128K for 8 users!,
and It takes only 1 kazaa to use the full 128K of outgoing traffic.
Also another problem was the outgoing Email.
When you send an e-mail with a large attachment, almost all the incoming
traffic stops, this will help that also.
I have 3 interfaces: eth0 (lan) eth1 bonded to the ppp0 (Cisco 677 DSL router)
my connection is PPPoE type.
SMTP and POP OUTGOING traffic, file:
_________________________________
cbq-22.mail
DEVICE=ppp0,128Kbit,12Kbit
RATE=56Kbit
WEIGHT=5Kbit
PEAK=5Kbit
PRIO=5
RULE=:110
RULE=:25
RULE=:,25
FTP OUTGOING traffic, file:
_______________________
cbq-25.ftp
DEVICE=ppp0,128Kbit,12Kbit
RATE=56Kbit
WEIGHT=5Kbit
PEAK=5Kbit
PRIO=5
RULE=:20
RULE=:21
KAZAA OUTGOING traffic, file:
_________________________
cbq-26.kazaa
DEVICE=ppp0,128Kbit,12Kbit
RATE=33Kbit #HEHEHEHEHE
WEIGHT=3Kbit
PEAK=3Kbit
PRIO=7
RULE=:1214
RULE=:4662
RULE=:4663
RULE=:4665
RULE=:4672
That's all.
It's working now in my SME 5.5, I Hope that it could be of help 
I will write a complete CBQ-SME-HOWTO this weekend and post it here.
this work couldn't be done if it wasn't for the fantastic IPTRAF tool,
great program!
see you
Lightman