-
Notifications
You must be signed in to change notification settings - Fork 688
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
Add support for Large BGP Community #1094
Comments
Hello! I'm also interested in this feature so much! I'll be happy to help with test and API integration as usual :) |
Hi, added the feature by this commit (a3ccd8e). you can try like
|
Very cool! I'll do some testing against ExaBGP and report back on the interoperability. Please make sure that if the IETF specification changes (for instance changes the Attribute codepoint) GoBGP can change accordingly. This is easiest accomplished by keeping the Large Community feature in a separate branch until the standardisation process is finished. |
Dear @ishidawataru , Can you provide me with answers to these questions for the implementation report at https://trac.tools.ietf.org/wg/idr/trac/wiki/draft-ietf-idr-large-community%20implementations ?
|
As of my findings, I try to answer some of your questions. Any corrections, suggestions and comments are welcome.
Yes.
Not yet: a feature request is tracked on #1133 and it's already on devs' todo list. Currently it can only set large communities via CLI.
No: tested with some reserved values ( |
I think this one is done now? |
Support has been added but I think there are a couple of things to improve, unless I missed something.
|
Any updates, guys? :) I really want to add this shiny option in FastNetMon's GoBGP plugin! |
@pavel-odintsov except for handing bad messages, GoBGP supports this feature. Already good enough for FastNetMon? |
Please create a new issue if there is something to improve about Large BGP Community in GoBGP. |
Can GoBGP implement support for https://tools.ietf.org/html/draft-heitz-idr-large-community ? The Large BGP Community is a very straightforward, easy to implement type of BGP Community.
Inter-op testing can be done with ExaBGP, the latest release supports Large BGP Community. Information about Large BGP Community is tracked here http://largebgpcommunities.net/implementations/
The text was updated successfully, but these errors were encountered: