nautobot / nautobot-app-bgp-models

Nautobot BGP models plugin
https://docs.nautobot.com/projects/bgp-models/en/latest/
Other
17 stars 7 forks source link

AS Number management #166

Open achard opened 2 years ago

achard commented 2 years ago

As ...

Nelly - Network Engineer

I want ...

to be able to manage assignment of public and private autonomous system numbers

So that ...

I can easily reference what ASN's are assigned and where they are assigned, and who (RIR or private entity) assigned them.

I know this is done when...

Optional - Feature groups this request pertains to.

Database Changes

New model for AS Numbers

External Dependencies

No response

sirtux commented 2 years ago

One additional wish:

I know this is done when..

achard commented 2 years ago

One additional wish:

I know this is done when..

  • I can request the next free ASN from a specific block (e.g. private ASNs)

Thanks, I've added that to the wishlist!

n0emis commented 2 years ago

Im currently working on implementing this and currently considering the relationship between sites and ASNs. In Netbox this is modeled as a Many-to-Many relationship.

Any opinions on this?

achard commented 2 years ago

For my purposes a one-to-one field would work, but many to many has more flexibility for broader use cases. I think that makes sense.

On Sat, 16 Jul 2022 at 07:03, n0emis @.***> wrote:

Im currently working on implementing this and currently considering the relationship between sites and ASNs. In Netbox this is modeled as a Many-to-Many relationship.

Any opinions on this?

— Reply to this email directly, view it on GitHub https://github.com/nautobot/nautobot-app-bgp-models/issues/166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF5QXYYNTN5TPXR4IJFUOLVUHG2JANCNFSM5SHOJUNA . You are receiving this because you authored the thread.Message ID: @.***>

--


Alex Chard

MOB: 0412 147 610 email: @.***


sirtux commented 2 years ago

In my opinion, a ASN should have many-to-many relationships to any object. Some people might want to have one or more ASN mapped to a site, I have a ASN per device in IP-Fabrics, and even ASNs per Interface (e.g. Core Router towards the internet have the public ASN, towards the fabric a private one).

If we at a later stage have BGP sessions in nautobot, it might even be per session than...

lampwins commented 7 months ago

Moving this over to the nautobot-bgp app backlog.