Defining Monitored and Non-monitored Targets

Follow these guidelines when defining monitored and non-monitored targets:

  1. Define each target by:

    • IP address or address range

    • Host name

    • FQDN

    • Network address and subnet mask, such as 10.1.1.1/32

    Note: For the subnet mask, CPM only supports a classless inter-domain routing (CIDR) type port. That means that you can only type a number like 32 instead of 255.255.255.0.
  2. To target specific channels, include the default or company-defined port numbers for those channels. For example, port 21 is typically for FTP traffic, port 80 for HTTP, and port 443 for HTTPS. Use a colon to separate the target from the port numbers.

  3. You can also include port ranges. To include all ports, ignore the port range.

    Below are some examples of targets with port numbers and port ranges:

    • 10.1.1.1:80

    • host:5-20

    • host.domain.com:20

    • 10.1.1.1/32:20

  4. Separate targets with commas.