[no] proxy enabledEnable (or disable, if no) proxy server use for the management interface (access to KSN, Updater).
proxy host <hostname>Specify IPv4 address of proxy server.
proxy port <port>Set port of the proxy server.
proxy credentials <username> <password>Set username and password for proxy server authentication. Not saved in the command history as a secret.
[no] proxy use-for-local-addressesEnable (disable if no) the use of a proxy server for local addresses.
show proxy hostShow IPv4 address of the currently used proxy server.
Example output: { "ngfw-proxy:proxy": { "proxyHost": "192.168.7.222" } }
show proxy portShow port of current proxy server.
Example output: { "ngfw-proxy:proxy": { "proxyPort": 3129 } }
show proxy enabledShow proxy server usage status.
Example output: { "ngfw-proxy:proxy": { "useProxy": true } }
show proxy use-for-local-addressesShow proxy server usage status for local addresses.
Example output: { "ngfw-proxy:proxy": { "use-for-local-addresses": true } }
no proxy hostRemove IPv4 address of the currently used proxy server.
no proxy portRemove port of current proxy server.
no proxy credentialsRemove username and password for proxy server authentication.