Configure Proxy Parameters
If you use a proxy https server in your network, you must configure proxy parameters so that the IQ Agent on the device can communicate with ExtremeCloud IQ through the proxy.
Use this task to configure the proxy parameters for ExtremeCloud IQ on the IQ Agent.
Note
You must onboard the device and configure any optional IQ Agent parameters on the supported device before you enable IQAgent.
You can configure the IQ Agent parameters on the supported devices first, and then onboard the devices (that is, add the serial numbers for the devices in the ExtremeCloud IQ GUI) or vice versa.
For information about onboarding switches, see https://www.extremenetworks.com/support.
Procedure
Examples
Configure proxy parameters using an IPv4 address:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#application Switch:1(config-app)#iqagent proxy address 192.0.2.254 tcp-port 21 Switch:1(config-app)#iqagent proxy username admin password ****
Configure proxy parameters using a DNS name:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#application Switch:1(config-app)#iqagent proxy address hac.extremecouldiq.com tcp-port 21 Switch:1(config-app)#iqagent proxy username admin password ****
Variable Definitions
The following table defines parameters for the iqagent proxy command.
Variable | Value |
---|---|
address <WORD 1-255> |
Specifies the proxy IPv4 address or DNS name. |
tcp-port <1-49151> |
Specifies the TCP port. |
username <WORD 1-64> | Specifies the proxy server username. |
password <WORD 1-128> | Specifies the proxy server password. |