hi there,
recently i do my lab with CRS2xx and found that as soon as bridge horizon used then hardware offload for the mentioned port become deactived.
the switch used is CRS326-24G-2S+ with ROS v6.47.10
is it bug or anything else ?
hi there,
recently i do my lab with CRS2xx and found that as soon as bridge horizon used then hardware offload for the mentioned port become deactived.
the switch used is CRS326-24G-2S+ with ROS v6.47.10
is it bug or anything else ?
https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge#Port_Settings
Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. > Split horizon is a software feature that disables hardware offloading.
yeah.. i just found on wiki page as well. https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge
Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading.
thank you