mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docs: reduce the section about 4-byte ASNs
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user