firewall { family inet { filter source-based-lb { term even { from { source-address { 10.32.0.0/255.255.0.1; } } then { routing-instance fbf-prefer-isp1; } } term odd { from { source-address { 10.32.0.1/255.255.0.1; } } then { routing-instance fbf-prefer-isp2; } } term default { then accept; } } } }
No comments:
Post a Comment