Leo Kirchner
Leo Kirchner
> A possibility in my mind here (if we have these exposed already I don't know) would be to add these to the capacity metrics plugin and expose via Prometheus....
Examples I'd be interested in generally is how to use external backup and/or intended repositories to do compliance with GC.
General fix it is!
I like this idea, too.
Possibly could be good to have it be many-to-many instead as multiple sites might have the same ASN.
This introduces a potential conflict as we have a site on the device as well as with this on the ASN.
This would be similar to what is possible in core Nautobot with IP addresses: https://demo.nautobot.com/ipam/ip-addresses/bulk-add/
Considerations: - Validate that two distinct instances of equal-numbered ASNs can't peer? - How does this affect form rendering? - How does this affect GraphQL responses?
Could be implemented by adding - tenant - location fields on the model, dropping the uniqueness constraint on the asn field and adding a new one for the combination of...
> > Validate that two distinct instances of ASNs can't peer? > If this is current state, I would think it was incorrect, if this is future state, I am...