newbee questions vlans ons bridgew

mikrotik clod router switch
ether 1 192.168.198.1
bridge1 ether2-19 ip range 192.168.199.0/24

need additional vlans 1003 and 1200
have a DHCP server for 1003 and 1200 and for 192.168.199.0/24
1003=10.10.10.0/24
1200=102.168.200.0/24


ether 4 need to get an ip on its tagged plan from dhcpserver1003 and from 192.168.199.0


how can this be achieved ?

Use this reference.
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

Once you have a config made up.
COme here and post it for review.

/export hide-sensitive file=anynameyouwish

I have read so much but i still dont get it
boths are running routeros, even though switch1 is capable of running swos

basically all i want is

in my normal network either 192.168.199 or 192.168.200 ( vlan id 1 ) i want to be able to reach vlanid_1010 or 1003 on both switches/router
i can ping 192.168.1.1 or 192.168.1.6 ( vlan 1010 ) form my client ( default vlan )
i can ping 192.168.199.1 or 192.168.199.6 ( vlan 1 ) from my client
but I cant configure
eg
a storage device , which is not capable of vlans shall to be reachable at port 24 of switch2 with ip 192.168.1.10 ( i have set the port to be untagged for vlan 1010 )
switch 1 is on vlan1010 at ip address 192.168.1.1
switch 2 is on vlan1010 at ip address 192.168.1.6
i have setup a 4port bond between the to switches/routers , which is on both sides a member of bridge1
but neither with switching on vlan filtering to on on both bridges nor with leaving it without filtering i can reach the storage device at port 24 of switch 2

please help

config switch1

sep/05/2020 07:03:14 by RouterOS 6.47.2

software id = FV7D-DRZZ

model = CRS326-24G-2S+

/interface bridge
add name=bridge1
/interface vlan
add interface=bridge1 name=vlan_1003 vlan-id=1003
add interface=bridge1 name=vlan_1014 vlan-id=1014
/interface bonding
add name=bond0 slaves=ether21,ether22,ether23,ether24
/interface vlan
add interface=bond0 name=vlan_1010 vlan-id=1010
/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=bond0
add bridge=bridge1 interface=vlan_1010 pvid=1010
add bridge=bridge1 interface=vlan_1003 pvid=1003
add bridge=bridge1 interface=vlan_1014 pvid=1014
/interface bridge vlan
add bridge=bridge1 tagged=vlan_1010,bridge1,bond0 vlan-ids=1010
/ip address
add address=192.168.198.1/24 interface=ether1 network=192.168.198.0
add address=192.168.198.2/24 interface=ether1 network=192.168.198.0
add address=192.168.198.3/24 interface=ether1 network=192.168.198.0
add address=192.168.199.1/24 interface=bridge1 network=192.168.199.0
add address=192.168.200.2/24 interface=bridge1 network=192.168.200.0
add address=192.168.168.1/24 interface=vlan_1003 network=192.168.168.0
add address=192.168.1.1/24 interface=vlan_1010 network=192.168.1.0
/ip firewall nat
add action=same chain=srcnat same-not-by-dst=no src-address=192.168.199.23
to-addresses=192.168.198.3
add action=same chain=srcnat log=yes same-not-by-dst=no src-address=
192.168.168.0/24 to-addresses=192.168.198.2
add action=same chain=srcnat log=yes same-not-by-dst=no src-address=
192.168.199.0/24 to-addresses=192.168.198.1
add action=accept chain=srcnat
/ip route
add distance=1 gateway=192.168.198.254
/system ntp client
set enabled=yes primary-ntp=192.168.200.1
/system routerboard settings
set boot-os=router-os
/system swos
set allow-from-ports="p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p
17,p18,p19,p20,p21,p22,p23,p24,p25,p26" identity=MikroTik3
static-ip-address=192.168.199.6




config switch2

sep/05/2020 07:07:21 by RouterOS 6.47.3

software id = DU55-1G3X

model = CRS125-24G-1S-2HnD

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik station-roaming=enabled
/interface vlan
add interface=bridge1 name=vlan_1003 vlan-id=1003
add interface=bridge1 name=vlan_1014 vlan-id=1014
/interface bonding
add name=bond1 slaves=ether1,ether2,ether3,ether4
/interface vlan
add interface=bond1 name=vlan_1010 vlan-id=1010
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_192.168.1.0 ranges=192.168.1.20-192.168.1.30
/system logging action
set 3 bsd-syslog=yes remote=192.168.199.201 remote-port=5140 syslog-facility=
local7 syslog-severity=info
/interface bridge port
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=bond1
add bridge=bridge1 interface=sfp1
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
add bridge=bridge1 interface=ether24 pvid=1010
add bridge=bridge1 interface=vlan_1010 pvid=1010
add bridge=bridge1 interface=vlan_1003 pvid=1003
add bridge=bridge1 interface=vlan_1014 pvid=1014
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface bridge vlan
add bridge=bridge1 tagged=
vlan_1003,bridge1,sfp1,ether6,ether12,ether8,ether17,bond1 vlan-ids=1003
add bridge=bridge1 tagged=vlan_1010,bridge1,sfp1,bond1 vlan-ids=1010
add bridge=bridge1 tagged=vlan_1014,bridge1,sfp1,bond1 vlan-ids=1014
/ip address
add address=192.168.200.6/24 interface=bridge1 network=192.168.200.0
add address=192.168.1.6/24 interface=vlan_1010 network=192.168.1.0
add address=192.168.199.6/24 interface=bridge1 network=192.168.199.0
add address=192.168.168.6/24 interface=vlan_1003 network=192.168.168.0
add address=192.168.169.6/24 interface=vlan_1014 network=192.168.169.0
/ip dns
set servers=192.168.199.201
/ip route
add distance=1 gateway=192.168.199.1
/lcd interface pages
set 0 interfaces=wlan1
/system identity
set name=MikroTik2
/system ntp client
set enabled=yes primary-ntp=192.168.198.254 secondary-ntp=192.168.179.1