vlan bridge routeros >6.41

I am struggling with the “new” vlan configuration already with a simple example.
The example is running on a CCR
ether3 is a trunk port connected to a crs….
can anyone tell me what is missing? i get no route to host if i trie to ping the crs with router tool.
/interface bridge add name=bridge1 protocol-mode=none vlan-filtering=yes
/interface vlan add interface=bridge1 name=vlan200 vlan-id=200
/interface bridge port add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=vlan200 pvid=200
/interface bridge port add bridge=bridge1 hw=yes interface=ether3
/interface bridge vlan add bridge=bridge1 tagged=vlan200,bridge1,ether3 vlan-ids=200
/ip address add address=10.35.2.254/24 interface=vlan200 network=10.35.2.0