Implementation of VLAN in interface table #1670

Closed
opened 2025-12-29 16:34:16 +01:00 by adam · 5 comments
Owner

Originally created by @dududuarte on GitHub (Apr 12, 2018).

Issue type

[X] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version: 2.3.2

Description

When seeing the interfaces on the device, you can't see the VLAN they are attributed to, a simple header in the table would allow for the person to view what VLAN is the interface connected to.

Example:
IMGUR

Originally created by @dududuarte on GitHub (Apr 12, 2018). <!-- Before opening a new issue, please search through the existing issues to see if your topic has already been addressed. Note that you may need to remove the "is:open" filter from the search bar to include closed issues. Check the appropriate type for your issue below by placing an x between the brackets. For assistance with installation issues, or for any other issues other than those listed below, please raise your topic for discussion on our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please note that issues which do not fall under any of the below categories will be closed. Due to an excessive backlog of feature requests, we are not currently accepting any proposals which extend NetBox's feature scope. Do not prepend any sort of tag to your issue's title. An administrator will review your issue and assign labels as appropriate. ---> ### Issue type [X] Feature request <!-- An enhancement of existing functionality --> [ ] Bug report <!-- Unexpected or erroneous behavior --> [ ] Documentation <!-- A modification to the documentation --> <!-- Please describe the environment in which you are running NetBox. (Be sure to verify that you are running the latest stable release of NetBox before submitting a bug report.) If you are submitting a bug report and have made any changes to the code base, please first validate that your bug can be recreated while running an official release. --> ### Environment * Python version: 3.5.2 <!-- Example: 3.5.4 --> * NetBox version: 2.3.2 <!-- Example: 2.1.3 --> <!-- BUG REPORTS must include: * A list of the steps needed for someone else to reproduce the bug * A description of the expected and observed behavior * Any relevant error messages (screenshots may also help) FEATURE REQUESTS must include: * A detailed description of the proposed functionality * A use case for the new feature * A rough description of any necessary changes to the database schema * Any relevant third-party libraries which would be needed --> ### Description When seeing the interfaces on the device, you can't see the VLAN they are attributed to, a simple header in the table would allow for the person to view what VLAN is the interface connected to. Example: [IMGUR](https://imgur.com/KzjVt0y)
adam closed this issue 2025-12-29 16:34:16 +01:00
Author
Owner

@pm17788 commented on GitHub (May 2, 2018):

I think issue #2060 is related?

@pm17788 commented on GitHub (May 2, 2018): I think issue #2060 is related?
Author
Owner

@dududuarte commented on GitHub (May 3, 2018):

Yes, it seems that for now you going to have to manually edit the Description field

@dududuarte commented on GitHub (May 3, 2018): Yes, it seems that for now you going to have to manually edit the Description field
Author
Owner

@carwyn commented on GitHub (May 3, 2018):

vlanS (plural) along with aggregation (e.g. LACP) would be useful.

That said when you get to this level it may arguably be better to pull this from switch APIs or integrate with config management tools (e.g. Ansible).

@carwyn commented on GitHub (May 3, 2018): vlanS (plural) along with aggregation (e.g. LACP) would be useful. That said when you get to this level it may arguably be better to pull this from switch APIs or integrate with config management tools (e.g. Ansible).
Author
Owner

@Ichabond commented on GitHub (May 3, 2018):

LACP associations are already shown in both the API as well as the UI

@Ichabond commented on GitHub (May 3, 2018): LACP associations are already shown in both the API as well as the UI
Author
Owner

@jeremystretch commented on GitHub (Jul 18, 2018):

The v2.4 release will include an interface view which includes all assigned VLANs and IP addresses. VLANs aren't included in the device interfaces list because the table is busy enough as it is.

@jeremystretch commented on GitHub (Jul 18, 2018): The v2.4 release will include an interface view which includes all assigned VLANs and IP addresses. VLANs aren't included in the device interfaces list because the table is busy enough as it is.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1670