throughput miss match

Hey all,

I am so sorry to have to ask this and i really feel like a noob! However I have hit a wall with this one! When I direct connect to my cable modem using a USB-c to Ethernet adapter I get about 330mbps down and 23ish up. When I do the same speedtest using CRS125-24G-1S-RM in between I only ever see about 120mbps. I have very simple firewall rules setup and the CPU never gets above 52% when doing the test. What am I over looking??

[clintj@MikroTik] > /export

jul/04/2017 16:28:43 by RouterOS 6.39.2

software id = WK8X-02GJ

/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] comment="WLAN Connection" mac-address=A0:CE:C8:0C:10:61
set [ find default-name=ether3 ] comment="VM server"
set [ find default-name=ether7 ] comment="Office Connection"
set [ find default-name=ether2 ] master-port=ether24
set [ find default-name=ether6 ] comment=NAS01 master-port=ether24
set [ find default-name=ether21 ] comment="First Floor AP" master-port=ether24
set [ find default-name=ether22 ] comment="2nd floor ap" master-port=ether24
/ip pool
add name=dhcp ranges=10.0.1.100-10.0.1.240
add name=dhcp_pool1 ranges=10.0.1.100-10.0.1.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether24
/ip address
add address=10.0.1.1/24 interface=bridge1 network=10.0.1.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server lease
add address=10.0.1.2 mac-address=00:1F:33:EB:14:D8
add address=10.0.1.3 mac-address=B8:27:EB:62:E1:04
add address=10.0.1.10 mac-address=CC:AF:78:02:F0:58
add address=10.0.1.20 mac-address=00:0C:29:B8:48:86
add address=10.0.1.21 mac-address=A4:2B:B0:BE:C5:D6
add address=10.0.1.22 mac-address=00:0C:29:0D:F5:66
add address=10.0.1.25 mac-address=00:0C:29:4D:97:90
add address=10.0.1.26 mac-address=00:0C:29:85:7A:F0
add address=10.0.1.30 mac-address=E4:8D:8C:6B:8E:17
add address=10.0.1.31 mac-address=E4:8D:8C:6B:8E:5A
/ip dhcp-server network
add address=10.0.1.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.0.1.1 netmask=24
/ip firewall filter
add action=drop chain=input comment="Drop Invalid Connections" connection-state=invalid
add action=accept chain=input comment="Allow Estabished Connections" connection-state=established
add action=accept chain=input comment="Allow ICMP" protocol=icmp
add action=accept chain=input in-interface=!ether1 src-address=10.0.1.0/24
add action=drop chain=input comment="Drop everything else"
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
add action=dst-nat chain=dstnat comment=Plex-tcp dst-port=32400 in-interface=ether1 protocol=tcp to-addresses=
10.0.1.20 to-ports=32400
add action=dst-nat chain=dstnat comment=Plex-udp dst-port=32400 in-interface=ether1 protocol=udp to-addresses=
10.0.1.20 to-ports=32400
/ipv6 dhcp-client
add add-default-route=yes disabled=yes interface=ether1 request=address
/system clock
set time-zone-name=America/Chicago


Any ideas Or did I post this in the wrong location in the forums?

CRS series are a switch with some L3 capability. I doubt you will ever get it much above 150Mb even with a lot of tweaking, sorry but you have the wrong device for your needs. An RB2011 or better a 3011 would have been better.

Fastrack seems not to be setup

Thanks! that seemed to do it!
Capture.PNG

I genuinely wouldn’t be able to leave it like that. I’d want the full 330! Why pay for the speed and give it away?

Then you would need something like a RB1100AHx4, RB3011 or CCR1009.
Unfortunately, the CRS series, while attractive because it has many switchports and even WiFi, is unsuitable as a router on such a fast line.