profile¶
The profile
command is used to add a new Plixer Replicator profile or update an existing profile’s settings.
Options and syntax
profile <add|update> [profile_name] [listen_port] [send_port]
|
Adds a new profile or updates an existing profile’s settings. All parameters are required when add or update is used. |
profile <remove|disable|enable> [profile_name]
|
Removes, disables, or enables the profile specified. |
profile rename [old_name] [new_name]
|
Renames the profile. |
profile singularity [profile_name] <enable|disable>
|
Enables or disables sending the Plixer Replicator appliance’s IP address as a packet’s source (default: disabled). |
You can manipulate a profile with spaces in its name by enclosing the name in quotes. Furthermore, if you must manipulate a profile with quotes in its name, you can do so by using \"
to escape the quote, as well \\
to escape a backslash.
Hint
For assistance, enter <command> help
, help <command>
, <command> ?
, or ?
at any time.