## Configuring devices
Network devices that support one of the [three protocols](🔗) can be configured to send data to Opsview Monitor, so that it can be stored, analyzed and displayed. The configuration of each protocol varies from vendor to vendor, however on a Cisco router the main part of the required configuration is:
You then have to configure 'ip flow ingress' on each router sub interface you wish to monitor the traffic of. To view the configuration of the Cisco router, run the command 'show ip flow export', as shown below:
For more information on configuring Cisco devices to export NetFlow data, see the link here. For information on configuring NetFlow/jFlow/sFlow for your network device, please contact your network device vendor.
As you will notice, we have configured the router to send flow data to a specific destination. This destination must be either the Opsview Monitor master or a collector in an Opsview cluster, which is known as a Flow collector, i.e. something that collects inbound flow packets and stores them. The device sending the flow data is known as a source, i.e. the source of the data.

In the example above, you can see that we have three routers that are exporting flow data; one is sending flow data to a flow collector server in an Opsview Cluster, and the remaining two are sending flow data to the master. The routers are labelled 'flow sources', and the Opsview Monitor servers are 'flow collectors'.
**Note:** You may need to open ports through your firewall to allow the network devices to pass data to Opsview Monitor. Check your device configuration on which ports to open.
## Adding a Flow Collector
To add a Flow Collector, navigate to the Configuration > Flow Collectors page.

To add a new Flow Collector, click on the 'Add New' button in the top left. This will load a modal window as shown below:

The modal window contains the following fields:
### Name
The name of the Flow Collector, i.e. 'Master', 'UK', etc.
### NetFlow Port
The port to which NetFlow data should be sent to; this can be modified.
**Note:** when manually changing the port to an already configured Flow Collector, it is required to run "Apply Changes" (from the Configuration menu) and restart opsview-flowcollector on the Opsview collector..
### sFlow Port
The port to which sFlow data (and also jFlow) data should be sent to. This is also user-modifiable.
### Monitoring Cluster
Choose the monitoring cluster that will act as the newly configured Flow Collector. This cannot be edited once saved.
A monitoring cluster can only be configured as a Flow Collector once, i.e. if you have one cluster and the master monitoring cluster, you can have a maximum of two Flow Collectors.
## Adding a Source
Now that you have added your Flow Collectors, you can configure the Flow Sources; a Flow Source being a Host that is sending Flow data inbound into a flow collector.
To add a Flow Source, edit a collector and navigate to the 'Sources' tab and click on the 'Add New' button:

In the example above, we have added our Flow Source, 'Cisco2611', and its IP address has been determined via lookup. If the IP address cannot be looked up, then the field will display an error as shown below:

This error is displayed as Opsview Monitor needs to know the IP address of the Host in order to map the received Flow data (which contains a 'From:' field containing an IP address) to the Host, i.e. 'cisco2611.opsview.com == 192.168.13.2'. To add the IP, click on 'Override IP Address?' and manually enter the IP address.
Once the correct Host and IP address has been entered, ensure you have selected 'Active' ' otherwise the Flow Source wont be displayed within the Flow Collector Dashlets.
Click 'update' to save any changes you have made to the individual Flow Source, and then finally click 'Submit Changes' to close the window and save the newly added Flow Sources.
It is then required to apply your changes for both the Flow Collector and the newly-added Flow Sources, by running Configuration - Apply Changes from the navigation bar.
**Note:** Before you remove the Flow Collector feature, please delete any Flow Collector sources and Flow Collectors, otherwise you will not be able to edit some information on the host or cluster.
## Field Details
### Active
To easily enable or disable this Flow Source.
### Type
Choose the type of Flow Source.
Note: For JFlow, use the sFlow option.
### Host
Choose the Host that is the Flow Source. You can only choose Hosts that are associated to this Monitoring Cluster for this Flow Collector.
### IP Address
This is the IPv4 address of the Flow Source which will send data to the Flow Collector. Opsview will name resolve this for you if possible. Use the IP Override checkbox if you need to set a specific address.
## Configuration Options
Within the 'Flow Collector' configuration page, there is a 'gear cog' icon which loads the global settings for the Flow Collector module:

Clicking on this 'Settings gear cog' icon will load a modal window as shown below:

This window allows you to change the retention period of data received from Flow Sources, along with an indicator showing the average data per day used per Flow Source, and the estimated storage required based on the values entered.
### Summary Retention Period
How long the Opsview Monitor system should retain summary data, i.e. rounded up, summarised values as opposed to the per second/minute data files initially received. This data is stored within the 'opsview_netflow_stats' table in the Runtime database on the Opsview Monitor master server.
### Full Data Retention Period
How long the Opsview Monitor system should retain the 'raw' data, i.e. the files within /opt/opsview/flowcollector/var/data that contain the per second/minute data.
### Estimated Number of Files Per Source
This is an estimate of the number of files required based on the retention periods defined. As there could be a large number of files, ensure the filesystem will allow this amount of files to be created.
### Source Name
This column shows each source and its estimated requirements.
### Average Data per Day
The Average data/day is based on data over the last week. If there is less than a week's worth of data, the actual duration of data will be displayed in parenthesis, eg (three hours), so that you have an idea of how representative the value will be.
### Estimated Storage Required
This is an estimate of the amount of space required. Ensure the Flow Collector has this amount of space available.