Enabling or disabling retroactive detection from AV-Suite using the CLI

Prev Next

Follow these steps to enable or disable retroactive detection from AV-Suite using the CLI.

To enable retroactive detection from AV-Suite:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enable retroactive detection.

    hostname (config) analysis retro-hunt enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status for retroactive detection.

    hostname (config) # show analysis config 
    ..... 
    Retroactive hunting : Enabled 
    .....

    The "Retroactive hunting" line displays "Enabled" to indicate that the File Protect appliance can access the previous results of the analysis that were stored in AV-Suite.

To disable retroactive detection from AV-Suite:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Disable retroactive detection.

    hostname (config) # no analysis retro-hunt enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status for retroactive detection.

    hostname (config) show analysis config 
    ......
    Retroactive hunting : Disabled 
    .....

    The "Retroactive hunting" line displays "Disabled" to indicate that theFile Protect appliance cannot access the previous results of the analysis that were stored in AV-Suite.