I wouldn't hold this up as a best practice example, and I'm sure someone will point out where I'm doing something wrong, but following is a working config for a CRS125 using ROS 6.41 with the new bridge, but also using the switch chip to implement VLAN's.
I have stripped out all of the CAPsMAN config etc, so hopefully I've not deleted too many or few lines.
jan/11/2018 22:41:36 by RouterOS 6.41
software id = V17F-QGMR
model = CRS125-24G-1S
/interface bridge
add admin-mac=XX:XX:XX:XX:XX:XX auto-mac=no comment=
"Bridge For Switch Chip HW Offload" name=bridge1 protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] comment="vlan 100 - Router - Main Network"
set [ find default-name=ether4 ] comment="Alienware"
set [ find default-name=ether16 ] comment="ESXI Server"
set [ find default-name=ether17 ] comment="Trunk for Testing"
set [ find default-name=ether18 ] comment="Trunk to Office WiFi"
set [ find default-name=ether19 ] comment=
"Trunk to rest of house"
set [ find default-name=ether20 ] comment="Trunk to GS108T"
set [ find default-name=ether21 ] comment="vlan 200 - Router - Other Network"
set [ find default-name=ether22 ] comment="vlan 200 - Access Port"
set [ find default-name=ether23 ] comment="vlan 300 - Router - Guest Network"
set [ find default-name=ether24 ] comment="vlan 300 - Access Port"
/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
add bridge=bridge1 interface=ether24
add bridge=bridge1 interface=sfp1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether17,ether18,ether19,ether20 vlan-id=100
add tagged-ports=ether17,ether18,ether19,ether20 vlan-id=200
add tagged-ports=ether17,ether18,ether19,ether20 vlan-id=300
/interface ethernet switch egress-vlan-translation
add customer-vid=100 customer-vlan-format=untagged-or-tagged
new-customer-vid=0 ports="ether1,ether2,ether3,ether4,ether5,ether6,ether7
,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether16,swi
tch1-cpu" service-vlan-format=untagged-or-tagged
add customer-vid=200 customer-vlan-format=untagged-or-tagged
new-customer-vid=0 ports=ether21,ether22,switch1-cpu service-vlan-format=
untagged-or-tagged
add customer-vid=300 customer-vlan-format=untagged-or-tagged
new-customer-vid=0 ports=ether23,ether24,switch1-cpu service-vlan-format=
untagged-or-tagged
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=100 ports="ether1,ether2,ether3,ether4,eth
er5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,et
her15,ether16"
add customer-vid=0 new-customer-vid=200 ports=ether21,ether22
add customer-vid=0 new-customer-vid=300 ports=ether23,ether24
/interface ethernet switch vlan
add ports=ether17,ether18,ether19,ether20,ether23,ether24,switch1-cpu
vlan-id=300
add ports="ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ethe
r10,ether11,ether12,ether13,ether14,ether15,ether16,ether17,ether18,ether1
9,ether20,switch1-cpu" vlan-id=100
add ports=ether17,ether18,ether19,ether20,ether21,ether22,switch1-cpu
vlan-id=200
/ip address
add address=192.168.88.20/24 interface=bridge1 network=192.168.88.0
/ip dns
set servers=192.168.88.3,192.168.88.4
/ip route
add distance=1 gateway=192.168.88.1
/ipv6 address
add address=2a02:32a6:4308:69::20 interface=bridge1
/ipv6 nd
set [ find default=yes ] advertise-mac-address=no
/ipv6 route
add distance=1 gateway=2a02:32a6:4308:69::1
/system clock
set time-zone-name=Europe/London
/system identity
set name=Core-Switch