Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_components:utilities:ipfixcol2:start [2023/10/23 13:16] – elena.krasnobryzh | en:dpi:dpi_components:utilities:ipfixcol2:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== IPFIXCol2 ====== | ||
| - | {{indexmenu_n> | ||
| - | ===== Introduction ===== | ||
| - | [[https:// | ||
| - | ===== Installation ===== | ||
| - | - Connect the VAS Experts repository <code bash>rpm --import http:// | ||
| - | rpm -Uvh http:// | ||
| - | - Install ipfixcol2: dnf install -y ipfixcol2 | ||
| - | |||
| - | ===== Setup files ===== | ||
| - | Configuration file: | ||
| - | <code bash> | ||
| - | / | ||
| - | </ | ||
| - | |||
| - | Executable file: | ||
| - | <code bash> | ||
| - | / | ||
| - | </ | ||
| - | |||
| - | Plugins: | ||
| - | <code bash> | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | </ | ||
| - | |||
| - | Service file to run the application: | ||
| - | <code bash> | ||
| - | / | ||
| - | </ | ||
| - | |||
| - | ===== Launch parameters ===== | ||
| - | The program has the following launch parameters: | ||
| - | <code bash> | ||
| - | Usage: ipfixcol2 [-c FILE] [-p PATH] [-e DIR] [-P FILE] [-r SIZE] [-vVhLd] | ||
| - | |||
| - | -c FILE Configuration file path | ||
| - | (/ | ||
| - | |||
| - | -p PATH Path to the plugins directory | ||
| - | (/ | ||
| - | |||
| - | -e DIR Path to the IPFIX item directory | ||
| - | (/ | ||
| - | |||
| - | -P FILE Path to PID file (without this option, no PID file is created) | ||
| - | |||
| - | -d Run as a daemon | ||
| - | |||
| - | -r SIZE Circular buffer size (8192 by default) | ||
| - | |||
| - | -h Output the brief info | ||
| - | |||
| - | -V Output the program version | ||
| - | |||
| - | -L Output the list of plugins and exit | ||
| - | |||
| - | -v Increase the logging level (by default only errors are logged) | ||
| - | (can be used up to 3 times to add warning/ | ||
| - | </ | ||
| - | |||
| - | ===== Application configuration for IPFIX stream replication ===== | ||
| - | The configuration file ''/ | ||
| - | |||
| - | <code bash> | ||
| - | < | ||
| - | <!-- Input plugins --> | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | <!-- List on port 1600 --> | ||
| - | < | ||
| - | <!-- Bind to all local adresses --> | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | </ | ||
| - | </ | ||
| - | |||
| - | The interface and the port for receiving IPFIX stream are configured in the ''< | ||
| - | |||
| - | IPFIX input stream replication is configured in the ''< | ||
| - | |||
| - | |||
| - | <note important> | ||
| - | You must pay attention to the value of the ''< | ||
| - | |||
| - | ===== Application launch ===== | ||
| - | To launch the application, | ||
| - | <code bash> | ||
| - | systemctl start ipfixcol2 | ||
| - | </ | ||
| - | |||
| - | To launch the application automatically at server startup, run the following command: | ||
| - | <code bash> | ||
| - | systemctl enable ipfixcol2 | ||
| - | </ | ||
| - | |||
| - | ===== Logging ===== | ||
| - | The application outputs messages to the '' | ||