[OpenWrt Wiki] DSA Mini-Tutorial
openwrt.org › docs › guide-userAug 17, 2021 · DSA Mini-Tutorial Introduction DSA stands for Distributed Switch Architecture and is the Linux kernel subsystem for network switches. Because upstream kernel development now uses DSA, the OpenWrt Project is implementing DSA to replace the earlier swconfig framework. Many new routers also use DSA drivers instead of swconfig drivers.
DSA VLAN settings - Network and Wireless ... - OpenWrt Forum
forum.openwrt.org › t › dsa-vlan-settingsMay 11, 2021 · My D-Link DIR-860L B1 is now acting as an AP, which is connected to a switch behind main router, ip is 192.168.1.2, and the WiFi clients are assigned in 172.16.0.0/22 range. The WiFi clients are using 192.168.1.2 as gateway ip to the lan, then forwarded to WAN. The problem is, since I am using current snapshot which has DSA switch drivers, I don't know how to use port 1 to connect to the ...
[OpenWrt Wiki] VLAN
openwrt.org › docs › guide-userNov 05, 2021 · VLAN VLAN is the acronym for Virtual Local Area Network, it is a virtual partitioning of physical network switches on OSI layer 2. It is a way to keep network clients separated from each other even if they use the same shared physical network, without setting up a whole subnet and a router. It works by adding a label (
luci-mod-network: add support for DSA switch configuration ...
github.com › openwrt › luciJun 27, 2019 · mv88e6085 f1072004.mdio-mii:10: p0: hw VLAN 1 already used by br-guest mv88e6085 f1072004.mdio-mii:10 lan1: configuring for phy/gmii link mode mv88e6085 f1072004.mdio-mii:10: p1: hw VLAN 1 already used by br-guest mv88e6085 f1072004.mdio-mii:10 lan2: configuring for phy/gmii link mode mv88e6085 f1072004.mdio-mii:10: p2: hw VLAN 1 already used ...
swconfig - OpenWrt Wiki
https://openwrt.org/docs/techref/swconfigDSA's development was parallel to swconfig, written by the OpenWrt project. The main difference between swconfig and DSA is that DSA-supported switches show one network interface per port, whereas swconfig-configured switches show up as a single port, which limits the amount of information that can be extracted from the switch.