blob: 1231dcf3028c647587d2c09fd5f8016b23ce0a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.. _flow-accounting:
Flow Accounting
---------------
VyOS supports flow accounting through NetFlow or sFlow.
For both types you need to specify the interfaces for which the data will be collected:
.. code-block:: sh
set system flow-accounting interface eth0
set system flow-accounting interface bond3
NetFlow is a protocol originating from Cisco Systems. It works on level3.
VyOS supports version 1, 5 and 9
NetFlow v5 example:
.. code-block:: sh
set system flow-accounting netflow engine-id 100
set system flow-accounting netflow version 5
set system flow-accounting netflow server 192.168.2.10 port 2055
|