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
16.16k stars 2.59k forks source link

Interface Import - Add VLAN import #14171

Open N0odlez opened 1 year ago

N0odlez commented 1 year ago

NetBox version

v3.6.4

Feature type

New functionality

Proposed functionality

I would like to see the Interface import function support the changing of the vlans tagged and the default vlan. This will help bulk update saving time. It will also help with new people joining the Netbox community to be able to import their infrastructure quicker and easier.

Use case

Currently there is no way to bulk import interfaces and assign the vlan at the same time

Database changes

No response

External dependencies

No response

jdavidson2021 commented 10 months ago

I agree that the assignment of VLANs to interfaces is the biggest usability issue that we have with NetBox. We can import pretty much everything with CSV, except for the assignment of VLANs to an interface. This is currently a very manual process using the UI to bulk edit the interfaces on a device in order to assign the VLANs to interfaces on a network device. It is very tedious and error prone.

mrclschstr commented 9 months ago

Currently we use the Netbox API as a workaround, but a bulk import with the specification of VLAN IDs would simplify the process a lot.

goteamkor commented 3 months ago

any possibility of this making it into 4.0.x or the 4.1 train? Running into this now with a new implementation of netbox with about 800 VM's. We can import the interfaces with the mode, but not the untagged vlan, or the multiple tagged vlans.

proy-rbbn commented 2 months ago

I am hoping since you can bulk-edit vlans it isn't too much work to allow bulk-import of the same thing.... could someone pick that up in 4.1?