![]() |
![]()
| ![]() |
![]()
NAMEipfixcol2-udp-input - UDP (input plugin) DESCRIPTIONThe plugin receives IPFIX messages over UDP transport protocol from one or more exporters and pass them into the collector. Multiple instances of the plugin can run concurrently. However, they must listen on different ports or local IP addresses. Keep in mind that connection between the exporter and the collector is unreliable because of UDP and IPFIX protocol is unidirectional (the collector can only receive). Because various exporters can measure different features of flows, IPFIX specifies templates that describe structure of transmitted flow records and the collector uses these templates to interpret them. In case of connection over UDP, templates are regularly retransmitted by exporters. However, if the collector starts after an exporter, it could miss all templates and it is unable to interpret records until next retransmission. In other words, it may take up to a few minutes for the first record to be successfully interpret (depends on template retransmission interval of the exporter). Warning: One of the most common causes of lost flow records transmitted over networks using UDP protocol is an undersized receive buffer of a system socket. The actual size of the buffer your operating system provides is limited by operating system-level maximums. The plugin automatically changes default size to the maximum size during startup. However, the size is usually not optimal for monitoring high-speed network or reception from multiple exporters. It is recommended to increase the limits before the start of the collector. For the most Linux distributions, you can use, for example, following command (value in bytes): sysctl -w net.core.rmem_max=16777216 EXAMPLE CONFIGURATION<input> PARAMETERSMandatory parameters:
Optional parameters:
AUTHORLukáš Huták (lukas.hutak@cesnet.cz), Petr Velan (petr.velan@cesnet.cz) COPYRIGHTCopyright © 2018 CESNET, z.s.p.o.
|