Follow these steps to enable or disable retroactive detection from AV-Suite using the CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Enable retroactive detection.
hostname (config) analysis retro-hunt enableSave your changes.
hostname (config) # write memoryVerify 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.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Disable retroactive detection.
hostname (config) # no analysis retro-hunt enableSave your changes.
hostname (config) # write memoryVerify 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.