and do you have other solution for this case

On Thu, Mar 7, 2019, 12:41 Martin Zaharinov <micron10@gmail.com> wrote:
please if you have time write my sample with leaf qdisc

On Thu, Mar 7, 2019, 12:30 Toke Høiland-Jørgensen <toke@redhat.com> wrote:
Martin Zaharinov <micron10@gmail.com> writes:

> Hi Toke
> i have little network with 100 users with ip 192.168.10.0/24
>
> eth0 internet
> eth1 lan + pppoe
>
> on pppeo i have network 192.168.11.0/24
>
> now i use hfsc to shape users by services
> i have 3 services
> 1. 5mbit
> 2. 7mbit
> 3. 10mbit
>
> with hfsc i use classid to select user and speed but in cake not have
> classid support and this is a problem i want to use cake and set to
> every users different speed

Ah, right. Well, unfortunately you can't do that with CAKE, as you note.
You can keep your existing HFSC setup, though, and just use CAKE as a
leaf qdisc. But you'll have to turn off the shaper in CAKE and just use
the one in HFSC as before...

-Toke