policiesΒΆ
The policies
command is used to add or remove a policy to/from a Plixer Replicator profile. Policies can only be defined using the subnet/CIDR notation.
Options and syntax
policies add [subnet/cidr] [profile] <include|exclude>
|
Adds a subnet/CIDR to the Plixer Replicator profile name specified. |
policies remove [subnet/cidr] [profile]
|
Removes a subnet/CIDR from the Plixer Replicator profile name specified. |
<include|exclude>
is only required if add
is used.
To catch all exporters, add an include policy of 0.0.0.0/0. Although you can create policies for a single IP address (e.g., 192.168.2.4/32), it is recommended to manually create policies that include groups of addresses (e.g., 192.168.2.0/24).
Hint
For assistance, enter <command> help
, help <command>
, <command> ?
, or ?
at any time.