Skip to content

sFlow not samples sent if the subinterfaces setup only #85

@AnDroed09

Description

@AnDroed09

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions