-
Notifications
You must be signed in to change notification settings - Fork 264
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
nfacctd map all ASes but not own IPv4 network #789
Comments
Hi Paulo ( @paulofragoso ), This is kind of expected since pmacct by default performs an iBGP peering with the router(s). So zero ASN (or null) would mean "my own ASN". Should this not be satisfactory you would have to ways around it:
How does it read? Let me know your thoughts. Paolo |
Hi Paolo, If I put my real networks (IPv4 and IPv6) in I'm curious about different behaviors, would not be IPv4/IPv6 with ASN? Or IPv4/IPv6 with zero? Why can I change only IPv6 behaviors? Router peering is iBGP and with empty Thanks, |
Hi Paulo, Probably you will need to add also the following to your config:
Can you give this a try and let me know? Paolo |
Hi Paolo, I've written tow itens above and I've got same behavior and now this error:
Thanks, |
Pardon me, |
Hi Paolo, My
and using
only IPv4 is zeroed! Can be because we have only one session protocol against BIRD in IPv4?
Thanks, |
Hi Paulo, Thank you for all this info. Can you also please send me the output of Is MYASN the same ASN with which the router is configured? If so, you can skip It is possible you are running into a bug. Can you test leaving only v4 addresses in the Paolo |
Hi Paolo,
MYASN is same in the router. Skipping Thanks, |
Thanks Paulo, I will try to reproduce at my end. Meanwhile: did you try my last suggestion (that would help me in the troubleshooting), ie. Can you test leaving only v4 addresses in the networks_file and remove all v6 ones? Paolo |
Hi Paolo, My test was:
All IPv4/IPv6 from MYASN is zeroed Now I'm running without Thanks, |
Hi Paulo ( @paulofragoso ), I recently tested master code with a similar setup -- and reminded myself of this issue still open. Did you get to the bottom of it? I got both v4 and v6 in a networks_file and all resolves to the specified ASNs just fine. One knob i did use and i don't see it mentioned in the thread above is Paolo |
Hi
I've a router R running Bird BGP and flows are sent from internal interface to server K running nfacctd and all IPs are correctly agregated to his AS IPv4 and IPv6 but only IPv4 from my AS is zeroed. There is some issue (or trick) to use IPv6 and IPv4 same time?
In lab only using IPv4 all works but using private AS and network.
Thanks,
Paulo.
The text was updated successfully, but these errors were encountered: