Use the commands in this section to configure an HTTP proxy through which the HelixConnect tunnel to the Helix Enterprise cloud is established.
To configure the HelixConnect HTTP proxy:
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Configure the HTTP proxy:
hostname (config) # helixconnect http-proxy host <ip address or domain> port <port> auth-type <type> username <username> password <password>
where
typecan benone,basic, orntlm.Verify your changes:
hostname (config) # show helixconnect
Example
The following example configures an HTTP proxy that uses basic authentication.
hostname (config) # helixconnect http-proxy host 192.168.32.21 port 3128 auth-type basic username jdoe password ABCD1234 hostname (config) # show helixconnect
Note
For an example of the
show helixconnectcommand output, see Checking HelixConnect status.