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:
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
To return the one-way sharing license to its default setting:
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