Configures the IQ Agent HTTP Proxy server IP and port, and defines the username and password if required.
| iqagent | Specifies configuring IQ Agent. |
| http-proxy | Specifies the HTTP proxy server that the IQ Agent uses. |
| ipaddress | Specifies the HTTP proxy server address. |
| fqdn | Specifies Fully-qualified domain name. Type is string. Range is 1-255. |
| ip_address | Specifies the dotted decimal IP Address. |
| port | Specifies the HTTP proxy port number. |
| port_number | Specifies the port number. |
| user | Specifies the HTTP proxy user name. |
| user_name | Specifies the user name. Type is string. Range is 1-63. |
| password | Specifies the HTTP proxy password. |
| encrypted | Specifies that the password is encrypted. |
| encrypted_password | Specifies the encrypted password (in Base64). Type is string. Range is 16-255. |
| password | Specifies the password (in ASCII). Type is string. Range is 1-63. |
| none | Specifies to clear all http-proxy configuration. |
N/A.
To view IQ Agent information, use the command show iqagent discovery.
The following example configures the HTTP proxy server at the address 10.51.3.163 on port 3128:
# configure iqagent http-proxy ipaddress 10.51.3.163 port 3128
The following example configures the HTTP proxy user "iqagent" with an encrypted password:
# configure iqagent http-proxy user iqagent password encrypted 35m5wuDryaQLrbQfZ5y4zw==
This command was first available in ExtremeXOS 31.3.
This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465 series switches.