Overriding one-way sharing license

Prev Next

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 config command.

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.

To override the one-way sharing license:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Override the one-way sharing license on the appliance.

    hostname (config) # analysis one-way-override enable
  3. Verify that the one-way sharing license was overridden.

    hostname # show analysis one-way-override
    
    one_way license override     :Enabled
  4. Save your changes.

    hostname (config) # write memory
To return the one-way sharing license to its default setting:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Return the one-way sharing license to its default setting.

    hostname (config) # no analysis one-way-override enable
  3. Verify that the one-way sharing license has returned to its default setting.

    hostname # show analysis one-way-override
    
    one_way license override    :Disabled
  4. Save your changes:

    hostname (config) # write memory