Skip to content
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

Enhance ASN model #17654

Open
dmulyalin opened this issue Oct 2, 2024 · 0 comments
Open

Enhance ASN model #17654

dmulyalin opened this issue Oct 2, 2024 · 0 comments
Labels
status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application

Comments

@dmulyalin
Copy link

NetBox version

v4.1.2

Feature type

Data model extension

Proposed functionality

Extend ASN model with new "Role" and "Name" fields

Use case

BGP ASNs have roles and names, being able to capture that information natively in Netbox instead of using custom fields can help to document networks.

For example many companies I worked with name their ASNs like CompanyXYZ_public_ASN or LAB123_ASN or customer_foo_asn.

At the same time there can be more then single ASN used by individual device using local-as feature, in that case being able to capture ASN role becomes also helpful, like DEFAULT role - device global ASN for BGP process or VRF_XYZ role - ASN for specific VRF use on the device using local-as

Database changes

ASN model need to have these new fields added:
role - reference to Prefi&Vlan roles objects
name - string

External dependencies

None

@dmulyalin dmulyalin added status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant