GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IPFIXCOL2-FORWARDER-OUTPUT(7) IPFIXcol collector IPFIXCOL2-FORWARDER-OUTPUT(7)

ipfixcol2-forwarder-output - Forwarder (output plugin)

This plugin allows forwarding incoming flow records in IPFIX form to other collector in various modes.

It can be used to broadcast messages to multiple collectors (e.g. a main and a backup collector), or to distribute messages across multiple collectors (e.g. for load balancing).

<output>

<name>Forwarder</name>
<plugin>forwarder</plugin>
<params>
<mode>roundrobin</mode>
<protocol>tcp</protocol>
<hosts>
<host>
<name>Subcollector 1</name>
<address>192.168.1.2</address>
<port>4739</port>
</host>
<host>
<name>Subcollector 2</name>
<address>192.168.1.3</address>
<port>4739</port>
</host>
<host>
<name>Subcollector 3</name>
<address>localhost</address>
<port>4739</port>
</host>
</hosts>
</params> </output>


Flow distribution mode. RoundRobin (each record will be delivered to one of hosts) or All (each record will be delivered to all hosts). [values: RoundRobin/All]
The transport protocol to use. [values: TCP/UDP]
Send templates again every N seconds (UDP only). [value: number of seconds, default: 600, 0 = never]
Send templates again every N packets (UDP only). [value: number of packets, default: 5000, 0 = never]
Attempt to reconnect every N seconds in case the connection drops (TCP only). [value: number of seconds, default: 10, 0 = don't wait]
Keep N connections open with each host so there is no delay in connecting once a connection is needed. [value: number of connections, default: 5]
The receiving hosts.
Optional identification of the host. [value: string, default: <address>:<port>]
The address of the host. [value: IPv4/IPv6 address or a hostname]
The port to connect to. [value: port number]



Export time of IPFIX messages is set to the current time when forwarding. This may cause issues with data fields using deltaTime relative to the export time!

Michal Sedlak (xsedla0v@stud.fit.vutbr.cz)

Copyright © 2021 CESNET, z.s.p.o.

2021-01-28 1.0

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.