Load balancing + fail over protection + policy routing question
Hello,
I have a FG 100D (5.2) with two ISPs (connected to WAN 1 and WAN 2) and I need to configure:
- Load balancing - traffic has to be distributed between two ISPs - Fail over protection - If one of the ISP has any problem all traffic has to be routed by the other one - "policy routing" - Also I need that some VLANs go out internet by a specific ISP BUT IF THIS ISP FAILS, THE TRAFFIC OF THIS VLANs GO OUT BY THE OTHER ISP.
I've think to make the Load Balancing and Fail Over Protection by this way: two static default routes with same cost and priority to its own ISP router. Later, configure ECMP by default: source IP based configuring the health check of each WAN to permit the FG to erase the static route in case of fail o one of them.
At the end I don´t know how to make that some VLANs go internet trhough a specific WAN..... I think that it could be configured with policy routing: source: VLANX ip: 0.0.0.0 gw: 0.0.0.0 // route to: WANX IP:0.0.0.0 GW:0.0.0.0
I need your help......
Thanks!!!!!!