Pre-deployment¶
As part of the installation process, the following preparatory steps should be completed before deploying the FlowPro appliance. Review the subsections below for optimal deployment locations, recommended resource allocation, and licensing instructions.
License and probe registration¶
Before a FlowPro appliance is deployed, it must first be licensed and registered through the Scrutinizer web interface.
Adding a license
Note
If the following steps have already been completed, proceed to reviewing the resource requirements and deployment recommendations below.
To obtain and set up a new FlowPro license, follow these steps:
Contact Plixer Technical Support and provide them with the Customer ID and Machine ID found under Admin > Plixer > FlowPro Licensing in the Scrutinizer web interface.
Paste the key in the License Key field on the same page.
Click Save.
After a license key has successfully been added, the page will display the number of probes supported by the license as well as registered and deployed probe counts.
Registering a new probe
After a license key has been added, the FlowPro appliance/probe can be registered as follows:
Navigate to Admin > Resources > FlowPro Probes in the Scrutinizer web interface.
Click the + button and enter the following details in the Add Probe tray:
A name to identify the probe in Scrutinizer
The probe’s MGMT interface IP address
The Scrutinizer collector to assign the probe to
[Optional] Leave Default NIDS Rules enabled to import NIDS rules from open-source threat feeds for network event reporting.
Click the Save button to register the probe configuration.
[Optional] To deploy multiple appliances, repeat the above steps until they have all been registered.
Confirm that the probe has been correctly registered in the main FlowPro Probes view, and then proceed to deploying the hardware or virtual appliance.
Note
A license key and probe must be registered in Scrutinizer before the FlowPro appliance(s) is deployed. The MGMT IP address configured in Scrutinizer must also match the address assigned during the initial setup process after the appliance’s first boot.
If the Default NIDS Rules option is disabled, the probe will send only basic IPFIX observations, unless custom rules are manually added to the probe.
FlowPro keys can be obtained from Plixer Technical Support and entered via the probe management page (for Scrutinizer versions below 19.6.0, the FlowPro key must be be entered via the FlowPro CLI).
SPAN configuration¶
By default, the monitor interfaces of a FlowPro appliance are set to promiscuous mode and can be connected directly to a mirrored port. This allows the appliance to be deployed in the optimal location for maximizing coverage and functionality.

Note
For remote SPAN (RSPAN) configuration instruction, see this guide.
A 1 GB interface can be monitored using either separate SPAN interfaces for Rx/ingress and Tx/egress traffic or a single SPAN interface for both directions. Using dedicated SPANs for Rx and Tx traffic is recommended to allow for better traffic distribution and avoid potential bottlenecks. Rx and Tx SPAN interfaces can be configured as part of the FlowPro appliance’s initial setup process.
The image below shows the recommended deployment locations for FlowPro based on the functions/features that will be enabled:
FlowPro (core probe functions)

Resource requirements¶
See below for recommended resource scaling for FlowPro virtual appliances:
CPU and RAM
Default VM configuration |
Medium traffic (up to 1 Gb/s) |
High traffic (up to 10 Gb/s) |
8 CPU cores
8 GB RAM
|
6-10 CPU cores
8-18 GB RAM
|
10-18 CPU cores
18-34 GB RAM
|
Storage
Storage requirements scale with selective packet capture workloads and can be approximated using the following formula:
Capture depth * Max MTU of monitored interfaces * Expected number of source host:well-known port:destination host combinations that will be stored for the specified retention duration
The values above are stored in ~/flowpro/flowpro-settings.yaml
, where:
Capture depth (
$pcap.server_capture_depth
) is the number of payload observations to be maintained per capture.Retention duration (
$pcap.server_ttl_hours
) is the number of hours captures are stored after the last observation.
License and probe registration¶
Before a FlowPro appliance is deployed, it must first be licensed and registered through the Scrutinizer web interface.
Adding a license¶
To obtain and set up a new FlowPro license, follow these steps:
Contact Plixer Technical Support and provide them with the Customer ID and Machine ID found under Admin > Plixer > FlowPro Licensing in the Scrutinizer web interface.
Paste the key in the License Key field on the same page.
Click Save.
After a license key has successfully been added, the page will display the number of probes supported by the license as well as registered and deployed probe counts.
Registering a new probe¶
After a license key has been added, the FlowPro appliance/probe can be registered as follows:
Navigate to Admin > Resources > FlowPro Probes in the Scrutinizer web interface.
Click the + button and enter the following details in the Add Probe tray:
A name to identify the probe in Scrutinizer
The probe’s MGMT interface IP address
The Scrutinizer collector to assign the probe to
[Optional] Leave Default NIDS Rules enabled to import NIDS rules from open-source threat feeds for network event reporting.
Click the Save button to register the probe configuration.
[Optional] To deploy multiple appliances, repeat the above steps until they have all been registered.
Confirm that the probe has been correctly registered in the main FlowPro Probes view, and then proceed to deploying the hardware or virtual appliance.
Note
A license key and probe must be registered in Scrutinizer before the FlowPro appliance(s) is deployed. The MGMT IP address configured in Scrutinizer must also match the address assigned during the initial setup process after the appliance’s first boot.
If the Default NIDS Rules option is disabled, the probe will send only basic IPFIX observations, unless custom rules are manually added to the probe.
FlowPro keys can be obtained from Plixer Technical Support and entered via the probe management page (for Scrutinizer versions below 19.6.0, the FlowPro key must be be entered via the FlowPro CLI).
Updating the Scrutinizer reporter¶
If the original primary Scrutinizer reporter in a high-availability configuration becomes permanently unavailable, FlowPro probes will need to be updated to point to the new primary reporter as follows:
SSH to the FlowPro server using the
plixer:flowpro
credentials.Run the following command to stop the FlowPro service:
sudo service flowpro stop
Update the
.collector.reporter_address
in the/home/plixer/flowpro/flowpro-settings.yaml
file.Then run the following command to restart the FlowPro service:
sudo service flowpro start