CRS3XX VLANs trunk - access Winbox

Hello everybody,
I’m recently using the CRS 3XX devices but, I have some problems with level 2 management with winbox.

Below the essential configurations and simple schema:

SW01 (sfp9) ----- uplink ----- SW02 (sfp-sfplus1)

SW01 CRS328-4C-20S-4S+

/interface bridge
add fast-forward=no name=bridge-switch protocol-mode=none vlan-filtering=yes

/interface bridge port
add bridge=bridge-switch interface=sfp1 pvid=101
add bridge=bridge-switch interface=sfp-sfpplus1 pvid=102
add bridge=bridge-switch interface=sfp9
add bridge=bridge-switch interface=combo3-mgmt

/interface bridge vlan
add bridge=bridge-switch tagged=sfp9 untagged=sfp-sfpplus1 vlan-ids=102
add bridge=bridge-switch tagged=sfp9 untagged=sfp1 vlan-ids=101
add bridge=bridge-switch untagged=bridge-switch,sfp9,combo3-mgmt vlan-ids=1

/ip address
add address=192.168.1.5/24 interface=bridge-switch network=192.168.1.0

/system identity
set name=SW01

SW02 CRS317-1G-16S+

/interface bridge
add fast-forward=no name=bridge-switch protocol-mode=none vlan-filtering=yes

/interface bridge port
add bridge=bridge-switch interface=sfp-sfpplus1
add bridge=bridge-switch interface=sfp-sfpplus2

/interface bridge vlan
add bridge=bridge-switch tagged=sfp-sfpplus1 vlan-ids=101
add bridge=bridge-switch tagged=sfp-sfpplus1 vlan-ids=102
add bridge=bridge-switch untagged=bridge-switch,sfp-sfpplus1,sfp-sfpplus2 vlan-ids=1

/ip address
add address=192.168.1.4/24 interface=bridge-switch network=192.168.1.0

/system identity
set name=SW02

When I try to connect on port combo3-mgmt with my PC on SW01 I can see SW02 via winbox but I don’t see the SW01. If I try to connect on SW02 on port sfp-sfpplus2 I can see only SW02. By IP I can connect on SW01 or SW02 without problems via winbox.

Could you help me? Why I cannot see via Winbox L2 the SW01? What am I doing wrong?

Many Thanks!