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:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable the proxy connection.
hostname (config) # fmps proxy enableVerify your configuration.
hostname (config) # show fmps proxyProxy Config: Enabled : yes FQDN : 1.2.3.4 Port : 80 Username : Password : ********
To disable the proxy connection:
Go to CLI configuration mode.
hostname > enable
hostname # configure terminalDisable the proxy connection.
hostname (config) # no fmps proxy enableVerify your configuration.
hostname (config) # show fmps proxyProxy Config: Enabled : no FQDN : 1.2.3.4 Port : 80 Username : Password : ********