-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Failure to Select Tagged VLANs on Interfaces When Associated with Groups Scoped to Cluster #15844
Comments
I believe this is by design, tagged vlans are matched on the following: |
I appreciate the information regarding the current behavior of Netbox concerning the selection of tagged VLANs associated with groups scoped to Cluster or Cluster Group. However, I would like to draw attention to a related issue that may be impacting this functionality, as described in issue #15119. Currently, although it is possible to define the scope of VLAN groups for Cluster or Cluster Group, the Netbox interface does not support filtering VLAN groups by these scopes. This limitation may be directly related to the problem we are facing here, where VLANs in groups with these scopes do not appear as selectable options when configuring interfaces in Tagged mode. |
@matheuskshn #15119 has been fixed. Does this address your issue? |
Yes, that solved it, thanks! |
Deployment Type
Self-hosted
NetBox Version
v3.7.6
Python Version
3.10
Steps to Reproduce
Creating the VLAN:
Associating the VLAN to a VLAN Group:
Setting the Scope:
Adding a New Interface:
Configuring VLAN on the Interface:
Checking VLAN Availability:
Expected Behavior
When configuring an interface in Netbox in 'Tagged' mode, it is expected that all VLANs should be selectable in the 'Tagged VLANs' field, regardless of the scope of the group to which they belong. VLANs should appear in the selection list provided that the device associated with the interface is included in the same Cluster or Cluster Group as the VLAN group configured. This ensures uniform and consistent behavior across all group scopes, including 'Cluster' and 'Cluster Group'.
Observed Behavior
Currently, when configuring an interface in 'Tagged' mode in Netbox, VLANs belonging to a group scoped to Cluster or Cluster Group do not appear as selectable options in the 'Tagged VLANs' field. This issue persists even when the device associated with the interface belongs to the same Cluster or Cluster Group as the VLAN group. This results in inconsistency in VLAN management, limiting system functionality in setting up interfaces in specific network environments.
The text was updated successfully, but these errors were encountered: