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. The following table defines parameters for the iqagent proxy command.

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

Note

You must onboard the VOSS device and configure any optional IQ Agent parameters on the supported VOSS device before you enable IQAgent.

You can configure the IQ Agent parameters on the supported VOSS 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

  1. Enter Application Configuration mode:

    enable

    configure terminal

    application

  2. Configure the proxy IPv4 address or DNS name:

    iqagent proxy address <WORD 1-255> tcp-port <1-49151>

  3. Configure the proxy username and password for the ExtremeCloud IQ account:

    iqagent proxy username <WORD 1-64> password <WORD 1-128>

Example

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.