Page 1 of 1

Mikrotik Port Isolation

Posted: Fri Jan 05, 2018 4:33 pm
by fxwireless
I'm using firmware version 6.39.

I followed the guide below;

https://wiki.mikrotik.com/wiki/Manual:C ... #Isolation

My config pasted below;

/interface ethernet
set [ find default-name=sfp1 ] master-port=combo1
set [ find default-name=sfp2 ] master-port=combo1
set [ find default-name=sfp3 ] master-port=combo1
set [ find default-name=sfp4 ] master-port=combo1
set [ find default-name=sfp5 ] master-port=combo1

Still sfp-1 talks to sfp-2-5 instead of only combo1

Could someone help me understand what I'm doing wrong.

Regards,

fxwireless

Re: Mikrotik Port Isolation

Posted: Fri Jan 05, 2018 4:50 pm
by pe1chl
You did not configure what is indicated on that manual page!
That is only the starting point for further configuration explained on that page.

Re: Mikrotik Port Isolation

Posted: Fri Jan 05, 2018 6:16 pm
by fxwireless
Thanks.

Resolved.

Re: Mikrotik Port Isolation

Posted: Sat Jan 06, 2018 12:49 am
by nichky
new v has many things

Re: Mikrotik Port Isolation

Posted: Sat Jan 06, 2018 10:25 am
by fxwireless
Okay so I do the same thing on CAS226-24G it stops responding as soon as I put the port isolation rule.

Cant connect via IP or Mac.

Here below are the rules;

/interface ethernet
set ether1 master-port=sfp-plus1
set ether2 master-port=sfp-plus1
set ether3 master-port=spf-plus1
set ether4 master-port=spf-plus1
set ether5 master-port=spf-plus1

/interface ethernet switch port
set sfp-plus1 isolation-leakage-profile-override=0

set ether1 isolation-leakage-profile-override=1
set ether2 isolation-leakage-profile-override=1
set ether3 isolation-leakage-profile-override=1
set ether4 isolation-leakage-profile-override=1
set ether5 isolation-leakage-profile-override=1


/interface ethernet switch port-isolation
add port-profile=1 ports=spf-plus1 type=dst [Once I put this rule it stops working]

The same rules worked just fine on the CRS106-1C-5S


Regards,

fxwireless.