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

Netflow exporter inactive

dodgerfan78
Level 1
Level 1

I have a CSR1000v and the exporter shows inactive. I can ping the IP, the destination is actually the PC from which I am connecting to the router. Anyone know why this is happening? Thanks.

csr-1#show flow monitor 
Flow Monitor FLOWMON:
Description: User defined
Flow Record: FLOWREC
Flow Exporter: FLOWEXP (inactive)
Cache:
Type: normal (Platform cache)
Status: allocated
Size: 2000 entries
Inactive Timeout: 300 secs
Active Timeout: 1800 secs
Trans end aging: off
Stats:
protocol distribution (inactive)
size distribution

flow record FLOWREC
match transport tcp destination-port
match transport tcp source-port
match ipv4 source address
match ipv4 destination address
collect counter bytes
collect counter packets
!
!
flow exporter FLOWEXP
destination 10.1.1.20
source GigabitEthernet1
ttl 200
transport udp 2055
export-protocol netflow-v5
!
!
flow monitor FLOWMON
exporter FLOWEXP
cache timeout inactive 300
cache entries 2000
statistics packet protocol
statistics packet size
record FLOWREC
!
interface GigabitEthernet1
ip address dhcp
load-interval 30
negotiation auto
!
interface GigabitEthernet2
ip address 10.128.10.6 255.255.255.0
ip nbar protocol-discovery ipv4
ip flow monitor FLOWMON input
ip flow monitor FLOWMON output
load-interval 30
negotiation auto
!

2 Replies 2

gaowen
Level 1
Level 1

Have you tried debugging?

debug flow monitor|exporter|record

At a minimum you will require in the record: protocol, source and destination ports, first and last timestamps and packet and bytes counters.

flow record FLOW-RECORD
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
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

Review Cisco Networking for a $25 gift card