Override one-way sharing license using the CLI

Prev Next

Follow these steps to override the one-way sharing license setting and share information with AV-Suite and FAUDE from the IVX 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