Show assigned VLAN in interfaces list #4441

Closed
opened 2025-12-29 18:36:01 +01:00 by adam · 4 comments
Owner

Originally created by @TigerEnteNBG on GitHub (Jan 7, 2021).

Environment

  • Python version:
  • NetBox version: 2.10.3

Proposed Functionality

Add a new field to the interfaces list showing the configured VLANs. Either the VLAN number or "Trunk"/"Tagged all"

Use Case

You can see directly see the VLAN configuration.

Database Changes

I think think thats needed, as its just a new display request.

External Dependencies

Originally created by @TigerEnteNBG on GitHub (Jan 7, 2021). <!-- NOTE: IF YOUR ISSUE DOES NOT FOLLOW THIS TEMPLATE, IT WILL BE CLOSED. This form is only for proposing specific new features or enhancements. If you have a general idea or question, please start a discussion instead: https://github.com/netbox-community/netbox/discussions NOTE: Due to an excessive backlog of feature requests, we are not currently accepting any proposals which significantly extend NetBox's feature scope. Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: * NetBox version: 2.10.3 <!-- Describe in detail the new functionality you are proposing. Include any specific changes to work flows, data models, or the user interface. --> ### Proposed Functionality Add a new field to the interfaces list showing the configured VLANs. Either the VLAN number or "Trunk"/"Tagged all" <!-- Convey an example use case for your proposed feature. Write from the perspective of a NetBox user who would benefit from the proposed functionality and describe how. ---> ### Use Case You can see directly see the VLAN configuration. <!-- Note any changes to the database schema necessary to support the new feature. For example, does the proposal require adding a new model or field? (Not all new features require database changes.) ---> ### Database Changes I think think thats needed, as its just a new display request. <!-- List any new dependencies on external libraries or services that this new feature would introduce. For example, does the proposal require the installation of a new Python package? (Not all new features introduce new dependencies.) --> ### External Dependencies
adam closed this issue 2025-12-29 18:36:01 +01:00
Author
Owner

@TigerEnteNBG commented on GitHub (Jan 7, 2021):

I think about something similar to what you can see in cisco switches:
e.g.

Switch#show interfaces status

Port    Name               Status       Vlan       Duplex  Speed Type
Fa0/1   PC1                connected    1          a-full  a-100 10/100BaseTX
Fa0/2   Printer-B2         connected    2          a-full  a-100 10/100BaseTX
Fa0/3                      notconnect   1            auto   auto 10/100BaseTX
Fa0/4                      notconnect   7            auto   auto 10/100BaseTX
Fa0/5   Backup             notconnect   1            auto   auto 10/100BaseTX
@TigerEnteNBG commented on GitHub (Jan 7, 2021): I think about something similar to what you can see in cisco switches: e.g. ``` Switch#show interfaces status Port Name Status Vlan Duplex Speed Type Fa0/1 PC1 connected 1 a-full a-100 10/100BaseTX Fa0/2 Printer-B2 connected 2 a-full a-100 10/100BaseTX Fa0/3 notconnect 1 auto auto 10/100BaseTX Fa0/4 notconnect 7 auto auto 10/100BaseTX Fa0/5 Backup notconnect 1 auto auto 10/100BaseTX ```
Author
Owner

@jeremystretch commented on GitHub (Jan 7, 2021):

You can toggle the tagged and untagged VLAN table columns by clicking the "Configure" button at top right.

@jeremystretch commented on GitHub (Jan 7, 2021): You can toggle the tagged and untagged VLAN table columns by clicking the "Configure" button at top right.
Author
Owner

@TigerEnteNBG commented on GitHub (Jan 7, 2021):

Perfect! Thanks for the hint.
Any change to edit the default columns for everybody?

@TigerEnteNBG commented on GitHub (Jan 7, 2021): Perfect! Thanks for the hint. Any change to edit the default columns for everybody?
Author
Owner

@jeremystretch commented on GitHub (Jan 7, 2021):

No, but see #5576

@jeremystretch commented on GitHub (Jan 7, 2021): No, but see #5576
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4441