PPPoE, src-address add in address-list

Hi,
How can i mark pppoe src-address in IP/Firewall/Mangel for add-src-to-address-list
I have one example like,
??? action=add-src-to-address-list address-list=To WAN1 address-list-timeout=1d random=40
??? action=add-src-to-address-list address-list=To WAN2 address-list-timeout=1d random=60

Clients have three IP-Pool 1, (192.168.0.0/22) 2, (192.168.100.0/23) 3, (172.16.100.0/22), if that mangle rool is work then auto add 40% src-address in address-list 1, and 60% src-address-list 2

but i no have complet idea/mangle-rool to do this

can you help me please

What exactly do you want to achieve ?
Perhaps, you can use ‘address-list’ option from /ppp profile, if you want 3 separate address-list, each address-list for the separate pool.
Router should have 3 different /ppp profile, which contains ‘address-pool’ option.
As soon as client is connected to router, it is automatically added to address-pool.

Address-pool can be used further by mangle and marking,
/ip firewall mangle add action=marc-connection/packet src-address-list=pppoe1, etc.