diff --git a/console/data/docs/04-operations.md b/console/data/docs/04-operations.md index 7225f817..aa636b0c 100644 --- a/console/data/docs/04-operations.md +++ b/console/data/docs/04-operations.md @@ -9,7 +9,7 @@ snippets](https://github.com/kentik/config-snippets/) from Kentik. ### Cisco IOS-XE -On each router, Netflow can be enabled with the following configuration: +Netflow can be enabled with the following configuration: ```cisco flow record Akvorado @@ -57,11 +57,10 @@ interface GigabitEthernet0/0/3 ! ``` -***Note*** - -See Issue [#89](https://github.com/akvorado/akvorado/issues/89). - -The solution is to set a default sample rate in akvorado.yaml +As per [issue #89](https://github.com/akvorado/akvorado/issues/89), the sample +rate is not reported correctly on this platform. The solution is to set a +default sample rate in `akvorado.yaml`. Check the +[documentation](02-configuration.html#core) for more details. ```yaml inlet: diff --git a/console/data/docs/05-troubleshooting.md b/console/data/docs/05-troubleshooting.md index 85613942..18d3bd08 100644 --- a/console/data/docs/05-troubleshooting.md +++ b/console/data/docs/05-troubleshooting.md @@ -110,23 +110,10 @@ You can check they are correctly forwarded to Kafka with: $ curl -s http://akvorado/api/v0/inlet/metrics | grep '^akvorado_inlet_kafka_sent_messages_total' ``` -### 4 byte ASN 23456 showing in flow data +### 4-byte ASN 23456 in flow data -If you are seeing flows with source or destination AS of 23456 your exporter -needs to be configured with 4-byte ASN support. - -See Cisco IOS-XE examples below (only relevant config lines shown). - -2-byte ASN flow record config: - -```cisco -flow record Akvorado - collect routing source as - collect routing destination as -! -``` - -4-byte ASN flow record config: +If you are seeing flows with source or destination AS of 23456, your exporter +needs to be configured with 4-byte ASN support. For example, on Cisco IOS-XE: ```cisco flow record Akvorado @@ -147,7 +134,6 @@ The first problem may come from the exporter dropping some of the flows. Most of the time, there are counters to detect this situation and it can be solved by lowering the exporter rate. - ##### NCS5500 routers [Netflow, Sampling-Interval and the Mythical Internet Packet Size][1]