Configuring the maximum number of ICAP connections using the CLI

Prev Next

Use the CLI commands in this topic to configure the maximum number of simultaneous connections allowed on the Intelligent Virtual Execution - Server appliance acting as an ICAP server. The maximum number of connections that you can configure is specific to each appliance model.

Prerequisites
To configure the maximum number of ICAP connections:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Specify the maximum number of ICAP connections.

    hostname (config) # icap-service max-connections <number_of_connections>

    The maximum number of ICAP connections can range from 128 to 512. By default, the maximum number of ICAP connections is 128.

  3. Verify the maximum number of ICAP connections.

    hostname (config) # show icap-service config
    ICAP Configuration:
        .
        .
        .
      TCP port                   :  1344
      Secure port                :  11344
      Secure Certificate         :  system-self-signed
      Max Connection             :   128

    The "Max Connection:" line displays the maximum number of ICAP connections allowed on the Intelligent Virtual Execution - Server appliance acting as an ICAP server.