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;
}
}
}
}
Thursday, May 25, 2017
load-balancing based on source-ip
Our scenario is below
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment