I’ve been experiencing performance issues with my CRS354-48P-4S+2Q+RM under a very light load. Only 5-10 clients are connected directly and approx 100 clients are in the local network. My ISP is 500 Mbps. However, the best speed I’ve managed to get on a LAN port is around 250 Mbps. When I connect directly to the gateway router, I get close to the full 500 Mbps, so the issue doesn’t seem to be related to my local network bandwidth consumption. The CPU load during the test peaks at 100%. During normal operation it’s 50-60% with the often ‘management’ service is consuming 20-30% of this.
The setup includes:
6 VLANs
A few basic firewall rules
RTSP and HW offloading enabled
No tunnels
Would appreciate any insights or advice on what might be causing this.
CRS line of devices are switches … by running ROS they can route but at fairly low speed. If running recent versions of ROS v7, certain configurations can offload routing and some firewalling to switch chip, increasing routed throughput a lot. Have a look at documentation: https://help.mikrotik.com/docs/spaces/ROS/pages/62390319/L3+Hardware+Offloading
Agreed, best to seek advice prior to purchase, it should be on top of the MIKROTIK HOME PAGE.
DO NOT BUY< GO STRAIGHT TO FORUM FOR USEFUL INFORMATION< OUR WEBSITE SUCKS
So does this router do the firewalling from the internet that your network requires.
If so, the CRS354 may be ok. (Otherwise as @anav mentioned, a RB5009 in front might be good)
In switch settings, you can enable L3 HW Offload for the switch chip.
Then under switch rules you can add rules to isolate the vlans if required.
(I would use source and destination IP address ranges)
You will need to consider which physical ports the requests from each vlan can come in from.
Perhaps something like:
/interface ethernet switch rule
add comment=“.93.0/24 to .43.0/24 not allowed” dst-address=192.168.43.0/24
mac-protocol=ip new-dst-ports=“” ports=sfp-sfpplus1
src-address=192.168.93.0/24 switch=switch1
add comment=“.43.0/24 to .93.0/24 not allowed” dst-address=192.168.93.0/24
mac-protocol=ip new-dst-ports=“” ports=ether1 src-address=192.168.43.0/24
switch=switch1