Skip to end of banner
Go to start of banner

opFlow Basic Configuration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Netflow Daemon Listening UDP Port

Currently the default port for opFlow listening for Netflow data is UDP 12345.  This can be changed in the /usr/local/etc/flowd.conf file if required.

Sample Cisco Netflow Configuration

The following is a basic Cisco Router configuration for telling the router to send Netflow data to the opFlow.

! this command is optional, this will flow data about in-progress flows, very handy for large file transfers.
ip flow-cache timeout active 1
! version can be 5 or 9 
ip flow-export version 9 
ip flow-export destination <opflow_server> 12345
!
interface FastEthernet0/0
 !only if you want output traffic
 ip flow ingress
 !only if you want input traffic
 ip flow egress
  • No labels