Use the commands in this section to disable an HTTP proxy server or to remove its configuration settings.
To disable an HTTP proxy server or remove its configuration settings:
To disable an HTTP server:
hostname (config) # no fenet proxy enableTo remove the HTTP proxy server:
hostname (config) # no fenet proxyTo remove the basic authentication user:
hostname (config) # no fenet proxy auth basic userTo remove the basic authentication password:
hostname (config) # no fenet proxy auth basic passwordTo remove the user-agent string:
hostname (config) # no fenet proxy user-agent
Example
The following example disables an HTTP proxy server.
hostname (config) # no fenet proxy enable hostname (config) # show fenet DTI CLIENT CONFIGURATION: ... Http proxy : bsmith@192.168.2.3:8080 (user agent:) Disabled ...