Главная » Файлы » netflow » collector |
12.05.2013, 14:55 | |
Netflow collector used to accumulate raw data from sensors like Cisco routers and store it in database. This is perl-based project so there are no depending on OS platform. Software Requirements: 1) Installed OS (*nix//Windows/MacOS) 2) Installed Perl - http://www.perl.org 3) Installed MySQL - http://www.mysql.com How does it works? The script listens decided (by you) udp port (for example 9999). Sensors (routers) should be configured to send data on this port. In case of receiving v5 netflow data, it will be placed into table named 'v5' With v9 netflow everything complicated. First of all collector waits for transfer of template header. After that collector can recognise and sort data. For each template (of each device) will be created individual table because of different data types which transfered by different devices. How to Install: Just unpack tar archive into any directory, create database with using sql script and launch perl script. For example: mkdir /usr/home/netflow
cd /usr/home/netflow | |
Просмотров: 527 | Загрузок: 1 | Рейтинг: 0.0/0 |
Всего комментариев: 0 | |