Changing global active DTI settings for managed appliances using the CLI

Prev Next

Use the commands in this section to change global active DTI settings for the appliances that are managed by a Central Management System appliance.

To change global active DTI settings:
  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. To change the active global source setting:

    1. Specify the active setting:

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

    2. Apply the setting to all managed appliances:

      hostname (config) # fenet dti source managed-sync

  4. To change the active global upload destination setting:

    1. Specify the active setting:

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

    2. Apply the setting to all managed appliances:

      hostname (config) # fenet dti upload destination managed-sync

  5. To change the active global setting for the mil, faude, avsuite, helix, or virtual service:

    1. Specify the active setting:

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

    2. Apply the setting to all managed appliances:

      hostname (config) # fenet dti <service> service managed-sync

  6. Verify your changes:

    hostname (config) # show fenet dti configuration

  7. Save your changes:

    hostname (config) # write memory

Examples

In this example, the active setting for the download source is changed to DTI for the appliances that are managed by this Central Management System appliance.

hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:
     Mode               :  online
     Download source    :  CDN (DTIUser@cloud.fireeye.com)
     Upload destination :  DTI (DTIUser@up-staticcloud.fireeye.com)
     ...
  ACTIVE SETTINGS FOR MANAGED APPLIANCES:
     Download source    :  CMS
     Upload destination :  CMS
     ...
 
  AVAILABLE OPTIONS:
  --------------------------------------------------------------
  Download    User                     Address
  --------------------------------------------------------------
  CDN         DTIUser                  cloud.fireeye.com
  CMS         DTIUser                  10.2.3.4  
  DTI         DTIUser                  staticcloud.fireeye.com 
  --------------------------------------------------------------
  ...
 
hostname (config) # fenet dti source managed DTI
hostname (config) # fenet dti source managed-sync
hostname (config) # show fenet dti configuration

DTI CLIENT CONFIGURATIONS:

  ACTIVE SETTINGS:
     Mode               :  online
     Download source    :  CDN (DTIUser@cloud.fireeye.com) 
     Upload destination :  DTI (DTIUser@up-staticcloud.fireeye.com)  
     ...     
   
  ACTIVE SETTINGS FOR MANAGED APPLIANCES:     
     Download source    :  DTI
     Upload destination :  CMS
     ...