Follow these steps to enable or disable pre-filter analysis on the File Protect appliance.
To enable pre-filter analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Enable pre-filter analysis for PDF files on the appliance.
filter-analysis filetype pdf enable
Enable pre-filter analysis for XLS files on the appliance.
filter-analysis filetype xls enable
Verify that pre-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 Pre-filter Analysis enabled : pdf,xls
To disable pre-filter analysis:
Enter the CLI configuration mode:
hostname > enable hostname # configure terminal
Disable pre-filter analysis for PDF files on the appliance.
no filter-analysis filetype pdf enable Filetype pdf Prefilter disabled successfully
Disable pre-filter analysis for XLS files on the appliance.
no filter-analysis filetype xls enable Filetype xls Prefilter disabled successfully
Verify that pre-filter analysis is disabled on the appliance.
hostname (config) # show filter-analysis config Filter Analysis enabled : yes Create job enabled : yes JABE enabled : yes SA-Python enabled : yes Pre-filter Analysis enabled :