ICMP load balancing
You can use the following option to configure NP7 load balancing for ICMP sessions:
config load-balance setting
set dp-icmp-distribution-method {to-master | src-ip | dst-ip | src-dst-ip | derived}
end
The default setting is derived
to load balance ICMP sessions using the dp-load-distribution-method
setting. Since port-based ICMP load balancing is not possible, if dp-load-distribution-method
is set to a load balancing method that includes ports, ICMP load balancing will use the equivalent load balancing method that does not include ports. For example, if dp-load-distribution-method
is set to the src-dst-ip-sport-dport
then ICMP load balancing will use src-dst-ip
load balancing.
Select to-master
to send all ICMP traffic is sent to the primary (master) FPM.
If you want to customize ICMP load balancing, you can select one of the other options. You can load balance ICMP sessions by source IP address, by destination IP address, or by source and destination IP address.