Use the commands in this section to change global active DTI settings for the appliances that are managed by a Central Management System appliance.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
View the current active and available DTI sources.
hostname (config) # show fenet dti configurationTo change the active global
sourcesetting:Specify the active setting:
hostname (config) # fenet dti source managed {DTI | CDN | CMS}Apply the setting to all managed appliances:
hostname (config) # fenet dti source managed-sync
To change the active global
upload destinationsetting:Specify the active setting:
hostname (config) # fenet dti upload destination managed {DTI | CMS}Apply the setting to all managed appliances:
hostname (config) # fenet dti upload destination managed-sync
To change the active global setting for the
mil,faude,avsuite,helix, orvirtualservice:Specify the active setting:
hostname (config) # fenet dti <service> service managed {DTI | CMS}Apply the setting to all managed appliances:
hostname (config) # fenet dti <service> service managed-sync
Verify your changes:
hostname (config) # show fenet dti configurationSave 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 ...