docs: reduce the section about 4-byte ASNs

This commit is contained in:
Vincent Bernat
2022-12-07 08:10:06 +01:00
parent 22ba586bd0
commit 95163bea64
2 changed files with 8 additions and 23 deletions

View File

@@ -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]