> So all ports are now in forwarding mode (Switch port register 0x4 of all > ports > are 0x7f), but I don't reach it over ping.
Hi The most common error for people new to DSA is forgetting to bring the master interface up. The second thing to understand is that by default, all interfaces are separated. So the switch won't bridge frames between ports, until you add the ports to a Linux bridge. But you can give each interface its own IP address. Andrew