Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no probes on/from a bridge interface #35

Open
PetruGarstea opened this issue Oct 6, 2020 · 3 comments
Open

no probes on/from a bridge interface #35

PetruGarstea opened this issue Oct 6, 2020 · 3 comments

Comments

@PetruGarstea
Copy link

Greetings,

FreeBSD12.1
softflowd-1.0.0

Diagram:

epairA - epairB
|
bridge0
|
vlan0

case 1:
softflowd listens bridge0 interface and doesnt send or show any flows to the analyzer.

case2:
softflowd listens vlan0 interface, there are flows except flows that are originating via bridge0 interface.

I believe that is OS kernel specifics because I am getting the same results with ng_netflow, however I am wondering if that can be sorted out.

Cheers,
Petru

@nightflyza
Copy link

nightflyza commented May 12, 2021

vlan id 0 aka 0x000 and vlan id 4095 aka 0xfff are reserved vlan ids. Seems it isn't legal to use it on trunk ports or bridge interfaces. With normal vlans in bridge interface all works fine.

sfd

Yep. softflowd-0.9.9_1 and FreeBSD 12.1-RELEASE

@PetruGarstea
Copy link
Author

actually, I have to mention that in my case vlan0 is the name of the interface with vlan id 10

@PetruGarstea
Copy link
Author

@nightflyza
ok, I have spent more time on configuration and data analysis validation and concluded that softflowd works fine.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants