Capsman 2 SSID Vlan

Hello Fellow warriors.

Could someone please help a little with the configuration?
Devices: Router RB3011, Switch CR328-249 and 3 caps RBcAP2nD
Connected router to switch and caps to switch.
Tried conf 2 vlans, one mainly for guest(vlan40) with capsman on the router. second for the office(vlan199) with capsman and cables.
Both guest and office wifis are working without any problems but the problem is that im not able to connect and get an ip via the cable. for testing trying to get via eth5 port.

Could someone direct me to the right path to correct the problem?

Best Regards,
Johannes
export.rsc (4.07 KB)

Did you get sorted? If not, try using a single vlan-aware bridge.

/interface bridge
add name=bridge1 vlan-filtering=yes

/interface vlan
add interface=bridge1 name=vlan199 vlan-id=199
add interface=bridge1 name=vlan40 vlan-id=40

/interface bridge port
add bridge=bridge1 interface=ether5 pvid=199

/interface bridge vlan
add bridge=bridge1 tagged=bridge1 untagged=ether5 vlan-ids=199
add bridge=bridge1 tagged=bridge1 vlan-ids=40

/caps-man configuration
add channel.band=2ghz-b/g/n country=estonia datapath.bridge=bridge1 \
    datapath.vlan-id=199 datapath.vlan-mode=use-tag name=Kontor \
    security.authentication-types=wpa-psk,wpa2-psk security.passphrase=\
    password ssid=Kontor
add channel.band=2ghz-b/g/n country=estonia datapath.bridge=bridge1 \
    datapath.client-to-client-forwarding=yes datapath.local-forwarding=no \
    datapath.vlan-id=40 datapath.vlan-mode=use-tag name=Guest_wifi \
    rates.ht-basic-mcs="" rates.vht-basic-mcs="" rates.vht-supported-mcs="" \
    security.authentication-types=wpa-psk,wpa2-psk security.passphrase=\
    password ssid=Guest_wifi