Fortinet black logo

Administration Guide

ICAP Load Balancing

ICAP Load Balancing

ICAP load balancing can be configure the balance the traffic load to ICAP servers based on assigned weights, send new sessions to the ICAP server with the lowest session count, or send new sessions to the active ICAP server with the highest weight.

To configure an ICAP load balancing in the GUI:
  1. Go to Content Analyses > ICAP Load Balancing and click Create New.

  2. Enter a name for the ICAP load-balancing configuration.

  3. Select the load-balancing method:

    • Weighted: Balance the traffic load to ICAP servers based on the assigned weights.

    • Least Session: Send new sessions to the ICAP server with the lowest session count.

    • Active Passive: Send new sessions to the active ICAP server with the highest weight.

  4. To create a server list for load balancing:

    1. Click Create New in the Set up Server List for Load Balance table.

    2. Select or create a remote server. See ICAP Remote Server for information.

    3. Enter a weight for the remote server.

    4. Click OK.

    5. Add more servers as required.

  5. Click OK.

To configure an ICAP load balancing in the CLI:
config icap remote-server-group
    edit <name>
        set ldb-method {weighted | least-session | active-passive}
        config server-list
            edit <ICAP_remote_server>
                set weight <integer>
            next
        end
    next
end

ICAP Load Balancing

ICAP load balancing can be configure the balance the traffic load to ICAP servers based on assigned weights, send new sessions to the ICAP server with the lowest session count, or send new sessions to the active ICAP server with the highest weight.

To configure an ICAP load balancing in the GUI:
  1. Go to Content Analyses > ICAP Load Balancing and click Create New.

  2. Enter a name for the ICAP load-balancing configuration.

  3. Select the load-balancing method:

    • Weighted: Balance the traffic load to ICAP servers based on the assigned weights.

    • Least Session: Send new sessions to the ICAP server with the lowest session count.

    • Active Passive: Send new sessions to the active ICAP server with the highest weight.

  4. To create a server list for load balancing:

    1. Click Create New in the Set up Server List for Load Balance table.

    2. Select or create a remote server. See ICAP Remote Server for information.

    3. Enter a weight for the remote server.

    4. Click OK.

    5. Add more servers as required.

  5. Click OK.

To configure an ICAP load balancing in the CLI:
config icap remote-server-group
    edit <name>
        set ldb-method {weighted | least-session | active-passive}
        config server-list
            edit <ICAP_remote_server>
                set weight <integer>
            next
        end
    next
end