Primer paso:
Debemos acceder con Winbox a nuestro router MikroTik:
Segundo paso:
Agregamos las interfaces que aislaremos a una interfaz bridge, nos basamos en el siguiente manual:
Solo cambia en el siguiente apartado de New Bridge Port seleccionamos la opción Hardware Offload:
Tercer paso:
Tecleamos los siguientes comandos para comenzar con la agregación del grupo A de puertos aislados del puerto 2 al 5:
/interface ethernet switch port-isolation
set ether2 forwarding-override=ether3,ether4,ether5
set ether3 forwarding-override=ether2,ether4,ether5
set ether4 forwarding-override=ether2,ether3,ether5
set ether5 forwarding-override=ether2,ether3,ether4
Agregamos el grupo B del puerto 6 al 9:
/interface ethernet switch port-isolation
set ether6 forwarding-override=ether7,ether8,ether9
set ether7 forwarding-override=ether6,ether8,ether9
set ether8 forwarding-override=ether6,ether7,ether9
set ether9 forwarding-override=ether6,ether7,ether8
Con esto finalizamos la configuración de grupos aislados, de esta manera de los puertos 2 al 5 se podran ver pero de puerto 2-5 al 6-9 no se podrán ver.