"Tagged VLANs" multiselect in Interface incomplete #10441

Closed
opened 2025-12-29 21:31:30 +01:00 by adam · 2 comments
Owner

Originally created by @georg-again on GitHub (Nov 6, 2024).

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

v4.1.4

Python Version

3.10

Steps to Reproduce

Create more than 100 VLANs.
Create a Device with an Interface.
Set the 802.1q mode to tagged.
Open the "Tagged VLANs" multiselect and select VLANs.

Expected Behavior

All existing VLANs show up and can be selected.

Observed Behavior

VLANS 1 to 100 show up. VLAN 101 and above do not show up.

Originally created by @georg-again on GitHub (Nov 6, 2024). ### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.4 ### Python Version 3.10 ### Steps to Reproduce Create more than 100 VLANs. Create a Device with an Interface. Set the 802.1q mode to tagged. Open the "Tagged VLANs" multiselect and select VLANs. ### Expected Behavior All existing VLANs show up and can be selected. ### Observed Behavior VLANS 1 to 100 show up. VLAN 101 and above do not show up.
adam closed this issue 2025-12-29 21:31:30 +01:00
Author
Owner

@georg-again commented on GitHub (Nov 6, 2024):

The multiselect uses this API call to get the available VLANs:
/api/ipam/vlans/?available_on_device=NNNN&brief=true&limit=100

@georg-again commented on GitHub (Nov 6, 2024): The multiselect uses this API call to get the available VLANs: /api/ipam/vlans/?available_on_device=NNNN&brief=true&limit=100
Author
Owner

@jeremystretch commented on GitHub (Nov 7, 2024):

This is working as intended. The default list is limited to 100 results, which is sufficient for most common uses. Beyond that, additional selections can be quickly fetched using the quick filter, which is preferable to scrolling through pages of potentially irrelevant items.

@jeremystretch commented on GitHub (Nov 7, 2024): This is working as intended. The default list is limited to 100 results, which is sufficient for most common uses. Beyond that, additional selections can be quickly fetched using the quick filter, which is preferable to scrolling through pages of potentially irrelevant items.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10441