Dear All,
I hope you guys can help me out with this one. I've set up Netflow on my Solarwinds. So far it actually looks like it is receiving some information on my Portal. Solarwinds came up fine telling me "NetFlow Receiver Service [XXXXXX] is receiving Netflow NetFlow data from an unmonitored interface. The Interface GigabitEthernet1/0/10 on XXXXXX is being added to NetFlow sources." I manually marked all the interfaces (from 1/0/8 - 1/0/24) and it started to grap information.
The Switch is our Core Switch and the Ports I've added the Flow Monitor on is on the UPLINK for my Distribution Switches.
Here is my Switch Config (Cisco WS-3850):
flow record NetFlow-to-Orion
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes long
collect counter packets long
!
!
flow exporter NetFlow-to-Orion
destination 172.16.1.135
transport udp 2055
!
!
flow monitor NetFlow-to-Orion
exporter NetFlow-to-Orion
cache timeout active 60
record NetFlow-to-Orion
--------------------------------------------------------------
interface GigabitEthernet1/0/8
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/10
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/12
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/14
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/16
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/18
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/20
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/22
ip flow monitor NetFlow-to-Orion input
!
interface GigabitEthernet1/0/24
ip flow monitor NetFlow-to-Orion input
My problem is - I can't expand my NetFlow Sources - it just doesn't show the interfaces I've added?

I did make sure that the NetFlow is set as well.

What am I missing here? Let me know if you need any additional information?
Thanks guys!