Hi and welcome, DSA syntax is realtively new and we have not been able to implement it fully yet, there's an open issue for this: https://github.com/openwisp/netjsonconfig/issues/195.
It should be possible though to be able to accomplish this using the advanced mode of OpenWISP controller and the custom netjsonconfig syntax <http://netjsonconfig.openwisp.org/en/latest/backends/openwrt.html#all-the-other-settings> . I hope this helps and I hope you'll be able to solve it. Best regards Federico On Monday, May 23, 2022 at 5:21:37 AM UTC-4 [email protected] wrote: > Hello. > I use MT7621 CPU routers that don't have a separate switch. > Nevertheless, in the openwrt settings, I can create an 802.1q interface or > work with vlan via bridge vlan filtring, but I did not find such > functionality in openwisp. > The programmable switch is not suitable for me, since this setting is for > routers that have a separate HW switch. > Is there any way to implement this support? > > config bridge-vlan > option device 'br0' > option vlan '1' > list ports 'lan1' > list ports 'lan2' > list ports 'lan3' > list ports 'wan' > > config bridge-vlan > option device 'br0' > option vlan '10' > list ports 'lan4:u*' > list ports 'wan:t' > > Here bridge and management are in vlan 1 and port 4 of vlan 10 > > and 802.1q > > config device > option type '8021q' > option ifname 'br0' > option vid '10' > option name 'eth0.10' > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/cd4b600f-f400-4165-8eca-0dfe44327a50n%40googlegroups.com.
