netbox-community / netbox-bgp

NetBox plugin for BGP related objects documentation
Apache License 2.0
249 stars 51 forks source link

Implement MP-BGP #184

Open pl0xym0r opened 7 months ago

pl0xym0r commented 7 months ago

MP-BGP was initially planned but not implemented

models session: afi_safi = None # for future use

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?

movedempackets commented 2 months ago

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 commented 1 month ago

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 commented 1 month ago

@ajackson79 For VRF support, please consider #127

ajackson79 commented 1 month ago

@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.