Page MenuHomeVyOS Platform

Display VLAN mode information on the network interface
Open, LowPublicFEATURE REQUEST

Description

In T3042 and T1354, the idea of implementing VLAN-aware bridges was proposed. Now that this function has been implemented, perhaps we should incorporate VLAN data into show int, such as:

Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------

Display VLAN mode information on the network interface

Should it become like:

Interface        IP Address         VLAN Mode               S/L  Description
---------        ----------               --------------                ---  -----------

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

Ungortunately this is a -1 from me.

This is only valid for bridge interfaces, thus I'd move the additional information under show interfaces bridge.

If you do not change show int, you can output the specific information of vlan id in the command show interfaces bridge vlan

In fact, show interfaces bridge vlan will execute bridge -c vlan show

The output is as follows:

port    vlan ids
eth0     2 PVID Egress Untagged

eth1     1
         2

eth2     1 PVID Egress Untagged

eth3     2 PVID Egress Untagged

eth4     2 PVID Egress Untagged

br1      1
         2

In the example above you only included the header, could you extend the examples with example information you want to display there?

jack9603301 renamed this task from Change network interface display to Display VLAN mode information on the network interface.Nov 15 2020, 4:43 PM
jack9603301 updated the task description. (Show Details)
erkin set Issue type to Feature (new functionality).Aug 29 2021, 12:15 PM
erkin removed a subscriber: Active contributors.