vlans


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.18" ) ]
public GenericArray<BridgeVlan> vlans { owned get; set; }

Array of bridge VLAN objects.

In addition to the VLANs specified here, the port will also have the default-pvid VLAN configured on the bridge by the bridge.vlan-default-pvid property.

In nmcli the VLAN list can be specified with the following syntax:

$vid [pvid] [untagged] [, $vid [pvid] [untagged]]...

where $vid is either a single id between 1 and 4094 or a range, represented as a couple of ids separated by a dash.