802.1q problems

Hi all, I’m configuring an SXT to be part of a point to point link between a cloudcore and a managed switch. This is just one of several links in the project but yet it’s driving me mad. We got 2 vlans coming out from SXT’s ether1 as tagged 2 and 3. Switch management interface is configured to be tagged vlan2. My SXT configuration is just on bottom of this post.
SXT ip is 192.168.0.2 (added to bridge_hs)
Switch ip is 192.168.0.10

Approximate scheme is:

Cloudcore----SXT=====SXT----Switch


Weird fact is:
I can ping 192.168.0.10 just if ether1_vlan2 is not part of any bridge and I add “interface=ether1_vlan2” to the ping command.
If I add ether1_vlan2 to bridge_hs, I cannot ping switch anymore.
Any hints?

# jul/13/2015 10:27:32 by RouterOS 6.30
# software id = ████-████
#
/interface bridge
add name=bridge_hs
add name=bridge_vs
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=12 band=5ghz-onlyac channel-width=20/40/80mhz-Ceee country=italy disabled=no frequency=5580 frequency-mode=\
    regulatory-domain l2mtu=1600 mode=station-bridge radio-name=SXT2 ssid=PP1
/interface vlan
add interface=ether1 l2mtu=1596 name=ether1_vlan2 vlan-id=2
add interface=ether1 l2mtu=1596 name=ether1_vlan3 vlan-id=3
add interface=wlan1 l2mtu=1596 name=wlan1_vlan3 vlan-id=3
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=\
    "██████████████████████████████"
/interface bridge port
add bridge=bridge_vs interface=wlan1_vlan3
add bridge=bridge_hs interface=wlan1
add bridge=bridge_vs interface=ether1_vlan3
add bridge=bridge_hs interface=ether1_vlan2
/ip address
add address=192.168.0.2/24 interface=bridge_hs network=192.168.0.0
/ip dns
set servers=8.8.8.8
/ip route
add distance=1 gateway=192.168.0.254
/system clock
set time-zone-name=Europe/Rome
/system identity
set name=SXT2
/system leds
set 0 interface=wlan1
/system routerboard settings
set cpu-frequency=720MHz
/tool romon port
add

Up.. seriously no one able to help me? If something is missing for you to understand problem please let me know..