Just wondering if anyone has configured netflow on 3850 switch?
We have a client running stack of 2 3850 switches with Whats up Gold v 16.01
For some reason WUG is unable to Receive netflow stats from the switch. I have uploaded new MIBS and at this point not sure if the problem is on switch or monitoring tool itself.
Netflow on WUG works fine for other network devicesd such as 2821 and 6500
Configuration is below
flow record RECORD-1
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match interface output
collect transport tcp flags
collect interface input
collect counter bytes long
collect counter packets long
collect timestamp absolute first
!
!
flow record RECORD-INPUT
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match interface input
collect transport tcp flags
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
!
!
flow exporter EXPORT-WUG
destination X.X.X.X
source Loopback0
transport udp 9999
option interface-table timeout 30
option exporter-stats timeout 30
!
!
flow monitor MONITOR-UPLINK
exporter EXPORT-WUG
record RECORD-1
!
!
flow monitor MONITOR-INPUT
exporter EXPORT-WUG
record RECORD-INPUT
interface GigabitEthernet1/0/23
ip address x.x.x.x 255.255.255.252
no switchport
ip flow monitor MONITOR-INPUT input
ip flow monitor MONITOR-UPLINK output