[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq:1691] Message for altq



Hi
 
Is there any way make a class/filter that gives a exactbandwidth to each ip in a subet by only typing in on class/filter ?
 
i have this in my conf, but of course this shares the bandwidth between the netmask.
conf :
 
class cbq rl0 ftp_class def_class exactbandwidth 256K
 filter rl0 ftp_class 10.0.0.0 netmask 255.255.255.0 0 0 0 6
 
Thanks.