Lines Matching full:vlan
48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`.
51 VLAN programming would basically change the CPU port's default PVID and make
54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
55 the default VLAN 1 has to be removed from the user interface configuration in
57 VLAN configuration in the bridge showcase.
61 The configuration can only be set up via VLAN tagging and bridge setup.
67 ip link add link eth0 name eth0.1 type vlan id 1
68 ip link add link eth0 name eth0.2 type vlan id 2
69 ip link add link eth0 name eth0.3 type vlan id 3
85 # activate VLAN filtering
94 bridge vlan add dev lan1 vid 2 pvid untagged
95 bridge vlan del dev lan1 vid 1
96 bridge vlan add dev lan2 vid 3 pvid untagged
97 bridge vlan del dev lan2 vid 1
114 ip link add link eth0 name eth0.1 type vlan id 1
128 # activate VLAN filtering
149 ip link add link eth0 name eth0.1 type vlan id 1
150 ip link add link eth0 name eth0.2 type vlan id 2
165 # activate VLAN filtering
175 bridge vlan add dev wan vid 2 pvid untagged
176 bridge vlan del dev wan vid 1