We're running VyOS 1.3.5 with the following flow-accounting configuration:
# show system flow-accounting enable-egress interface eth0.20 interface eth0.30 interface eth0.99 netflow { engine-id 1 server 172.19.24.55 { port 9995 } version 9 }
This router is configured with IPv6 blocks 2602:fcad:1::/48 and 2602:fcad:2::/48 (which are broken up into a few /64s).
When checking the memory table, it seems the IPv6 addresses are "jumbled" (for lack of a better word to describe it :slight_smile: ). It seems the IPv4 addresses are correct.
$ show flow-accounting interface eth0.99 IN_IFACE SRC_MAC DST_MAC SRC_IP DST_IP SRC_PORT DST_PORT PROTOCOL TOS PACKETS FLOWS BYTES ---------- ----------------- ----------------- -------------------------------- ---------------------------- ---------- ---------- --------------------- ----- --------- ------- ------- ... eth0.99 52:54:00:9e:c9:58 52:54:00:47:a8:7f 63.6.136.116 172.19.24.50 0 0 78 0 1 1 52 eth0.99 52:54:00:9e:c9:58 52:54:00:47:a8:7f 14d:63f:2602:fcad:2:fffe:5054:ff fe9e:c958:2602:fcad:1:: 0 0 L 0 2 1 49262 eth0.99 52:54:00:9e:c9:58 52:54:00:47:a8:7f 20:640:2602:fcad:2:fffe:5054:ff fe9e:c958:2602:fcad:1:: 0 0 L 0 9 1 221679 eth0.99 24:5a:4c:86:d4:35 52:54:00:47:a8:7f 63.6.178.195 172.19.24.108 0 0 ^N B^N^XB^N^PB^N^HA ...
Notice the DST_IP and SRC_IP seem to be the right length of 8 sections, but our prefix starts in the 3rd section.
We tried rolling back to 1.3.2 as we thought it was working in that version, but are running into the same issue.
Thanks,
AP