Open achard opened 2 years ago
One additional wish:
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!
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?
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: @.***
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...
Moving this over to the nautobot-bgp app backlog.
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