Changing the active settings for DTI services using the CLI

Prev Next

Use the commands in this section to change the active source setting on a standalone appliance or to change the active setting for any DTI service on a managed appliance.

Changing the active source on a standalone appliance

To change the active source setting:
  1. Go to CLI configuration mode:

    hostname > enable

    hostname # configure terminal

  2. View the current active and available DTI sources:

    hostname (config) # show fenet dti configuration

  3. Change the active download source:

    hostname (config) # fenet dti source default {CDN | DTI}

  4. Verify your change:

    hostname (config) # show fenet dti configuration

  5. Save your change:

    hostname (config) # write memory

Changing the active settings for DTI services on a managed appliance

If the Central Management System appliance controls the active setting for a DTI service, you must move control to the managed appliance before you change the setting. Otherwise, the Central Management System appliance will maintain control and use the setting it uses for managed appliances.

To change the active setting:
  1. Go to CLI configuration mode:

    hostname > enable

    hostname # configure terminal

  2. View the current active and available DTI servers:

    hostname (config) # show fenet dti configuration

  3. If the ACTIVE SETTINGS value includes Managed by CMS, move control of the setting to the managed appliance:

    • To move control of the download source setting:

      hostname (config) # no fenet dti source override enable

    • To move control of the upload destination setting:

      hostname (config) # no fenet dti upload destination override enable

    • To move control of the mil, faude, avsuite, helix, or virtual service setting:

      hostname (config) # no fenet dti <service> service override enable

  4. Change the setting:

    • To change the download source setting:

      hostname (config) # fenet dti source default {CDN | DTI | CMS}

    • To change the upload destination setting:

      hostname (config) # fenet dti upload destination default {DTI | CMS}

    • To change the mil, faude, avsuite, helix, or virtual service setting:

      hostname (config) # fenet dti <service> service default {DTI | CMS}

  5. Verify your changes:

    hostname (config) # show fenet dti configuration

  6. Save your changes:

    hostname (config) # write memory

Note

To move control of the active setting for a DTI service back to the Central Management System appliance, use the following commands:

  • fenet dti source override enable

  • fenet dti upload destination override enable

  • fenet dti <service> service override enable

Examples

In this example, the active download source on a standalone appliance is changed from DTI to CDN.

hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:

     Mode               :  online
     Download source    :  DTI (DTIUser@staticcloud.fireeye.com)
     ...
 
  AVAILABLE OPTIONS:
  --------------------------------------------------------------
  Download    User                     Address
  --------------------------------------------------------------
  CDN         DTIUser                  cloud.fireeye.com  
  DTI         DTIUser                  staticcloud.fireeye.com
  ... 
  --------------------------------------------------------------
hostname (config) # fenet dti source default CDN
hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:
     Mode               :  online
     Download source    :  CDN (DTIUser@cloud.fireeye.com) 
     ...

In this example, the active download source on a managed appliance is changed from CMS to DTI.

hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:

     Mode               :  online
     Download source    :  CMS (DTIUser@10.2.3.4) - Managed by CMS
     Upload destination :  CMS (DTIUser@10.2.3.4) - Managed by CMS
     ...

hostname (config) # no fenet dti source override enable
hostname (config) # fenet dti source default DTI
hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:
  
  ACTIVE SETTINGS:

    Mode               : online
    Download source    : DTI (DTIUser@staticloud.fireeye.com) - Managed by Appliance
    Upload destination : CMS (DTIUser@10.2.3.4) - Managed by CMS
    ...