No communication between switches (vlan, trunk)

Hello everyone,
i need help! I can’t find bug.

I have two CRS switches. The CRS317 is “core” switch with inter-vlan and dhcp serwer. The CRS328 is regular switch. Mgmt VLAN - 99. Trunk between them via sfp+ (crs317 sfp-sfpplus13 ↔ sfp-sfpplus1 crs328). Firmware 6.46.4

# model = CRS317-1G-16S+

/interface bridge
add dhcp-snooping=yes igmp-snooping=yes name=bridge1 pvid=99 vlan-filtering=yes

/interface vlan
add interface=bridge1 name=vlan8 vlan-id=8
add interface=bridge1 name=vlan9 vlan-id=9
add interface=bridge1 name=vlan10 vlan-id=10
add interface=bridge1 name=vlan11 vlan-id=11
add interface=bridge1 name=vlan12 vlan-id=12
add interface=bridge1 name=vlan20 vlan-id=20
add interface=bridge1 name=vlan99 vlan-id=99


/interface bridge port
add bridge=bridge1 interface=sfp-sfpplus16
add bridge=bridge1 interface=sfp-sfpplus15
add bridge=bridge1 interface=sfp-sfpplus14
add bridge=bridge1 interface=sfp-sfpplus13

/interface bridge vlan
add bridge=bridge1 tagged=sfp-sfpplus13,sfp-sfpplus14,sfp-sfpplus15,sfp-sfpplus16 vlan-ids=8
add bridge=bridge1 tagged=sfp-sfpplus13,sfp-sfpplus14,sfp-sfpplus15,sfp-sfpplus16,bridge1 vlan-ids=99

/ip address
add address=172.20.8.1/24 interface=vlan8 network=172.20.8.0
add address=172.20.100.1/24 interface=vlan99 network=172.20.100.0
add address=172.20.100.1/24 interface=ether1 network=172.20.100.0
add address=172.20.100.2/24 interface=bridge1 network=172.20.100.0

/ip pool
add name=dhcp_pool0 ranges=172.20.8.2-172.20.8.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=vlan8 name=dhcp1


/ip dhcp-server network
add address=172.20.8.0/24 dns-server=8.8.8.8 gateway=172.20.8.1

/ip route
add distance=1 gateway=172.20.100.2

/system routerboard settings
set boot-os=router-os

and

# model = CRS328-24P-4S+

/interface bridge
add dhcp-snooping=yes igmp-snooping=yes name=bridge pvid=99 vlan-filtering=yes

/interface vlan
add interface=bridge name=vlan8 vlan-id=8
add interface=bridge name=vlan99 vlan-id=99

/interface bridge port
add bridge=bridge interface=ether1 pvid=8
add bridge=bridge interface=ether2 pvid=8
add bridge=bridge interface=ether24 pvid=99
add bridge=bridge interface=sfp-sfpplus1
add bridge=bridge interface=sfp-sfpplus2


/interface bridge vlan
add bridge=bridge tagged=sfp-sfpplus1,sfp-sfpplus2 untagged=ether1,ether2 vlan-ids=8
add bridge=bridge tagged=bridge,sfp-sfpplus1,sfp-sfpplus2 untagged=ether24 vlan-ids=99

/ip address
add address=172.20.100.7/24 interface=bridge network=172.20.100.0

/ip route
add distance=1 dst-address=0.0.0.0/32 gateway=172.20.100.1

/system routerboard settings
set boot-os=router-os

Any suggestion please..