diff options
-rw-r--r-- | docs/configuration/system/flow-accounting.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/configuration/system/flow-accounting.rst b/docs/configuration/system/flow-accounting.rst index 5bc737d6..a5f16f09 100644 --- a/docs/configuration/system/flow-accounting.rst +++ b/docs/configuration/system/flow-accounting.rst @@ -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 |