How can I configure my ProxySG to enable/disable AV scanning based on the Source IP address?
search cancel

How can I configure my ProxySG to enable/disable AV scanning based on the Source IP address?

book

Article ID: 165797

calendar_today

Updated On:

Products

ProxyAV Software - AVOS ProxySG Software - SGOS

Issue/Introduction

To configure (enable or disable) AV scanning based on the source IP address of a request you must use CPL as shown in the following example:

  1. Access the ProxySG Management Console.
  2. Go to Configuration > Policy > Policy Files.
  3. Select Text Editor from the Install Local File From: drop box and click on Install.
  4. Add the following CPL in the window that displays.

    <cache>
    client.address=x.x.x.x response.icap_service(yes)

 where x.x.x.x is the source IP address and icap_service is the name of the ICAP service configured on the ProxyAV appliance.


Note: The above CPL enables scanning for the specified source IP addresses. Replace "yes" with "no" to disable AV scanning for the specified IP addresses.