I have an L009 with two WAN interfaces: SFP1 and ETH1.
On this router, I run three PPPoE sessions:
-
PPPoE-A → on SFP1 → VLAN1503
-
PPPoE-B → on ETH1 → VLAN1503 (same VLAN ID as SFP1)
-
PPPoE-C → on ETH1 → VLAN1
All three PPPoE sessions work correctly on the L009 and use different route distances.
My ISP allows multiple PPPoE sessions as long as they use different MAC addresses.
Now I want my AX3 (connected to L009’s ETH8) to establish the same three PPPoE sessions.
To test this, I did the following on the L009:
Attempted Setup on L009
I created two bridges, one for each upstream VLAN toward AX3:
-
wan-bridge1 → includes SFP1.VLAN1503 + ETH8.VLAN1001
-
wan-bridge2 → includes ETH1.VLAN1503 + ETH8.VLAN1003
Then:
-
PPPoE-A works via wan-bridge1
-
PPPoE-B works via wan-bridge2
-
PPPoE-C works directly on ETH1
So far everything works correctly on the L009 side.
Problem on AX3
On the AX3 (ETH1 connected to L009 ETH8):
-
PPPoE discovery succeeds on VLAN1001
-
PPPoE discovery fails completely on VLAN1003
-
So only one upstream PPPoE (the one mapped to VLAN1001) works
It looks like the second PPPoE path (over VLAN1003) is not getting the PPPoE offers through the bridged VLAN on L009.
Any suggestions on how to correctly forward multiple PPPoE sessions (different MAC addresses) over separate VLANs from AX3 → L009?