I am having a similar problem. I am new to Mikrotik so I would appreciate some guidance on my config. I did enable Fast Path which improved speed a little, but i am still only at about 40% of my ISP speed. With FastTrack disabled I am at about 25%. When I set the router to be in Bridged mode, I get 100% of the speed. Let me know if you need any more detail and thanks in advance for your help here!
SFP 1 is my ISP Fiber ONT
SFP 2 and 3 are used.
SFP 4-7 are not used.
SPF8 is a wireless access point.
# aug/03/2025 19:48:32 by RouterOS 6.49.19
# software id = D6B7-USIA
#
# model = CRS309-1G-8S+
# serial number = ###########
/interface bridge
add admin-mac=##:##:##:##:##:## auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] advertise=2500M-full
set [ find default-name=sfp-sfpplus2 ] advertise=10000M-full
set [ find default-name=sfp-sfpplus3 ] advertise=1000M-half,1000M-full
set [ find default-name=sfp-sfpplus4 ] advertise="10M-half,10M-full,100M-half,\
100M-full,1000M-half,1000M-full,2500M-full,5000M-full,10000M-full"
set [ find default-name=sfp-sfpplus5 ] advertise="10M-half,10M-full,100M-half,\
100M-full,1000M-half,1000M-full,2500M-full,5000M-full,10000M-full"
set [ find default-name=sfp-sfpplus6 ] advertise="10M-half,10M-full,100M-half,\
100M-full,1000M-half,1000M-full,2500M-full,5000M-full,10000M-full"
set [ find default-name=sfp-sfpplus7 ] advertise="10M-half,10M-full,100M-half,\
100M-full,1000M-half,1000M-full,2500M-full,5000M-full,10000M-full"
set [ find default-name=sfp-sfpplus8 ] advertise=2500M-full
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=dhcp1
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=sfp-sfpplus2
add bridge=bridge comment=defconf interface=sfp-sfpplus3
add bridge=bridge comment=defconf interface=sfp-sfpplus4
add bridge=bridge comment=defconf interface=sfp-sfpplus5
add bridge=bridge comment=defconf interface=sfp-sfpplus6
add bridge=bridge comment=defconf interface=sfp-sfpplus7
add bridge=bridge comment=defconf interface=sfp-sfpplus8
/ip settings
set allow-fast-path=no
/interface list member
add interface=sfp-sfpplus1 list=WAN
add interface=bridge list=LAN
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-client
add disabled=no interface=sfp-sfpplus1
/ip dhcp-server lease
add address=192.168.88.2 client-id=1:a0:36:9e:15:81:ed mac-address=\
A0:36:9E:15:81:ED server=dhcp1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=1.1.1.1,8.8.8.8 gateway=192.168.88.1 \
netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related
add action=accept chain=forward connection-state=established,related
add action=accept chain=input in-interface-list=LAN src-address=\
192.168.88.0/24
add action=drop chain=input in-interface-list=!LAN
add action=fasttrack-connection chain=forward connection-state=\
established,related
add action=accept chain=forward connection-state=established,related
/ip firewall mangle
add action=change-mss chain=forward new-mss=clamp-to-pmtu protocol=tcp \
tcp-flags=syn
add action=change-mss chain=forward new-mss=clamp-to-pmtu protocol=tcp \
tcp-flags=syn
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/ip service
set telnet disabled=yes
set ssh disabled=yes
/system clock
set time-zone-name=America/New_York
/system routerboard settings
set boot-os=router-os