Hello all, I'm trying to get the in/out interface information from flowviewer, but always the in/out IF shows the "0" value.
Is there anything I need to configure for get this working?
My sensors.conf is below: probe mySwitch sflow listen-on-port 6448 protocol udp end probe
sensor mySwitch sflow-probes mySwitch internal-ipblock 192.168.0.1 external-ipblock remainder end sensor
I would to like to filter some reports by physical interfaces.
Thanks for your help.
Guys, I solved. I've added the --pack-interfaces to rwflowpack init.d script. There is a line I've changed on rwflowpack.conf:
PACK_INTERFACES=1
After I changed the value for 1, the interface names started to showing.
Jean - nice!
Log in to post a comment.
Hello all,
I'm trying to get the in/out interface information from flowviewer, but always the in/out IF shows the "0" value.
Is there anything I need to configure for get this working?
My sensors.conf is below:
probe mySwitch sflow
listen-on-port 6448
protocol udp
end probe
sensor mySwitch
sflow-probes mySwitch
internal-ipblock 192.168.0.1
external-ipblock remainder
end sensor
I would to like to filter some reports by physical interfaces.
Thanks for your help.
Guys, I solved.
I've added the --pack-interfaces to rwflowpack init.d script.
There is a line I've changed on rwflowpack.conf:
Whether rwflowpack should include the input and output SNMP
interfaces and the next-hop-ip in the output files. 1=yes, 0=no.
The default is no, and these values are not stored to save disk
space. (The input and output fields contain VLAN tags when the
sensor.conf file contains the attribute "interface-values vlan".)
PACK_INTERFACES=1
After I changed the value for 1, the interface names started to showing.
Jean - nice!