cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
0
Replies

NetFlow sends only interface-table, no templates, no flows

Sven Kutzer
Level 1
Level 1

Hi,

configured NetFlow on a 3750-X with Network Module,

but it generates only interface-tables, no templates or flows.

Here my Config:

flow record Ingress
 match datalink source-vlan-id
 match datalink dot1q priority
 match datalink mac source-address
 match datalink mac destination-address
 match ipv4 version
 match ipv4 tos
 match ipv4 ttl
 match ipv4 protocol
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 match interface input physical snmp
 collect interface output snmp
 collect counter flows
 collect counter bytes
 collect counter packets
 collect timestamp sys-uptime first
 collect timestamp sys-uptime last
!
!
flow record Egress
 match datalink destination-vlan-id
 match datalink dot1q priority
 match datalink mac source-address
 match datalink mac destination-address
 match ipv4 version
 match ipv4 tos
 match ipv4 ttl
 match ipv4 protocol
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 match interface output physical snmp
 collect interface input snmp
 collect counter flows
 collect counter bytes
 collect counter packets
 collect timestamp sys-uptime first
 collect timestamp sys-uptime last

 

flow exporter export-to-Paessler
 description PRTG Network Monitor - NetFLow
 destination 10.10.10.27
 source Vlan5
 transport udp 9991
 template data timeout 60
 option interface-table timeout 60
!
!
flow monitor FlowMon_Ingress
 record Ingress
 exporter export-to-Paessler
 cache timeout active 60
!
!
flow monitor FlowMon_Egress
 record Egress
 exporter export-to-Paessler
 cache timeout active 60

!

interface Vlan91

 ip flow monitor FlowMon_Ingress input
 ip flow monitor FlowMon_Egress output

 

 

sh switch service-modules
Switch/Stack supports service module CPU version: 03.00.65
                          Temperature                     CPU
Switch#  H/W Status       (CPU/FPGA)      CPU Link      Version
-----------------------------------------------------------------
 2       OK               58C/66C         connected     03.00.65

 

 

 

 

0 Replies 0
Review Cisco Networking products for a $25 gift card