PCC Load Balance with PPPoE Server and HotSpot Server

Hi,
I have a CCR1036 with PPPoE Server and HotSpot Server enabled. I also have 10 vdsl lines installed on it. I’m looking for a working PCC Load Balace script, which will balance all 10 lines for both pppoe clients and hotspot clients.

I’ve done some tests but I only managed to balance either hotspot clients or pppoe clients. I didn’t manage to balace the traffic of both of them.

Any ideas?

Thanks in advanced.

The main problem that I mentioned till now is that when I use in ip > routes:

dst-address=0.0.0.0/0 gateway=pppoe-wan1 gateway-status=pppoe-wan1 inactive check-gateway=ping distance=1 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan2 gateway-status=pppoe-wan2 inactive check-gateway=ping distance=2 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan3 gateway-status=pppoe-wan3 inactive check-gateway=ping distance=3 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan4 gateway-status=pppoe-wan4 inactive check-gateway=ping distance=4 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan5 gateway-status=pppoe-wan5 inactive check-gateway=ping distance=5 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan6 gateway-status=pppoe-wan6 inactive check-gateway=ping distance=6 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan7 gateway-status=pppoe-wan7 inactive check-gateway=ping distance=7 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan8 gateway-status=pppoe-wan8 inactive check-gateway=ping distance=8 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan9 gateway-status=pppoe-wan9 inactive check-gateway=ping distance=9 scope=30 target-scope=10 

dst-address=0.0.0.0/0 gateway=pppoe-wan10 gateway-status=pppoe-wan10 inactive check-gateway=ping distance=10 scope=30 target-scope=10

I don’t have internet access at all. But when I use:

dst-address=0.0.0.0/0 gateway=pppoe-wan10,pppoe-wan8,pppoe-wan7,pppoe-wan6,pppoe-wan9,pppoe-wan5,pppoe-wan4,pppoe-wan3,pppoe-wan2,pppoe-wan1 
        gateway-status=pppoe-wan10 reachable,pppoe-wan8 reachable,pppoe-wan7 reachable,pppoe-wan6 reachable,pppoe-wan9 reachable,pppoe-wan5 reachable,pppoe-wan4 reachable,pppoe-wan3 reachable,pppoe-wan2 reachable,pppoe-wan1 reachable 
        check-gateway=arp distance=1 scope=30 target-scope=10

I have internet access to all of my profiles but I think that load balance is not working, as even if I choose as classifier Both addresses and ports and use speedtest.net, I have the bandwidth only from one vdsl line.

Any suggestions?

I have internet access to all of my profiles but I think that load balance is not working, as even if I choose as classifier Both addresses and ports and use speedtest.net, I have the bandwidth only from one vdsl line.

That’s fine and that’s how it works, using PCC bandwidth for a single client isn’t going to be the sum of all VDSLs.

You get overall aggregated bandwidth for all clients.

I agree but if you select as classifier bot addresses and ports, then you can see the sum of all VDSLs in speedtest.net. I have tried that using an RB951Ui with 4 VDSLs and 1 lan and I had as result the sum, but in CCR I cannot make it work.

Any ideas?