Use the commands in this topic to enable a managed appliance that uses dual-port communication to send DTI service requests through an HTTP proxy server.
Note
When the appliance uses dual-port communication, requests can either be sent directly to the HTTP proxy, or through the Central Management System appliance to the HTTP proxy (the default behavior).
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
View the current DTI service configuration:
hostname (config) # show fenet dti configuration briefTo send DTI service requests directly to the HTTP proxy (optional): Move control of the DTI service to the managed appliance.
For the
downloadservice:hostname (config) # no fenet dti source override enableFor the
enrollment,faude,mil, orvirtualservice:hostname (config) # no fenet dti <service> service override enable
For the
upload destinationservice:hostname (config) # no fenet dti upload destination override enable
View the current DTI service configuration:
hostname (config) # show fenet dti configuration briefIf the value for the service in the
ACTIVE SETTINGS FOR HTTP PROXYsection isno, enable proxy settings for the service.For the
sourceservice:hostname (config) # fenet dti source proxy enableFor the
enrollment,faude, orvirtualservice:hostname (config) # fenet dti <service> service proxy enable
For the
upload destinationservice:hostname (config) # fenet dti upload destination proxy enable
Verify your changes:
hostname (config) # show fenet dti configuration briefSave your changes:
hostname (config) # write memory
Examples
The following example moves control of the source service to the managed appliance. This allows the managed appliance to bypass the Central Management System appliance and send requests for software updates directly to the HTTP proxy server.
hostname (config) # show fenet dti configuration brief DTI CLIENT CONFIGURATIONS: ACTIVE SETTINGS: Mode : online Download source : CMS (User8@10.4.5.6) - Managed by CMS ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : yes ... hostname (config) # no fenet dti source override enable hostname (config) # show fenet dti configuration brief DTI CLIENT CONFIGURATIONS: ACTIVE SETTINGS: Mode : online Download source : DTI (User8@staticcloud.fireeye.com) - Managed by Appliance ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : yes ...
The following example re-enables HTTP proxy settings for the faude service. In this example, the Central Management System appliance controls the DTI services, so DTI requests are sent to the HTTP proxy through the Central Management System appliance.
hostname (config) # show fenet dti configuration brief DTI CLIENT CONFIGURATIONS: ACTIVE SETTINGS: Mode : online Download source : CMS (User8@10.4.5.6) - Managed by CMS Upload destination : CMS (User8@10.4.5.6) - Managed by CMS Mil service : CMS (User8@10.4.5.6) - Managed by CMS Faude service : CMS (User8@10.4.5.6) - Managed by CMS ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : yes Upload destination : yes Mil service : yes Faude service : no (reason: administratively disabled) ... hostname (config) # fenet dti faude service proxy enable hostname (config) # show fenet dti configuration brief DTI CLIENT CONFIGURATIONS: ACTIVE SETTINGS: Mode : online Download source : CMS (User8@10.4.5.6) - Managed by CMS Upload destination : CMS (User8@10.4.5.6) - Managed by CMS Mil service : CMS (User8@10.4.5.6) - Managed by CMS Faude service : CMS (User8@10.4.5.6) - Managed by CMS ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : yes Upload destination : yes Mil service : yes Faude service : yes ...