We recently configured Netflow on a couple of our 6509 core switches. I'm trying to reconcile what I'm seeing in NTA, what is configured on my switches and what I'm reading in Cisco & SolarWinds documentation. I don't think the switches are configured exactly as they should be, but I'd like to get some input.
We initially only wanted to see Netflow data on a single VLAN interface, so I configured "ip flow ingress" on that particular VLAN interface. The strange thing is that I'm seeing Netflow data in NTA on all of the VLAN interfaces, but no physical interfaces. I'm not sure how that is possible since I didn't configure "ip flow XXX" or "ip route-cache flow" on any of those interface VLANs.
Switch Config:
no mls acl tcam share-global
mls aging long 64
mls aging normal 64
mls netflow interface
mls flow ip interface-full
mls nde sender version 5
mls qos map cos-dscp 0 10 18 24 34 46 48 56
mls qos
mls cef error action freeze
!
ip flow-cache timeout active 1
ip flow ingress layer2-switched vlan 902
mls netflow interface
mls flow ip interface-full
ip flow-export source Vlan100
ip flow-export version 5
ip flow-export destination <IP> <Port>
!
My other question is, I don't really want to collect statistics in NPM for VLAN interfaces. I really only care about utilization & errors on physical interfaces. Since I have to be monitoring the VLAN interface in order to use NTA, can I just remove the statistics & availibility monitoring in NPM for each of those VLAN interfaces?