Hi,
I am fighting with this switch whole week. I am new to mikrotik but I think that there is something wrong with my SW.
Default configuration: all ports in one bridge and IP 192.168.88.1 assigned to bridge.
The problem is that only 192.168.88.0/24 can communicate thru the SW. I connected 2 PCs and assign them IP 192.168.11.2 and 192.168.11.3 ping ends with time out. I don’t know why if this is just L2 switch it should SW based on MAC and not checking L3 layer.
It’s not “just L2 switch”, but also a router at the same time.
Not a powerful one, so when it routes instead of switching, you see a huge performance drop.
Keep that in mind configuring your network.
I know that it can be configured as router, but if you look at the links my configuration is only as l2 switch no routing no fw no vlans and still if i copy file from computers in same subnet so routing is not required I got this performance drop. It looks like for some reason it is hitting cpu but I dont know why
What is even more strange when bridge ip is 192.168.88.1 and all test pc are in this subnet all is good speed is 110MB/s and cpu is 9% when I change bridge ip and test pc to something else i got this performance drop and cpu utilisation.
SW restarted several times it did not help. When I change IP of bridge back to factory default 192.168.88.1/24 and switch both PCs to this subnet speed immediately change from 40 to 110 MB/s and CPU utilization goes down to 9% …
Here is my configuration nothing changed from default except last line when I change it to:
Lack of configuration to properly route the traffic doesn’t mean that it won’t try to do so anyway.
And that is why you have no connection when CRS subnet ≠ PC’s subnet.
Can’t say, why moving all the devices to .11. subnet still makes CRS to route instead of switching.
First of all you can try to add a firewall rule dropping everything in forward chain, to completely disable any possible L3 communication between PCs.
Then you can check the configuration on the PC’s, to be sure, that you don’t specify CRS as default gateway.
But no matter what you will find, your initial network layout with two different subnets coexisting in one broadcast domain is not a proper one.
thank you man
based on your tips I found static route to 192.168.11.0 on one computer probably from some previous testing after route removed everything working fine.
So no strange issue on Mikrotik but my fault I was too concentrate on Mikrotik and forgot to check testing computers.
Now when it is working I will start with VLANs to divide broadcast domains.