Load balancing cannot be performed by a Central Manager.
To enable load balancing, use the following store unit type command:
store unit type load-balancer
To disable load balancing, use the following clear unit type command:
clear unit type load-balancer
Used on a collector to properly forward traffic. Must be off when the machine is a load balancing collector, and on when the machine is not participating in load balancing.
load-balancer forwarding <on | off>
Links a load balancer inspection engine named inspection_engine_name to a primary Ethernet port ethx and a backup Ethernet port ethy.
load-balancer link <inspection_engine_name> <ethx> <ethy>
Lists all load balancer links.
load-balancer list links
Lists all load balancer mappings.
load-balancer list mapping
Maps the IP and MAC addresses of a collector to the ETH port that it is connected to, on the balancer.
load-balancer map <IP> <MAC> <ETH>
Sets the ping interval (in seconds) used to determine if a collector is online.
load-balancer ping <interval>
Removes the link identified by link_id, which is taken from the load-balancer list links command (above).
load-balancer unlink <link_id>
Removes the mapping identified by mapping_id, which is taken from the load-balancer list mapping command (above).
load-balancer unmap <mapping_id>