I will try to simplify.
The edgemax lite has 3 ethernet ports and a console.
In the eth0 I am connecting another switch with 100 users(192.168.2.254 is the edge router).
on the eth1 or eth2 (whatever is considered WAN Interface) I am connecting another switch.
Now each of the IP addresses on the wan side is a router ie 192.168.1.1-10.
Each of these devices is an ADSL router which does nat and knows the route back to the LAN network statically.
What I want to do is to to load balance based on Routing Policy such as if:
Packets from and to LAN client 192.168.2.1 should have the next hop towards the Internet ie default GW 192.168.1.1
Packets from and to LAN client 192.168.2.2 should have the next hop towards the Internet ie default GW 192.168.1.2
The edge router should not do NAT but be a nice router with Routing Policy capability.
Now since I do not have this product I am asking if it has such capability or not.
Can it do that?