proxy server
Syntax
proxy server <http://<ip-addr/FQDN>:port number>
no proxy server
Description
Configures the URL/IP address to reach the proxy server. Provide the correct proxy port number along with the URL/IP address. Port number must be in the range of 1024 to 65535. HTTPS proxy server is not supported.
The
no
form of this command removes the proxy server.
Command context
config
Parameters
url:port number
Specifies the URL address with port number for the proxy server.
Parameters
ip-addr:port number
Specifies the IP address with port number for the proxy server.
Example
switch(config)# proxy server "http://web-proxy.au.abccorp.net:3128" switch(config)# proxy server "http://192.168.0.6:8080"