02-01-2017 03:28 AM
Hi there
My company has bought ISR4451 router as a replacement of ISR3800. It was easy and simple to configure netflow on the old routers like;
ip flow-export source Loopback0
-------------------------------------------------------------
-------------------------------------------------------------
--------------------------------------------------------
02-01-2017 07:29 AM
hi heres a working one off my 4000s , your looks right
check this command see if the flows are trying to be sent first
xxxxxxxx#sh flow exporter statistics
Flow Exporter NetQos:
Packet send statistics (last cleared 41w2d ago):
Successfully sent: 58740008 (72672722641 bytes)
No destination address: 24
..................................................................................................
flow record FLOW-RECORD
description record to monitor network traffic
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
match interface output
collect routing source as
collect routing destination as
collect routing next-hop address ipv4
collect transport tcp flags
collect counter bytes
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last
!
!
flow exporter NetQos
description export Netflow traffic to HQ
destination x.x.x.x
source Loopback3
template data timeout 300
option interface-table timeout 1000
option exporter-stats timeout 1000
!
!
flow monitor xilinx_nq
description Used for ipv4 traffic analysis (Mapped To FLOW-RECORD)
record FLOW-RECORD
exporter NetQos
statistics packet protocol
Then under any layer 3 interface you want to collect add these
ip flow monitor xilinx_nq input
ip flow monitor xilinx_nq output
02-01-2017 08:25 AM
Hello Matthews,
You might want to consider exporting flow direction as well just in case you decide to export egress flows:
match flow direction
Also, you can enrich your flow export by looking at this flexible netflow configuration. It includes NBAR, MAC address, VLANS, etc.
I hope this helps.
Mike
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide