hello
I have configured Flexible Netflow on a Cisco Catalyst 4500 with Supervisor 8E.
also I have added SNMP credentials for the device in Netflow Analyzer, however I am getting 2430 interfaces from this device - alot with just long "IfIndex" names - this is of cause way too many interfaces, but I cant seem to get it to just show/report the actualt interfaces..
do I have to configure something special on either the Catalyst 4500 or in Netflow Analyzer ??
this is my config from the Catalyst 4500:
flow record FlowRec2
match datalink dot1q vlan input
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect counter bytes
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last
!
!
flow exporter FlowExp1
destination 10.1.10.95
transport udp 9996
!
!
flow monitor FlowMon2
exporter FlowExp1
cache timeout inactive 30
cache timeout active 60
cache entries 1000
record FlowRec2
!
interface GigabitEthernet2/1
ip flow monitor FlowMon2 input