cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11676
Views
5
Helpful
17
Replies

How to configure netflow on 6807

shijomon scaria
Level 1
Level 1

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.

17 Replies 17

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

 

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

Michael Warne
Level 1
Level 1

I am sharing with you How to configure netflow on 6807

flow exporter NFAexporter
destination {ip address}
Export-protocol version-9
transport udp 9996
template data timeout 60

ip flow monitor NFAmonitor
record netflow-original
exporter NFAexporter
cache timeout active 60
cache timeout inactive 15

I hope this information will helpful. 

Review Cisco Networking products for a $25 gift card