cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Flow exporter inactive

Cisco Freak
Level 4
Level 4

Hi Experts,

I have a configured Netflow in an ASR router, but it doesn't export flow data as expected.


Router#sh flow monitor FLOW-MONITOR-1
Flow Monitor FLOW-MONITOR-1:
Description: User defined
Flow Record: IPV4_1
Flow Exporter: EXPORTER-2 (inactive)
                          EXPORTER-1 (inactive)
Cache:
Type: normal (Platform cache)
Status: allocated
Size: 200000 entries
Inactive Timeout: 15 secs
Active Timeout: 1800 secs
Update Timeout: 1800 secs
Synchronized Timeout: 600 secs
Trans end aging: off

Router#


Here is the relevant config:

Router#sh run flow monitor
Current configuration:
!
flow monitor Flow-FMM
exporter Flow-EM
cache timeout active 60
!
!
flow monitor FLOW-MONITOR-1
exporter EXPORTER-2
exporter EXPORTER-1
record IPV4_1
!

Router#sh run flow exporter
Current configuration:
!
flow exporter Flow-EM
destination 10.10.10.10
source GigabitEthernet0/0/0.271
transport udp 2055
!
!
flow exporter EXPORTER-1
destination 10.10.12.10
transport udp 2055
export-protocol netflow-v5
!
!
flow exporter EXPORTER-2
destination 10.10.10.200
transport udp 2055
export-protocol netflow-v5
!
Router#

Router#sh run flow record
Current configuration:
!
flow record IPV4_1
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
!
Router#

Can you guys please help with this?

CF

Who Me Too'd this topic