-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.6.2
Python version
3.8
Steps to Reproduce
I have vlans associated to a vlan group. This vlan group scope is a site group. Sites A and B are member of this site group
When I create a new prefix associated to site A, I expect vlans from the vlan group to appear. They don't
On demo website :
-
Create a vlan group "Test-Group", scope type DCIM > site group. Choose a site group, Headquarters for instance

-
Associate a site to the Headquarters site group, or select one already in it

-
Try to create a prefix with this site. You won't see the vlan

Expected Behavior
When you define a vlan group with site group as a scope, you expect its site members to "inherit" the vlan. I think this part is ok, but you can't select the vlan in prefix creation
Observed Behavior
The vlan is not visible in prefix creation, maybe due to #13721
As a side note, the vlan appears in 802.1q swiching in interfaces for a device member of the site DM-NYC

