Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_components:utilities:ipfixreceiver2 [2019/04/01 09:07] – kvazikrav | en:dpi:dpi_components:utilities:ipfixreceiver2 [2026/07/20 13:50] (current) – [CentOS] elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ipfixreceiver2: | ====== ipfixreceiver2: | ||
| + | {{indexmenu_n> | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 13: | Line 13: | ||
| ==== CentOS ==== | ==== CentOS ==== | ||
| - | - Add the VAS Experts repository | + | - Add the VAS Experts repository |
| + | rpm -Uvh http:// | ||
| - Add the [[https:// | - Add the [[https:// | ||
| - Install the ipfixreceiver2: | - Install the ipfixreceiver2: | ||
| - In order to upgrade ipfixreceiver2 issue the following command: < | - In order to upgrade ipfixreceiver2 issue the following command: < | ||
| + | Check the installed version of IPFIXreciver2: | ||
| + | <code bash>yum info ipfixreceiver2</ | ||
| ===== ipfixreceiver2 files ===== | ===== ipfixreceiver2 files ===== | ||
| Line 144: | Line 147: | ||
| :!: For more information about logging parameters please follow the [[https:// | :!: For more information about logging parameters please follow the [[https:// | ||
| - | ===== Примеры конфигураций | + | ===== Configuration examples |
| - | === Приём | + | === Receiving of ipfix data === |
| - | В файлах | + | The / |
| - | * При необходимости внести изменения в секцию | + | * If necessary, make changes to the [connect] |
| - | * В секции | + | * Specify within |
| - | * dumpfiledir - каталог, | + | * dumpfiledir - the directory where the temporary file and data files will be created. |
| - | * rotate_minutes - время, через которое закрывать временный файл, переименовывать его в файл с постоянным именем и выполнить команду из параметра | + | * rotate_minutes - the time period upon the exceeding of which to close the temporary file, rename it to a file with a permanent name and execute a command from the processcmd |
| - | * processcmd - команду, | + | * processcmd - this command should be executed on the file with data. |
| - | * delimiter - символ разделитель между полями данных. | + | * delimiter - delimiter character between data fields. |
| - | * В секции | + | * You should specify the required order of the fields in the saved file within the [ExportModel] |
| - | === Экспорт | + | === Exporting of ipfix data === |
| - | Для экспорта получаемых | + | To export the data received by ipfix, |
| < | < | ||
| to = 10.0.0.5/ | to = 10.0.0.5/ | ||
| - | Если необходимо задать несколько | + | If you need to specify multiple |
| < | < | ||
| to = 10.0.0.5/ | to = 10.0.0.5/ | ||