ADC CLI Commands

aaa-proxyparam

The following operations can be performed on “aaa-proxyparam”:

set unset show

set aaa proxyparam

Sets the global AAA proxy configuration used for HTTP access.

Synopsis

set aaa proxyparam [-proxy ] \[-proxyAuthorization \( disabled | basic )] \[-proxyUsername ] {-proxyPassword }

Arguments

proxy IP address and Port of the proxy server to be used for HTTP access for this request. This can be configured in the following manner: First way is to configure in ipaddress:port format like a.b.c.d:e or this can be specified via the alternate format which is to specify like http://a.b.c.d without port or http://a.b.c.d:8080 with port

proxyAuthorization this indicates whether Proxy-Authorization header will be sent or not

Possible values: disabled, basic Default value: PROXY_AUTH_DISABLED

proxyUsername username that will be sent as part of Basic Proxy-Authorization header Maximum value: 256

proxyPassword password that will be sent as part of Basic Proxy-Authorization header Maximum value: 256

Example

set aaa proxyparam -proxy 10.1.1.1:8080 -proxyUsername admin -proxyPassword secret

unset aaa proxyparam

Resets the global AAA proxy parameter settings on the Citrix ADC..Refer to the set aaa proxyparam command for meanings of the arguments.

Synopsis

unset aaa proxyparam [-proxy] [-proxyAuthorization] [-proxyUsername] [-proxyPassword]

show aaa proxyparam

Displays the current AAA proxy configuration.

Synopsis

show aaa proxyparam

Arguments

Output

proxy IP address and Port of the proxy server to be used for HTTP access for this request. This can be configured in the following manner: First way is to configure in ipaddress:port format like a.b.c.d:e or this can be specified via the alternate format which is to specify like http://a.b.c.d without port or http://a.b.c.d:8080 with port

proxyAuthorization this indicates whether Proxy-Authorization header will be sent or not

proxyUsername username that will be sent as part of Basic Proxy-Authorization header

proxyPassword password that will be sent as part of Basic Proxy-Authorization header

_nextgenAPIResource

aaa-proxyparam