-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
It looks like the sFlow agent no longer supports subinterfaces in Packet Sample 2.1.17-1.
In version 2.1.11-5 this functionality was available and working.
sflow {
polling = 20
sampling = 128
sampling.bps_ratio = 0
agent = eth2
collector { ip = 10.0.2.2 udpport = 6364 }
pcap { dev = eth1.20 }
pcap { dev = eth1.10 }
dropmon { limit = 50 start = on sw = on hw = off }
dbus { }
}
Problem:
When using subinterfaces (eth1.10, eth1.20), no packet samples are sent to the collector.
If I instead use the parent interface (eth1), samples appear at the collector.
Could you please check if this is expected change?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels