Has anyone be able to get a layer 3 Cisco 3850 running 16.x to send netflow data to NTA? No matter the configurations I can not seem to get this working.
Here is the configuration I am using pulled from the Solarwinds site
flow record netflow-in
match flow direction
match interface input
match ipv4 destination address
match ipv4 protocol
match ipv4 source address
match ipv4 tos
match transport destination-port
match transport source-port
collect counter bytes long
collect counter packets long
collect interface output
flow record netflow-out
match flow direction
match interface output
match ipv4 destination address
match ipv4 protocol
match ipv4 source address
match ipv4 tos
match transport destination-port
match transport source-port
collect counter bytes long
collect counter packets long
collect interface input
flow exporter nta
Source Loopback0
destination 10.xx.xx.xx
transport udp 2055
export-protocol netflow-v9
flow monitor netflow-monitor-in
exporter nta
cache timeout inactive 10
cache timeout active 60
record netflow-in
flow monitor MDOT-netflow-monitor-out
exporter nta
cache timeout inactive 10
cache timeout active 60
record netflow-out
int te1/1/3
ip flow monitor netflow-monitor-in input
ip flow monitor netflow-monitor-out output