Lines Matching +full:ethernet +full:- +full:ports

1 .. SPDX-License-Identifier: GPL-2.0
10 .. _dsa-config-showcases:
13 -----------------------
19 Every switch port acts as a different configurable Ethernet port
22 Every switch port is part of one configurable Ethernet bridge
26 Ethernet bridge.
27 The upstream port acts as different configurable Ethernet port.
32 Through DSA every port of a switch is handled like a normal linux Ethernet
33 interface. The CPU port is the switch port connected to an Ethernet MAC chip.
34 The corresponding linux Ethernet interface is called the master interface.
42 - when a DSA slave interface is brought up, the master interface is
44 - when the master interface is brought down, all DSA slave interfaces are
47 In this documentation the following Ethernet interfaces are used:
64 Further Ethernet interfaces can be configured similar.
68 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
69 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7)
70 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11)
73 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
76 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255)
77 * wan: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3)
79 .. _dsa-tagged-configuration:
82 ----------------------------------
89 .. code-block:: sh
97 # brought up manually before the slave ports.
106 .. code-block:: sh
109 # brought up manually before the slave ports.
120 # add ports to bridge
132 .. code-block:: sh
135 # brought up manually before the slave ports.
149 # add ports to bridge
159 .. _dsa-vlan-configuration:
162 -------------------------------------
171 .. code-block:: sh
179 # brought up manually before the slave ports.
196 # add ports to bridges
201 # tag traffic on ports
216 .. code-block:: sh
222 # brought up manually before the slave ports.
237 # add ports to bridge
243 # tag traffic on ports
255 .. code-block:: sh
262 # brought up manually before the slave ports.
278 # add ports to bridges
284 # tag traffic on ports
297 ------------------------------------
310 .. code-block:: sh
322 .. code-block:: sh
342 .. code-block:: sh
350 .. code-block:: sh