Cisco Flow vs IP Flow – Key Differences

ciscocisco-iosnetflow

Using a 2900 series router and I encounter the following issue:

hostname#show flow monitor
  Flow Monitor TESTFLOW:
  Description:       User defined
  Flow Record:       TESTFLOW
  Flow Exporter:     TESTFLOW (inactive)
  Cache:
    Type:              normal
    Status:            allocated
    Size:              4096 entries / 10404496 bytes
    Inactive Timeout:  15 secs
    Active Timeout:    1800 secs
    Update Timeout:    1800 secs


hostname#show flow exporter
Flow Exporter TESTFLOW:
  Description:              User defined
  Export protocol:          NetFlow Version 9
  Transport Configuration:
    Destination IP address: 192.168.x.x
    Source IP address:      172.16.x.x
    Source Interface:       GigabitEthernet0/0
    Transport Protocol:     UDP
    Destination Port:       3008
    Source Port:            61496
    DSCP:                   0x0
    TTL:                    255
    Output Features:        Used
  Options Configuration:
    exporter-stats (timeout 100 seconds)

Why does the Flow Exporter: TESTFLOW (inactive) appear?

How can I set it to active?

Best Answer

Solved: netflow record size was too big.

Related Topic