Enabling or disabling the proxy connection to cloud storage using the CLI

Prev Next

Use the commands in this procedure to enable or disable the proxy connection configured on your File Protect appliance to connect to cloud storage.

Prerequisites
  • An established connection between the File Protect appliance and the Internet.

  • Administrator or Operator access to the File Protect appliance.

To enable the proxy connection:

  1. Go to CLI configuration mode.

    hostname > enable 
    hostname # configure terminal
  2. Enable the proxy connection.

    hostname (config) # fmps proxy enable
  3. Verify your configuration.

    hostname (config) # show fmps proxy
    Proxy Config:
    	Enabled  : yes
    	FQDN     : 1.2.3.4
    	Port     : 80
    	Username : 
    	Password : ********
    			

To disable the proxy connection:

  1. Go to CLI configuration mode.

    hostname > enable
    
    hostname # configure terminal
  2. Disable the proxy connection.

    hostname (config) # no fmps proxy enable
  3. Verify your configuration.

    hostname (config) # show fmps proxy
    Proxy Config:
    	Enabled  : no
    	FQDN     : 1.2.3.4
    	Port     : 80
    	Username : 
    	Password : ********