Flowmon Monitoring Center Sources
- Last Updated: May 27, 2026
- 1 minute read
- Flowmon Products
- Flowmon
- Documentation
Each source is represented by fmcSource element.
<fmcSource xmlns="urn:invea:netconf:ipfix">
<!-- Source IP address -->
<ip>127.0.0.1</ip>
<!-- profile name, must start with Sources -->
<profile>Sources/127001-f07970</profile>
<!-- name of channel in live (All Sources) profile -->
<live_profile_channel>127-0-0-1_p3000</live_profile_channel>
<!-- name of listening port that recieves data -->
<listening_port>p3000</listening_port>
<!-- device hostname recieved from SNMP -->
<hostname>localhost</hostname>
<!-- SNMP community string -->
<community_string>public</community_string>
<!-- SNMP port -->
<port>161</port>
<!-- SNMP version -->
<version>2c</version>
<!-- use shadow profile for source data -->
<shadow_profile>true</shadow_profile>
<!-- use SNMP to get info about the source -->
<enable_snmp>true</enable_snmp>
<!-- get source info using SNMP every 5 minutes -->
<snmp_live_check>false</snmp_live_check>
</fmcSource>