Importing prefixes assigned to a global VLAN fails #844

Closed
opened 2025-12-29 16:26:17 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Apr 7, 2017).

Issue type: Bug report

Python version: 2.7.6
NetBox version: 1.9.5

Attempting to import a prefix which is to be assigned to a global VLAN yields the following validation error:

Must specify site and/or VLAN group when assigning a VLAN.

Steps to recreate

  1. Create a VLAN with and ID of 100 which is not assigned to any site.
  2. Enter the following into the IP import form and submit:
192.0.2.0/24,,,,,100,Active,,False,

The import form validation expects a site and/or VLAN group to be specified.

Originally created by @jeremystretch on GitHub (Apr 7, 2017). ### Issue type: Bug report **Python version:** 2.7.6 **NetBox version:** 1.9.5 Attempting to import a prefix which is to be assigned to a global VLAN yields the following validation error: > Must specify site and/or VLAN group when assigning a VLAN. ### Steps to recreate 1. Create a VLAN with and ID of 100 which is not assigned to any site. 2. Enter the following into the IP import form and submit: ``` 192.0.2.0/24,,,,,100,Active,,False, ``` The import form validation expects a site and/or VLAN group to be specified.
adam added the type: bug label 2025-12-29 16:26:17 +01:00
adam closed this issue 2025-12-29 16:26:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#844