Overall Structure
- Last Updated: May 27, 2026
- 1 minute read
- Flowmon Products
- Flowmon
- Documentation
The configuration XML has the following overall structure. Important nested elements are described later in the article.
<?xml version="1.0" encoding="UTF-8"?>
<inveaosconfig version="8.03.00"
timestamp="2017-02-09T12:21:32+01:00"
device="IFC-1000-VA"
devicetype="FLP, FLC, ADS, APM, IDR, FTR, IAD"
hwid="421E4703-86FA-1D1C-CA17-755C82FB46BF"
product="Invea FlowMon Collector 1000 VA"
hostname="localhost.localdomain"\>
<ipfix xmlns="urn:ietf:params:xml:ns:yang:ietf-ipfix-psamp">
<!-- multiple -->
<collectingProcess></collectingProcess>
</ipfix>
<flowmon version="8.03.00">
<monitoring-center xmlns="urn:invea:netconf:mc">
<sources>
<!-- single -->
<fmcSourceDefault xmlns="urn:invea:netconf:ipfix"></fmcSourceDefault>
<!-- single -->
<fmcSourceSetting xmlns="urn:invea:netconf:ipfix"></fmcSourceSetting>
<!-- multiple -->
<fmcSource xmlns="urn:invea:netconf:ipfix"></fmcSource>
</sources>
<profiles>
<!-- multiple -->
<profile></profile>
<!-- single -->
<backup></backup>
</profiles>
</monitoring-center>
</flowmon>
</inveaosconfig>