Enabling or disabling the filter analysis engines using the CLI

Prev Next

Follow these steps to enable or disable specific filter analysis engines to perform filter analysis on PDF files.

Note

If the filter analysis feature is disabled, then the filter analysis engines will not work even if they are enabled.

To enable the filter analysis engines:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable one or both engines.

    To enable the Python-based engine:

    hostname (config) # filter-analysis sa-python enable

    To enable the JABE engine:

    hostname (config) # filter-analysis jabe enable
  3. Verify that the Python or JABE engine can perform filter analysis on the appliance:

    hostname (config) # show filter-analysis config
      Filter Analysis enabled                : yes
        Create job enabled                   : yes
        JABE enabled                         : yes    
        SA-Python enabled                    : yes
To disable the filter analysis engines:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable the selected engine:

    hostname (config) # no filter-analysis sa-python enable

    or

    hostname (config) # no filter-analysis jabe enable
  3. Verify that the selected engine is disabled.

    hostname (config) # show filter-analysis config
      Filter Analysis enabled                : yes
        Create job enabled                   : yes
        JABE enabled                         : no    
        SA-Python enabled                    : no