Use the CLI commands in this topic to install licenses on the IVX appliance.
Prerequisites
Admin or Operator access
To install licenses:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Install each license:
hostname (config) # license install <key1> <key2> <key3>
Note
You can enter the license keys sequentially separated by spaces as shown above, or enter
license installand then press Enter to be prompted to enter the license keys one at a time.Verify the licenses:
hostname (config) # show licenses License 1: LK2-FIREEYE_APPLIANCE-0000-0000-0000-0000-0000-0000-0000-0000-0000 Feature: FIREEYE_APPLIANCE Description: FireEye Appliance Valid: yes Start date: 2016/11/21 (ok) Tied to Appl ID: 000000000000 (ok) Product: eMPS (ok) Type: PROD (ok) Agreement: EULA (ok) Active: yes ... License 2: LK2-CONTENT_UPDATES-0000-0000-0000-0000-0000-0000-0000-0000-0000 Feature: CONTENT_UPDATES Description: Content updates Valid: yes Start date: 2016/11/21 (ok) End date: 2017/11/21 (ok) Tied to Appl ID: 000000000000 (ok) Sharing: all (ok) Active: yes License 3: LK2-FIREEYE_SUPPORT-0000-0000-0000-0000-0000-0000-0000-0000-0000 Feature: FIREEYE_SUPPORT Description: FireEye Support Valid: yes Start date: 2016/11/21 (ok) End date: 2017/11/21 (ok) Tied to Appl ID: 000000000000 (ok) Sharing: all (ok) Active: yes ...
Save your changes:
hostname (config) # write memory