Follow these steps to enable or disable filter analysis on the Malware Analysis appliance.
To enable filter analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Enable filter analysis on the appliance.
hostname (config) # filter-analysis enable
Verify that filter analysis is enabled 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 filter analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Disable filter analysis on the appliance.
hostname (config) # no filter-analysis enable
Verify that filter analysis is disabled on the appliance.
hostname (config) # show filter-analysis config Filter Analysis enabled : no Create job enabled : yes JABE enabled : yes SA-Python enabled : yes