-
Notifications
You must be signed in to change notification settings - Fork 24
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
exabgp-4.x support #12
Comments
Hello! From what i have gathered when trying to get gixlg to work with exabgp version 3.5 nad onwards is that the gixlg collector code needs to be updated supporting the changed exabgp announcements. You created a documentation issue with this link https://fakrul.files.wordpress.com/2014/11/log_collector.png. If you look at the image for exabgp announcements and compare it to the following you can see the differences For example, it is not neighbor ip like in exabgp version 3.4, it is neighbor address. Think there was some other structural changes but cant really remember. Started to update the collector code but since my python skills are very low i got stuck :( |
@tomicke thanks for the follow-up. I was able to get it going in my case with the following config:
I also made the following changes in the exabgp/collector.py:
I was looking though for a way to talk and parse the mysql results through a web API but I think there is no such implementation in gixlg yet. I found though about exaprefixdb. & prefixdb that may be a viable alternative for me. |
It looks like the route announcements are also very different in recent versions of ExaBGP: ExaBGP 3.4.0:
ExaBGP 4.0.3:
The 3.4.0 example is from exabgp & gixlg -Looking Glass, the 4.0.3 example is from an ExaBGP instance I am running. I don't have any |
greetings,
I managed to migrate the exabgp.conf to the new format following this guideline and exabgp successfully connects to quagga. I can see the BGP messages in the log_exabgp but it looks like none of them is been passed to the mysql database as all the gixl tables are empty.
Is gixlg compatible with the exabgp-4.x brunch?
regards
The text was updated successfully, but these errors were encountered: