sflow
sflow
If you would like help with this, please share a pcap file and/or the output from tshark showing the packet header and how it can be decoded.
The "sflowtool -l" should be considered an anachronistic legacy and ignored. It's tempting to improve or remove it, but that might break old scripts somewhere so not really worth the...
I'm not sure what the conventions are for packaging RHEL rpms, but I suspect that we would have to rework things considerably. Perhaps defining a base rpm with minimal dependencies...
At first I thought this sounded like it might be running a version of hsflowd older than 2.0.39-9, when a correction was made to the automatic agent-address selection priorities. But...
I see what you mean now. The setting "agent=Loopback0" is supposed to boost the chances of a Loopback0 address being chosen here: https://github.com/sflow/host-sflow/blob/v2.0/src/Linux/hsflowconfig.c#L1117-L1122 but the HSPLocalIP object for "10.145.240.15" has...
I believe this is now addressed in master-branch. Let me know if you need a release to test.
While I recognize the value of this option in applications that consume sFlow, I do not think it belongs in sflowtool. sflowtool is for demonstrating, understanding and troubleshooting sFlow. It...
If you don't mind I'd like to understand the full scope of this use case better. Is this an example of an IXP sending a member's sFlow feed -- for...
Sorry, but I still don't understand the use-case. When you forward sFlow using the -f option it forwards the original unmodified UDP datagram. The anonymization in this pull-request will only...
The FreeBSD port is very old an incomplete. It does not have a packet-sampling module. The Linux port is the only one that has seen recent development. I don't have...