Hi All
I have configured netflow on a Nexus 5600, however Orion does not seam to want to display any netflow stats. Syslog, and service monitoring to the Nexus 5600 is functioning without any issues.
The same configuration details configured on Cisco IOS switches, 3850s, 6500s function without any issues. Does anything below look out of place?
Thanks
feature netflow
!
flow exporter NetFlow-to-Orion-A
destination x.x.x.x
transport udp 2055
source loopback0
version 9
template data timeout 60
option exporter-stats timeout 60
option interface-table timeout 60
option sampler-table timeout 60
!
flow exporter NetFlow-to-Orion-B
destination x.x.x.x
transport udp 2055
source loopback0
version 9
template data timeout 60
option exporter-stats timeout 60
option interface-table timeout 60
option sampler-table timeout 60
!
flow record NetFlow-to-Orion
match ipv4 source address
match ipv4 destination address
match ip protocol
match ip tos
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
collect timestamp sys-uptime first
collect timestamp sys-uptime last
!
sampler Sampler-NetFlow
mode 1 out-of 65536
!
flow monitor NetFlow-to-Orion
record Netflow-to-Orion
exporter NetFlow-to-Orion-A
exporter NetFlow-to-Orion-B
!
interface Vlan100
no shutdown
ip flow monitor NetFlow-to-Orion input sampler Sampler-NetFlow
no ip redirects
ip address x.x.x.x/16
no ipv6 redirects
ip ospf message-digest-key 1 md5 3 xxxxxxxxx
no ip ospf passive-interface
ip router ospf 1 area 0.0.0.0
hsrp 255
authentication text xxxxxx
preempt
priority 255
timers 1 3
ip x.x.x.x
ip x.x.x.x secondary
NX-11# show flow exporter
Flow exporter NetFlow-to-Orion-A:
Destination: x.x.x.x
VRF: default (1)
Destination UDP Port 2055
Source Interface loopback0 (x.x.x.x)
Export Version 9
Sampler-table timeout 60 seconds
Interface-table timeout 60 seconds
Exporter-stats timeout 60 seconds
Data template timeout 60 seconds
Exporter Statistics
Number of Flow Records Exported 91560
Number of Templates Exported 1015880
Number of Export Packets Sent 65400
Number of Export Bytes Sent 77015040
Number of Destination Unreachable Events 0
Number of No Buffer Events 0
Number of Packets Dropped (No Route to Host) 0
Number of Packets Dropped (other) 0
Number of Packets Dropped (LC to RP Error) 0
Number of Packets Dropped (Output Drops) 0
Time statistics were last cleared: Fri Oct 18 14:32:41 2019
Flow exporter NetFlow-to-Orion-B:
Destination: x.x.x.x
VRF: default (1)
Destination UDP Port 2055
Source Interface loopback0 (x.x.x.x)
Export Version 9
Sampler-table timeout 60 seconds
Interface-table timeout 60 seconds
Exporter-stats timeout 60 seconds
Data template timeout 60 seconds
Exporter Statistics
Number of Flow Records Exported 91581
Number of Templates Exported 1024835
Number of Export Packets Sent 69776
Number of Export Bytes Sent 77660688
Number of Destination Unreachable Events 0
Number of No Buffer Events 0
Number of Packets Dropped (No Route to Host) 0
Number of Packets Dropped (other) 0
Number of Packets Dropped (LC to RP Error) 0
Number of Packets Dropped (Output Drops) 0
Time statistics were last cleared: Fri Oct 18 14:32:43 2019