Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
For the purpose of using the interface assignments page to get an overview of which interface is connected to which network, I am missing a solution that will show this information when VLANs are involved.
This issue is based on #5649. VLAN support was given an overhaul in 22.1.4. One result of this overhaul was that generated deviceIds for VLAN's now are in the format vlanNN, where NN is a unique number. Older numbers identified both the network card and the VLAN (e.g. igb0_vlan123), but this is not possible anymore. The result on the interface assignment page is as follows:

The IOT interface is assigned to a VLAN configuration that was created in 22.1.3. The GUEST interface concerns a VLAN configuration created in 22.1.4. The interface assignments page does not show which network device and VLAN the GUEST interface is assigned to.
Describe the solution you like
For VLAN assignments (and maybe other configuration types), I would like to know for each interface to which network device and which VLAN it refers. See the following mockup:

The hyphen makes the distinction between the name of the interface and what follows more clear. After it, the network device name and relevant VLAN are shown. These can be pulled from the VLAN configuratio. Finally, it is appended with the interface description between parentheses (as it is now).
I am not entirely sure what the best way is to portray the VLAN. I used 'vlan123', but 'VLAN 123' might be more correct, to avoid confusing the describing part with the deviceId.
Describe alternatives you considered
Alternatives that are considered:
- Reversing the new naming scheme, which is undesirable.
- Doing nothing by leaving the situation as it is now. This means that the interface assignments page will provide less of an overview, and users will need to dig deeper for each VLAN interface to see what is connected with what. This is cumbersome when assigning interfaces.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
For the purpose of using the interface assignments page to get an overview of which interface is connected to which network, I am missing a solution that will show this information when VLANs are involved.
This issue is based on #5649. VLAN support was given an overhaul in 22.1.4. One result of this overhaul was that generated deviceIds for VLAN's now are in the format vlanNN, where NN is a unique number. Older numbers identified both the network card and the VLAN (e.g. igb0_vlan123), but this is not possible anymore. The result on the interface assignment page is as follows:
The IOT interface is assigned to a VLAN configuration that was created in 22.1.3. The GUEST interface concerns a VLAN configuration created in 22.1.4. The interface assignments page does not show which network device and VLAN the GUEST interface is assigned to.
Describe the solution you like
For VLAN assignments (and maybe other configuration types), I would like to know for each interface to which network device and which VLAN it refers. See the following mockup:
The hyphen makes the distinction between the name of the interface and what follows more clear. After it, the network device name and relevant VLAN are shown. These can be pulled from the VLAN configuratio. Finally, it is appended with the interface description between parentheses (as it is now).
I am not entirely sure what the best way is to portray the VLAN. I used 'vlan123', but 'VLAN 123' might be more correct, to avoid confusing the describing part with the deviceId.
Describe alternatives you considered
Alternatives that are considered: