Configure the proxy server to monitor the VeloCloud.

Procedure

  1. Go to <DCF-HOME>/Tools/Webservice-Gateway/Default/ControllerData/velocloud-sdwan-collect/Collecting/Collector-Manager/InstanceID/conf/module.properties.
  2. Modify the module.properties file, and add the following parameters:
    java.net.useSystemProxies=true
    https.proxyHost=<proxy ip address>
    https.proxyPort=<proxy port>
    For example:
    java.net.useSystemProxies=true
    https.proxyHost=10.x.x.x
    https.proxyPort=3128
    Note: The procedure support only one proxy server and one protocol (http or https) for the deployment. You cannot perform discovery of one Velocloud VCO using https and other Velocloud VCO using http in the same environment. However, discovery of multiple VCOs are supported with the same protocol. Also, authentication enabled proxy server is not supported.