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
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
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.
Go to CLI configuration mode:
hostname > enablehostname # configure terminalView the current active and available DTI servers:
hostname (config) # show fenet dti configurationIf the
ACTIVE SETTINGSvalue includesManaged by CMS, move control of the setting to the managed appliance:To move control of the download
sourcesetting:hostname (config) # no fenet dti source override enableTo move control of the
upload destinationsetting:hostname (config) # no fenet dti upload destination override enableTo move control of the
mil,faude,avsuite,helix, orvirtualservice setting:hostname (config) # no fenet dti <service> service override enable
Change the setting:
To change the download
sourcesetting:hostname (config) # fenet dti source default {CDN | DTI | CMS}To change the
upload destinationsetting:hostname (config) # fenet dti upload destination default {DTI | CMS}To change the
mil,faude,avsuite,helix, orvirtualservice setting:hostname (config) # fenet dti <service> service default {DTI | CMS}
Verify your changes:
hostname (config) # show fenet dti configurationSave 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 enablefenet dti upload destination override enablefenet 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 ...