-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEA: ASDOT notation #29
Comments
Any large scale modern layer 3 data center relies on 4-byte ASNs, which are most often represented using asdot notation. Definitely agree this is a necessity. |
We could explore how this could be implemented in a way to keep the consistency between UI/REST/GraphQL (how to support BigIntegerField (asplain) vs Char (asdot+)) |
Ran into this this week! 👍🏻 Would be a great addition. |
We could solve this by adding two new fields on the ASN model: |
Do these even need to be database fields or can they just be computed |
This could work too, I was concerned with filtering of computed data but this might not be an issue |
Re @mzbroch 's comment above, here's something to consider: This isn't a request in the original ask, but it would be awesome if we could actually plan ASNs with their own view, the same way we do with prefixes. Enabling asdot notation would mean this can be hierarchical - or at least a simple two-level hierarchy - which would actually be very useful when planning data center routing space. So what Im suggesting here is that if it's a computed field, does that make it easier or harder to do something like this? |
As in the #205 , ASN ASDOT will be shown in the list view of ASNs , allowing for sorting as well. Although not hierarchical, this should be very similar user experience to the described above. |
Environment
Proposed Functionality
32-bit ASN notations. Nautobot should be able to read and convert ASN between AS plain and AS dot notations.
Use Case
This enables human readable ASNs.
The text was updated successfully, but these errors were encountered: