Vlans on AP only 1 interface not working

Hi,

I'm trying to get vlans to work on my zyxel nwa50ax AP.

I can do a config device, but config interface of config bridge-vlan fails

I now have this.


config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd55:7d89:e667::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.199.111'
        option netmask '255.255.255.0'
        option gateway '192.168.199.254'
        option ip6assign '60'
        list dns '192.168.199.254'

config device
        option type '8021q'
        option ifname 'br-lan'
        option vid '99'
        option name 'br-lan.99'

config device
        option type '8021q'
        option ifname 'br-lan'
        option vid '10'
        option name 'br-lan.10'

config device
        option type '8021q'
        option ifname 'br-lan'
        option vid '70'
        option name 'br-lan.70'

config device
        option type '8021q'
        option ifname 'br-lan'
        option vid '90'
        option name 'br-lan.90'

add this I got no connectivity

config bridge-vlan
        option device 'br-lan'
        option vlan '99'
        list ports 'lan:u*'

VLAN ID 99 untagged, 10 and 70 tagged.

...

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan'

config bridge-vlan
        option device 'br-lan'
        option vlan '99'
        list ports 'lan'

config bridge-vlan
        option device 'br-lan'
        option vlan '10'
        list ports 'lan:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '70'
        list ports 'lan:t'

config interface 'lan'
        option device 'br-lan.99'
	    ...

config interface 'guest'
	    option device 'br-lan.10'
	    ...

config interface 'iot'
	    option device 'br-lan.70'
	    ...

thnx, got i working I also had an another config, and change lan0 to lan it worked. This config had more interfaces