Central Management System System Administration Guide Release 11.x

Prev Next

Use the commands in this section to change the active DTI source for a Central Management System 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

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.

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

Example

In this example, the active download source on a Central Management System 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) 
     ...