> > Hi, for HTB you can do this as follows: > > root (rate = 500k) > > > > +-1:1 SSH leaf (rate = 50k, ceil = 500k) > > \-1:2 other inner node (rate = 450k, ceil = 480k) > If you do this : > > 1:1 rate 500k, ceil = 500k > +-1:10 SSH leaf (rate = 20k, ceil = 500k) > \-1:20 other inner node (rate = 480k, ceil = 500k) > > You will end up that ssh will have at least 20k, if it's not using that > bandwidth, 1:20 can use it. So ssh has a guaranteed bandwidth of 20k. True. But not sure if relevant. Michael asked how to assign 50k for ssh but to make sure that 20 of it is not used by other classes even if it is unused (If I understood him correctly ;) devik