license set-network-settings
Sets the network information for the license. The settings are saved for each logged-in user and applied when each license command is executed.
If no settings are made, the OS settings will be used. These settings are saved as CLI settings, separate from the Next Design application settings.
Returns (0) if the network information was successfully set; returns (1) if it failed.
Also, a message notifying the result of the command execution is displayed on the console.
Syntax
ndcli license set-network-settings
[--use-proxy <USEPROXY>]
[--username <USERNAME>]
[--password <PASSWORD>]
[--url <URL>]
[--port <PORTNUMBER>]
Options
-
--use-proxy<USEPROXY> (required)
Specifies whether to use a proxy. (true
orfalse
.) -
--username<USERNAME>
Specifies the proxy username. -
--password<PASSWORD>
Specifies the password for the authenticated user. -
--url<URL>
Specifies the server address. (Required if --use-proxy is set totrue
)
Specify the server's FQDN or IP address without adding "http(s)://" to the server address value.
- --port<PORTNUMBER>
Specifies the server port.