Here, much easier to read:
# 2026-05-19 22:22:32 by RouterOS 7.22.3
# software id = 3VML-9N80
#
# model = CCR2004-1G-12S+2XS
# serial number = XXXXXXXX
/interface bridge
add comment="GTC Network" name=bridge vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] comment=Management
set [ find default-name=sfp-sfpplus12 ] comment=WAN
/interface vlan
add interface=sfp-sfpplus1 name="Vlan 10" vlan-id=10
add interface=sfp-sfpplus2 name="vlan 20" vlan-id=20
add interface=sfp-sfpplus3 name="vlan 30" vlan-id=30
add interface=sfp-sfpplus4 name="vlan 40" vlan-id=40
add interface=sfp-sfpplus5 name="vlan 50" vlan-id=50
add interface=sfp-sfpplus6 name="vlan 60" vlan-id=60
add interface=sfp-sfpplus7 name="vlan 70" vlan-id=70
add interface=sfp-sfpplus8 name="vlan 80" vlan-id=80
add interface=sfp-sfpplus9 name="vlan 90" vlan-id=90
add interface=sfp-sfpplus10 name="vlan 100" vlan-id=100
add interface=sfp-sfpplus11 name="vlan 110" vlan-id=110
add comment="Management Vlan" interface=bridge name="vlan 200" \
use-service-tag=yes vlan-id=200
/interface bridge port
add bridge=bridge interface="Vlan 10" pvid=10
add bridge=bridge interface="vlan 20" pvid=20
add bridge=bridge interface="vlan 30" pvid=30
add bridge=bridge interface="vlan 40" pvid=40
add bridge=bridge interface="vlan 50" pvid=50
add bridge=bridge interface="vlan 60" pvid=60
add bridge=bridge interface="vlan 70" pvid=70
add bridge=bridge interface="vlan 80" pvid=80
add bridge=bridge interface="vlan 90" pvid=90
add bridge=bridge interface="vlan 100" pvid=100
add bridge=bridge interface="vlan 110" pvid=110
/interface bridge vlan
# vlan 200 not a bridge port
add bridge=bridge tagged="vlan 200" vlan-ids=200
/ip address
add address=10.10.200.0/24 comment=Management interface="vlan 200" network=\
10.10.200.0
add address=175.25.10.0/24 interface="Vlan 10" network=175.25.10.0
add address=175.25.20.0/24 interface="vlan 20" network=175.25.20.0
add address=175.25.30.0/24 interface="vlan 30" network=175.25.30.0
add address=175.25.40.0/24 interface="vlan 40" network=175.25.40.0
add address=175.25.50.0/24 interface="vlan 50" network=175.25.50.0
add address=175.25.60.0/24 interface="vlan 60" network=175.25.60.0
add address=175.25.70.0/24 interface="vlan 70" network=175.25.70.0
add address=175.25.80.0/24 interface="vlan 80" network=175.25.80.0
add address=175.25.90.0/24 interface="vlan 90" network=175.25.90.0
add address=175.25.100.0/24 interface="vlan 100" network=175.25.100.0
add address=175.25.110.0/24 interface="vlan 110" network=175.25.110.0
add address=10.10.200.0/24 interface=bridge network=10.10.200.0
/ip dhcp-client
add interface=sfp-sfpplus12 name=Wan
/ip dhcp-server
# No IP address on interface
add interface=sfp-sfpplus1 name=server1
# Interface not running
add interface=sfp-sfpplus2 name=server2
# Interface not running
add interface=sfp-sfpplus3 name=server3
# No IP address on interface
add interface=sfp-sfpplus4 name=server4
# Interface not running
add interface=sfp-sfpplus5 name=server5
# Interface not running
add interface=sfp-sfpplus6 name=server6
# Interface not running
add interface=sfp-sfpplus7 name=server7
# Interface not running
add interface=sfp-sfpplus8 name=server8
# Interface not running
add interface=sfp-sfpplus9 name=server9
# Interface not running
add interface=sfp-sfpplus10 name=server10
# Interface not running
add interface=sfp-sfpplus11 name=server11
add interface="vlan 200" name=server12
/ip firewall filter
add action=accept chain=input connection-state=established,related,new
add action=drop chain=input connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set pptp disabled=yes
/system clock
set time-zone-name=America/Indiana/Indianapolis
/system routerboard settings
set enter-setup-on=delete-key
Is there any particual reason you enabled this ? I highly doubt you will use stacked VLANs in your home lab.
use-service-tag=yes vlan-id=200
Why your management VLAN is not on the same bridge like the rest of the VLANs ?
I would add management VLAN to the bridge. Only port used for off bridge management is, well, off bridge...
/interface bridge vlan
# vlan 200 not a bridge port
add bridge=bridge tagged="vlan 200" vlan-ids=200
I hope your CCR is not connected to the internet... Use default rules for start.
/ip firewall filter
add action=accept chain=input connection-state=established,related,new
add action=drop chain=input connection-state=invalid
Your DHCP servers should run on VLAN interfaces instead of the physical ports:
/ip dhcp-server
# No IP address on interface
add interface=sfp-sfpplus1 name=server1
# Interface not running
add interface=sfp-sfpplus2 name=server2
# Interface not running
add interface=sfp-sfpplus3 name=server3
# No IP address on interface
add interface=sfp-sfpplus4 name=server4
# Interface not running
add interface=sfp-sfpplus5 name=server5
# Interface not running
add interface=sfp-sfpplus6 name=server6
# Interface not running
add interface=sfp-sfpplus7 name=server7
# Interface not running
add interface=sfp-sfpplus8 name=server8
# Interface not running
add interface=sfp-sfpplus9 name=server9
# Interface not running
add interface=sfp-sfpplus10 name=server10
# Interface not running
add interface=sfp-sfpplus11 name=server11
Remove this:
add address=10.10.200.0/24 interface=bridge network=10.10.200.0
You already assigned that to VLAN200, also you specified subnet address as a host address. Instead of the 10.10.200.0/24 you put 10.10.200.1 for eg.
And repeat for all entries you made:
add address=175.25.10.0/24 interface="Vlan 10" network=175.25.10.0
add address=175.25.20.0/24 interface="vlan 20" network=175.25.20.0
add address=175.25.30.0/24 interface="vlan 30" network=175.25.30.0
add address=175.25.40.0/24 interface="vlan 40" network=175.25.40.0
add address=175.25.50.0/24 interface="vlan 50" network=175.25.50.0
add address=175.25.60.0/24 interface="vlan 60" network=175.25.60.0
add address=175.25.70.0/24 interface="vlan 70" network=175.25.70.0
add address=175.25.80.0/24 interface="vlan 80" network=175.25.80.0
add address=175.25.90.0/24 interface="vlan 90" network=175.25.90.0
add address=175.25.100.0/24 interface="vlan 100" network=175.25.100.0
add address=175.25.110.0/24 interface="vlan 110" network=175.25.110.0
You are also missing dhcp pools. Also why changing default names of the interfaces ? It's confusing to read...