netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.97k stars 2.56k forks source link

VNI ranges #12168

Closed ciroiriarte closed 1 year ago

ciroiriarte commented 1 year ago

NetBox version

v3.4.5

Feature type

Data model extension

Proposed functionality

It's currently possible to document VXLAN Network Identifiers (VNI) using the Overlay logic/module:

image

But we're missing the range tracking as we have for VLANs. The proposed functionality would be to track VNI assignment to be able to request "next available in range".

Use case

Proper tracking for VNI assignments, as done with VLAN ranges.

Database changes

No proficient in the DB schema, but would asume at least range definition & VNI to range relationship.

External dependencies

No response

DanSheps commented 1 year ago

Can you give me an example of how a VNI range is used in production or is this more of an organizational thing?

ciroiriarte commented 1 year ago

Can you give me an example of how a VNI range is used in production or is this more of an organizational thing?

Hello!, yes it's more an organization thing. The current use case:

jeremystretch commented 1 year ago

Thanks for the proposal, but I'm afraid it's too short on detail. What would the proposed VNI range model look like?

jeremystretch commented 1 year ago

Closing this out as OP has provided no further detail on the proposed implementation.