Use the commands in this section to change the active DTI source for a Central Management System appliance.
Go to CLI configuration mode:
hostname > enablehostname # configure terminalView the current active and available DTI sources:
hostname (config) # show fenet dti configurationChange the active download source:
hostname (config) # fenet dti source default {CDN | DTI}Verify your change:
hostname (config) # show fenet dti configurationSave 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 enablefenet dti upload destination override enablefenet 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) ...