Creating a new ProfileΒΆ

To create a new Profile, enter the following at the Interactive Mode prompt:

REPLICATOR> profile add [profile_name] [in_port] [out_port]

This will create a Profile called profile_name with the specified In Port and Out Port.

To completely remove a Profile, along with any Policies associated with it, use:

REPLICATOR> profile remove [profile_name]

Profiles can also be temporarily disabled and later re-enabled using profile disable and profile enable, respectively.