Hope you can help. I had this device for almost 3 years.
I understand it is not a Router, But at that time I received it as a gift. CRS112-8G-4S
I always had ADSL 12mbps and now My work installed me 100mbps Fiber. I reconfigure the unit and I only get 22mbps (Speedtest) out of the unit. I have read up on old post (2016), I find the problem that it is the CPU that can't handle the workload as it is configured with Bridging mode. so I read up that I need to change it to master ports and slave ports.
My problem is that with all the new software upgrades the step is not the same. Can someone help me? I really want to use the full speed of my fiber connection fiber.
I have added a picture of the speed test and the load.
Here is the config of my router, I reset it as I thought there is a setting causing the slow speed.
I will really be very happy if someone can help me!
Code: Select all
# aug/30/2019 21:04:29 by RouterOS 6.45.2
# software id = MTWA-VE1M
#
# model = CRS112-8G-4S
#
/interface bridge
add name=Skynet
/interface ethernet
set [ find default-name=ether1 ] comment=Fiber rx-flow-control=on tx-flow-control=on
set [ find default-name=sfp9 ] disabled=yes
set [ find default-name=sfp10 ] disabled=yes
set [ find default-name=sfp11 ] disabled=yes
set [ find default-name=sfp12 ] disabled=yes
/interface list
add name=Wan
add name=Lan
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=Skynet_Pool ranges=10.59.10.50-10.59.10.100
/ip dhcp-server
add address-pool=Skynet_Pool disabled=no interface=Skynet name=server1
/interface bridge port
add bridge=Skynet interface=ether3
add bridge=Skynet interface=ether4
add bridge=Skynet interface=ether5
add bridge=Skynet interface=ether7
add bridge=Skynet interface=ether6
add bridge=Skynet interface=ether8
/ip neighbor discovery-settings
set discover-interface-list=Lan
/interface list member
add interface=ether1 list=Wan
add interface=Skynet list=Lan
/ip address
add address=10.59.10.1/24 interface=Skynet network=10.59.10.0
add address=102.x.x.x/30 disabled=yes interface=ether1 network=102.x.x.x
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=10.59.10.0/24 dns-server=10.59.10.1 gateway=10.59.10.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add disabled=yes distance=1 gateway=102.x.x.x
add distance=1 dst-address=10.59.10.0/24 gateway=Skynet
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh port=2202
set api disabled=yes
set api-ssl disabled=yes
/system identity
set name=SkyNet-MK