netbox-community / netbox-bgp

NetBox plugin for BGP related objects documentation
Apache License 2.0
243 stars 48 forks source link

Implement MP-BGP #184

Open pl0xym0r opened 6 months ago

pl0xym0r commented 6 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 1 month 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 7 hours 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.