I have 8 ISP modems and I want to load balancing with the 8 modems how to set the pcc in mangle rules

I have 8 ISP modems and I want to load balancing with the 8 modems.
How should I set this mangle rule per connection classifier?
Both addresses: 8/0
Both addresses: 8/1
Both addresses: 8/2
Both addresses: 8/3
Both addresses: 8/4
And so on? or do I have to set it differently?

Thank you for your advice
mangle-pcc.PNG

Hey, quite well documented at https://wiki.mikrotik.com/wiki/Manual:PCC

the mangling depends on the spread of load: are all same throughput? then you can proceed as suggested.

I don’t understand this.
Can you give me more explenation please?
For 8 ISP’s for load balancing how i to do that can you give me a example.

And so on?

Yes, or you can use just route with 8 gateways.

Suppose you have 2 (less work for me) connections A & B:

  1. A = B = some speed, then just mangle as documented
    A: 2/0 & B: 2/1
    2 A = 2B = some speed, then you want to assign 2x more to A than B, so
    A: 3/0
    A: 3/1
    B: 3/2

Right?

Thanks Sebastia i try and let you know.

Grt