Hello,
after upgrading ASR 1001-X from IOS XE 03.16.04b to 03.16.07 second netflow exporter stops working.. Before upgrade I was able sending flow exports to two separate locations, after upgrade just one works..
Config snippet:
==
flow exporter flow-v9
destination x.x.x.x vrf inet
transport udp 3006
!
flow exporter flow-ipfix
destination x.x.x.x
transport udp 2055
export-protocol ipfix
!
flow monitor SiLK
exporter flow-v9
exporter flow-ipfix
record netflow-original
==
Current stats:
skbasitl3rtr01#sh flow exporter statistics
Flow Exporter flow-v9:
Packet send statistics (last cleared 3w5d ago):
Successfully sent: 0 (0 bytes)
Client send statistics:
Client: Flow Monitor SiLK
Records added: 0
Bytes added: 0
Flow Exporter flow-ipfix:
Packet send statistics (last cleared 3w5d ago):
Successfully sent: 66178579 (81520591564 bytes)
Reason not given: 24 (2016 bytes)
Client send statistics:
Client: Flow Monitor SiLK
Records added: 1622425825
- sent: 1622425825
Bytes added: 3811879922
- sent: 3811879922
Last data on flow-v9 collector has been received just before rebooting the router with new firmware, after that I can see sending data just through one exporter..
I have tried removing/modifying config, created two monitor/exporters and two ip flow exports on interface level but it didn't helped - still my ASR is able to send flow export just to one destination..