[Nfsen-discuss] Multiple Sources - One Collector Port - Missing Statistics
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Jason B. <ja...@bi...> - 2013-03-27 02:26:07
|
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?
|