Lines Matching +full:set +full:- +full:of +full:- +full:ports
1 .. SPDX-License-Identifier: GPL-2.0
7 The Broadcom RoboSwitch Ethernet switch family is used in quite a range of
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
26 The configuration of the device depends on whether or not tagging is
30 configuration described in the :ref:`dsa-config-showcases`.
33 ----------------------------------
38 See :ref:`dsa-tagged-configuration`.
41 -------------------------------------
48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`.
54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
61 The configuration can only be set up via VLAN tagging and bridge setup.
64 .. code-block:: sh
71 # The conduit interface needs to be brought up before the user ports.
72 ip link set eth0 up
73 ip link set eth0.1 up
74 ip link set eth0.2 up
75 ip link set eth0.3 up
78 ip link set wan up
79 ip link set lan1 up
80 ip link set lan2 up
86 ip link set dev br0 type bridge vlan_filtering 1
88 # add ports to bridges
89 ip link set dev wan master br0
90 ip link set dev lan1 master br0
91 ip link set dev lan2 master br0
93 # tag traffic on ports
105 ip link set br0 up
111 .. code-block:: sh
116 # The conduit interface needs to be brought up before the user ports.
117 ip link set eth0 up
118 ip link set eth0.1 up
121 ip link set wan up
122 ip link set lan1 up
123 ip link set lan2 up
129 ip link set dev br0 type bridge vlan_filtering 1
131 # add ports to bridge
132 ip link set dev wan master br0
133 ip link set dev lan1 master br0
134 ip link set dev lan2 master br0
135 ip link set eth0.1 master br0
141 ip link set dev br0 up
146 .. code-block:: sh
152 # The conduit interface needs to be brought up before the user ports.
153 ip link set eth0 up
154 ip link set eth0.1 up
155 ip link set eth0.2 up
158 ip link set wan up
159 ip link set lan1 up
160 ip link set lan2 up
166 ip link set dev br0 type bridge vlan_filtering 1
168 # add ports to bridges
169 ip link set dev wan master br0
170 ip link set eth0.1 master br0
171 ip link set dev lan1 master br0
172 ip link set dev lan2 master br0
174 # tag traffic on ports
183 ip link set br0 up