[pmacct-discussion] sfprobe not sending exports

2019-06-23 Thread Yang Yu
I tried to use pmacct to sample local interface and create sFlow exports. From debug it looks like packets are being sampled but no sFlow export was ever received. I tried sampling rate 1 or 100, still no exports. What am I missing? Yang > cat pmacctd_sflow.conf plugins: sfprobe sampling_rate:1

Re: [pmacct-discussion] sfprobe not sending exports

2019-06-23 Thread Paolo Lucente
Hi Yang, Apparently you are exporting flows to [127.0.0.1]:6343 but you are listening with tcpdump on interface 'eno1'? Paolo On Sun, Jun 23, 2019 at 12:53:59AM -0700, Yang Yu wrote: > I tried to use pmacct to sample local interface and create sFlow > exports. From debug it looks like packet

Re: [pmacct-discussion] sfprobe not sending exports

2019-06-23 Thread Yang Yu
On Sun, Jun 23, 2019 at 4:55 PM Paolo Lucente wrote: > > > Hi Yang, > > Apparently you are exporting flows to [127.0.0.1]:6343 but you are > listening with tcpdump on interface 'eno1'? > > Paolo Thanks for catching that. Capture works on lo interface indeed. Yang __