Currently running:

nfsen-1.3.6p1
nfdump-1.6.9 (with nfprofile, nftracker, sflow compiled)

I am trying to run a single collector port for multiple sources:

%sources = (
#    'upstream1'    => { 'port' => '9995', 'col' => '#0000ff', 'type' =>
'netflow' },
    'router1'    => { 'port' => '9995', 'IP' => '192.168.121.11' , 'col' =>
'#0000ff', 'type' => 'netflow' },
    'router2'    => { 'port' => '9995', 'IP' => '192.168.21.11' , 'col' =>
'#00CC33', 'type' => 'netflow' },
);

This works great, the graphs get updated with both flows, but when going to
the "detail" page, I only see stats for the original router (router1) when
it was setup.  Under stats for "router2" I have "x" in every column, it's
like it is not picking up the stats for those flows.

I've tried setting the port for "router2" to '0' as well with no change.
 This continues as I add more sources as well.

What am I missing?  My assumption is that the 'IP' value is the IP of the
netflow source correct?
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to