configure iqagent http-proxy

configure iqagent http-proxy [ipaddress [fqdn | ip_address] port port_number | user user_name password [encrypted encrypted_password | password] | none]

Description

Configures the IQ Agent HTTP Proxy server IP and port, and defines the username and password if required.

Syntax Description

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.

Default

N/A.

Usage Guidelines

To view IQ Agent information, use the command show iqagent discovery.

Example

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==

History

This command was first available in ExtremeXOS 31.3.

Platform Availability

This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465 series switches.