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

Implement MP-BGP #184

Open
pl0xym0r opened this issue Mar 17, 2024 · 4 comments
Open

Implement MP-BGP #184

pl0xym0r opened this issue Mar 17, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@pl0xym0r
Copy link
Contributor

MP-BGP was initially planned but not implemented

models session: afi_safi = None # for future use

  • choices: class AFISAFIChoices(ChoiceSet):

Describe the solution you'd like
Implement MG BGP on the plugin

Describe alternatives you've considered
What is done on nautobot https://github.com/nautobot/nautobot-app-bgp-models/blob/develop/nautobot_bgp_models/models.py
but not sure it could cover all needs on MP-BGP

@k01ek what was in your mind for this feature at first?

@pl0xym0r pl0xym0r added the enhancement New feature or request label Mar 17, 2024
@movedempackets
Copy link

Hi @pl0xym0r,

I too would like an AFI-SAFI/address families field on session. Can I suggest that the field is also included on peer group.

@ajackson79
Copy link

I agree there needs to be AFI-SAFI support for tracking things like redistribution, network statements, aggregate routes, multipath, add path, etc. Also need support for VRFs.

@pl0xym0r
Copy link
Contributor Author

pl0xym0r commented Oct 1, 2024

@ajackson79 For VRF support, please consider #127

@ajackson79
Copy link

@ajackson79 For VRF support, please consider #127

You need the vrf for a neighbor, but you also need it for the AFI/SAFI so you can track things like redistribution, network statements, aggregate routes, etc. Just adding vrf support to a neighbor is not enough to document everything.

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

No branches or pull requests

3 participants