PPPoE over VLAN

Hi,
I found this scenario (explanation at bottom):
pppoe_xungo.png
The simplest way and the one is working is the “other mikrotik router”. I have radius configured to pass the values through PPPoE Server (IPv4 and IPv6 is working). In this scenario, from WAN it receives the eoip tunnel and inside of it the pppoe connection and all the rest of interfaces are able to go internet.

In the second scenario I’ve got the router also with an eoip tunnel to PPPoE server and inside of it the PPPoE clients connection. The difference is that I want to know: is it possible to forward the PPPoE connection to a VLAN?.
Now I have configured PPPoE client to “dummy AP that suports VLAN+Bridge”, it is working (I have created a bridge with wan_eoip+ether2) and configure PPPoE to dummy AP, but the thing I want to solve is to pass IPv6, but this dummy AP doesn’t support IPv6 and only allows one of these options: OR PPPoE, OR Bridge to the LAN, and to the wan interface of this AP allows VLAN. Bridge LAN mode then will connect to WAN+VLAN.

VLAN will have his global IP with RA enabled and users will share same internet connection (NAT). Maybe on understanding it, it could be easier to pass to public IP.

Each user has different speed configured on his PPPoE tunnel, to that is important to each user have his own PPPoE tunnel.

Some ideas to how to do that? policy routing? firewall? bridges -is not possible to put a pppoe inside a bridge-? I’m stuck!

Thanks you much!