Disabling HTTP proxy server settings using the CLI

Prev Next

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 enable
  • To remove the HTTP proxy server:

    hostname (config) # no fenet proxy
  • To remove the basic authentication user:

    hostname (config) # no fenet proxy auth basic user
  • To remove the basic authentication password:

    hostname (config) # no fenet proxy auth basic password
  • To 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
  ...