10-19-2014 05:47 AM - edited 03-07-2019 09:10 PM
Dear All,
Please help me to configure netflow on my new 6807XL VSS, running 15.1(2)SY - IPSERVICESK9.
I have tried to configure it according to the documentations available but getting warning messages while applying to an interface and not getting any flows received at the collector side.
Have created flow record, exporter and monitor. Tried with version 5 and manageengine netflow analyzer.
Is there any working example available ?
Thanks in advance.
Shijo.
07-23-2015 01:38 AM
Hi Shimon
Try this basic netflow configuration
--------------------------- Create Exporter-------------
flow exporter NFexporter ----> name of exporter
destination 10.53.4.201
transport udp 8899
source Ethernet2/44
------------------------Create Monitor------------------
flow monitor NFmonitor ----> name of Monitor
record netflow-original
exporter NFexporter
------------------------- Attach to the interface-------------------------
interface Ethernet2/44
ip flow monitor NFmonitor input
ip flow monitor NFmonitor output
Please rate if you find userfull
01-24-2017 05:21 AM
I'm interpreting each of these commands in a couple of different ways. The plan is to capture data from multiple ports. Could someone please clarify? (see notes below):
--------------------------- Create Exporter------------- (Global Config)
flow exporter NFexporter ----> name of exporter (can the same exporter be used for multiple interfaces, or does each interface require it's own exporter to be created?)
destination 10.53.4.201
transport udp 8899
source Ethernet2/44 (If the same can be used, why would you define here if you then need to "attach" it to each individual interface?)
------------------------Create Monitor------------------(Global Config)
flow monitor NFmonitor ----> name of Monitor (Would it be advisable to clarify which port this is monitoring, or can this be shared amongst different ports?)
record netflow-original
exporter NFexporter
------------------------- Attach to the interface------------------------- (Interface config)
interface Ethernet2/44
ip flow monitor NFmonitor input
ip flow monitor NFmonitor output
01-24-2017 10:05 PM
I am sharing with you How to configure
flow exporter NFAexporter
destination {ip address}
Export-protocol version-9
transport
template data timeout 60
record
exporter NFAexporter
cache timeout active 60
cache timeout inactive 15
I hope this information will helpful.
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