A one-way sharing license on the appliance provides the Network Security appliance with malware intelligence, but no information is submitted to AV-Suite and FAUDE. When you override the setting for one-way license sharing, the appliance is allowed to submit information such as an MD5 checksum to the AV-Suite and FAUDE for further malware analysis.
Prerequisites
Admin or Operator access to the appliance
A one-way or two-way sharing CONTENT_UPDATES license
Verify that AV-Suite integration is enabled and that AV-Suite version 6 is configured. Use the
show static-analysis configcommand.
Override one-way sharing license using the CLI
Follow these steps to override the one-way sharing license setting and share information with AV-Suite and FAUDE from the NX appliance.
Go to CLI configuration mode.
hostname > enable
hostname # configure terminal
Override the one-way sharing license on the appliance.
hostname (config) # analysis one-way-override enable
Verify that the one-way sharing license was overridden.
hostname # show analysis one-way-override one_way license override :Enabled
Save your changes.
hostname (config) # write memory
Go to CLI configuration mode.
hostname > enable
hostname # configure terminal
Return the one-way sharing license to its default setting.
hostname (config) # no analysis one-way-override enable
Verify that the one-way sharing license has returned to its default setting.
hostname # show analysis one-way-override one_way license override :Disabled
Save your changes:
hostname (config) # write memory