Use the commands in this topic to enable a standalone appliance to send DTI service requests to the DTI network through an HTTP proxy server.
To enable HTTP proxy settings for a DTI service:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
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
Example
The following example enables HTTP proxy settings for the faude and avsuite DTI services.
hostname (config) # show fenet dti configuration brief
DTI CLIENT CONFIGURATIONS:ACTIVE SETTINGS: Mode : online Download source : DTI (User8@staticcloud.fireeye.com) Upload destination : DTI (User8@up-staticcloud.fireeye.com) Mil service : DTI (User8mil-staticcloud.fireeye.com) Faude service : DTI (User8@unity.fireeye.com) AVSuite service : DTI (User8@unity.fireeye.com) ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : no (reason: administratively disabled) Upload destination : no (reason: administratively disabled) Mil service : no (reason: administratively disabled) Faude service : no (reason: administratively disabled) AVSuite service : no (reason: administratively disabled) .... hostname (config) # fenet dti faude service proxy enable hostname (config) # fenet dti avsuite service proxy enable hostname (config) # show fenet dti configuration brief DTI CLIENT CONFIGURATIONS:
ACTIVE SETTINGS: Mode : online Download source : DTI (User8@staticcloud.fireeye.com) Upload destination : DTI (User8@up-staticcloud.fireeye.com) Mil service : DTI (User8@mil-staticcloud.fireeye.com) Faude service : DTI (User8@unity.fireeye.com) AVSuite service : DTI (User8@unity.fireeye.com) ... ACTIVE SETTINGS FOR HTTP PROXY: Http proxy : @myproxy.mycompany.com:8080 (user agent:) Download source : no (reason: administratively disabled) Upload destination : no (reason: administratively disabled) Mil service : no (reason: administratively disabled) Faude service : yes AVSuite service : yes ...