diff options
author | Robert Göhler <github@ghlr.de> | 2020-12-17 20:25:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 20:25:58 +0100 |
commit | cdfecc295b25393d9489c0788976debf951e1cd5 (patch) | |
tree | 14a403c875b4a548a85fe8bfdd4e61b54d918028 /docs/configuration/system/flow-accounting.rst | |
parent | 0e468b7b0073a707b3490d09e8c68d49f4dff41e (diff) | |
parent | 0ecc9bb6c07c3472df2b53fe8751235dee0bf283 (diff) | |
download | vyos-documentation-cdfecc295b25393d9489c0788976debf951e1cd5.tar.gz vyos-documentation-cdfecc295b25393d9489c0788976debf951e1cd5.zip |
Merge pull request #396 from jpbede/master
flow-accounting: T3132: enable egress traffic accounting
Diffstat (limited to 'docs/configuration/system/flow-accounting.rst')
-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 |