mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-03 04:12:03 +01:00
Merge pull request #396 from jpbede/master
flow-accounting: T3132: enable egress traffic accounting
This commit is contained in:
commit
cdfecc295b
@ -54,7 +54,7 @@ interface, the interface must be configured for flow accounting.
|
||||
accounting.
|
||||
|
||||
.. note:: Will be recorded only packets/flows on **incoming** direction in
|
||||
configured interfaces.
|
||||
configured interfaces by default.
|
||||
|
||||
|
||||
By default, recorded flows will be saved internally and can be listed with the
|
||||
@ -68,6 +68,11 @@ CLI command. You may disable using the local in-memory table with the command:
|
||||
or stopping exporting, you may try to increase a default buffer size (10
|
||||
MiB) with the next command:
|
||||
|
||||
.. cfgcmd:: set system flow-accounting enable-egress
|
||||
|
||||
If you need to sample also egress traffic, you may want to
|
||||
configure egress flow-accounting:
|
||||
|
||||
.. cfgcmd:: set system flow-accounting buffer-size <buffer size>
|
||||
|
||||
In case, if you need to catch some logs from flow-accounting daemon, you may
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user