Thanks for this help**** its solved
I’ve looked at the link you gave me.
I solved it as follows:
The configuration on the RB1100AH
/ interface vlan
add comment = cameranet interface = ether2 name = vlan-camera-net vlan-id = 200
add comment = guestnet interface = ether2 name = vlan-guest vlan-id = 300
add comment = storagenet interface = ether2 name = vlan-storage vlan-id = 400
The configuration on the CRS125
/interface bridge
add name=bridge1 protocol-mode=none
/interface ethernet switch
set drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=\
ether2,ether1,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16,ether17,ether18,ether19,ether20,ether21,ether22,ether23
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=ether11
add bridge=bridge1 interface=ether12
add bridge=bridge1 interface=ether13
add bridge=bridge1 interface=ether14
add bridge=bridge1 interface=ether15
add bridge=bridge1 interface=ether16
add bridge=bridge1 interface=ether17
add bridge=bridge1 interface=ether18
add bridge=bridge1 interface=ether19
add bridge=bridge1 interface=ether20
add bridge=bridge1 interface=ether21
add bridge=bridge1 interface=ether22
add bridge=bridge1 interface=ether23
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether2 vlan-id=200
add tagged-ports=ether2 vlan-id=300
add tagged-ports=ether2 vlan-id=400
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=200 ports=ether3,ether4,ether5,ether6,ether7,ether8
add customer-vid=0 new-customer-vid=300 ports=ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16
add customer-vid=0 new-customer-vid=400 ports=ether17,ether18,ether19,ether20,ether21,ether22,ether23
/interface ethernet switch vlan
add ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=200
add ports=ether2,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16 vlan-id=300
add ports=ether2,ether17,ether18,ether19,ether20,ether21,ether22,ether23 vlan-id=400
/system routerboard settings
set silent-boot=no