config: also listen to 4739 for IPFIX

This is the port defined in RFC 7011.
This commit is contained in:
Vincent Bernat
2025-08-29 08:06:18 +02:00
parent a50c47a723
commit 45ab047c80
6 changed files with 16 additions and 5 deletions

View File

@@ -104,9 +104,9 @@ akvorado_inlet_flow_input_udp_packets_total{exporter="241.107.1.15",listener=":2
```
If your exporters are not listed, check their configuration. You can also use
`tcpdump` to verify that they are sending packets. Replace the IP with the IP address
of the exporter and the port with the correct port (2055 for NetFlow and 6343 for
sFlow).
`tcpdump` to verify that they are sending packets. Replace the IP with the IP
address of the exporter and the port with the correct port (2055 for NetFlow,
4739 for IPFIX and 6343 for sFlow).
```console
# tcpdump -c3 -pni any host 241.107.1.12 and port 2055