Load Balance
basic
P0,P1 load balance to P3,P4,P5,P6 by 5-tuple (sip,dip,sport,dport,ip_proto)
<run>
<chain>
<in>P0,P1</in>
<out type="loadBalance" lbtype="5thash">P3,P4,P5,P6</out>
</chain>
</run>or
<run>
<script src="common.js"></script>
<script>
<![CDATA[
port_loadbalance ('P0,P1', 'P3,P4,P5,P6');
]]>
</script>
</run>inline loadbalance to IPS1 and IPS2
Last updated