Hello, I am encountering a problem with flexible netflow on a cisco Catalyst 3850. The packets are not exported to the collector (I ping the collector well). Morevover, the packets not exported are in the cache. I can see that, when I type the command "show flow monitor statistics" :
Cache type: Normal (Platform cache)
Cache size: 10000 Current entries: 2096
Flows added: 2096
Flows aged: 0
My configuration :
flow record goelastic_input
match ipv4 destination address
match ipv4 source address
match transport source-port
match transport destination-port
match ipv4 protocol
match ipv4 tos
match ipv4 ttl
match interface input
match flow direction
match datalink vlan input
collect counter bytes long
collect counter packets long
!
!
flow exporter exp_goelastic_input
destination 192.168.1.100
source Loopback0
transport udp 2055
!
!
flow monitor ipv4_netflow_input
exporter exp_goelastic_input
cache timeout active 60
record goelastic_input
Has anyone encountered this problem ?