Enabling or disabling filter analysis using the CLI

Prev Next

Follow these steps to enable or disable filter analysis on the Malware Analysis appliance.

To enable filter analysis:
  1. Enter the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable filter analysis on the appliance.

    hostname (config) # filter-analysis enable
  3. Verify that filter analysis is enabled on the appliance.

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

    hostname > enable
    hostname # configure terminal
  2. Disable filter analysis on the appliance.

    hostname (config) # no filter-analysis enable
  3. Verify that filter analysis is disabled on the appliance.

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