2 port as switch or other solution

Hello,

First sorry for my bad english.
I’m searching in forum and in google but i’m not found my answer (I found but not working, i’m a noob? probably).

My mikrotik:

I have ether 5 with ip adress, ex: 192.168.1.9, and i want add other ethernet interface for divide trafic between ethernet interface (for not overloading ether5 and use simultaneaous ether 4 and 5 for more speed), ex: ether 4. In this moment i’ve bridge wlan + ether5 with one ip adress to interface bridge (ether 5 + wlan).

How do this?

Thank you for help and sorry for my english :frowning:

Not clear what are you asking for. Can you describe it more precisely what it should be doing?

yes you right my english is bad, sorry.

EX: My lan principal in ether5 and i want link 2 interface in mikro ether5 and ether4, and this 2 interface work simultaneaous (not all traffic pass in ether5 but all traffic pass in 2 interface ether 5 and 4).

It’s possible?

Sorry for my english.

You can put those ethernets into common switch group by setting the same common master port to each of them.

Thanks for help Jarda :slight_smile:.

This solution is this?

Or i’m wrong?

Right. You have switched ether 4 with ether5.

But all trafic pass only on ether 5, please view image:

I’ve ether 5 and wlan in bridge, is not a problem? And ether 4 not ip adress only ether5.

Thanks for help and patience Jarda :slight_smile:

Swap the cables between ether 4 and 5. Should be working the same like before.

Thanks Jarda.

I swap the cable but only ether5 have traffic, is strange but i think my configuration it’s ok.

Do both devices connected to those ports work the same regardless the port they are connected to? If yes then it works as it should.

Yes this work.

But never work simultaneaous? only if ether 5 down, ether 4 take the relay?

No. Expecting there is nothing set in switch menu. Then switched ports seem to the router cpu as one interface. Actually like you would have a 3port switch with those two devices and with the third port connected to the router itself. So. All three devices should see each other and be able to talk wirespeed on layer 2. If works one or other, the cable could be guilty. But I have lost the picture how the situation is actually.

In my switch menu i have this:

I’have do this test:

  • ether 4 and 5 cable connected all traffic pass on ether5
  • unlink ether 5, waiting 20sec, ip affected on ether5 pass to ether 4 (ping ok) and all traffic pass on ether4.
  • back to link ether 5 and all traffic pass to ether 5 and ether 4 not traffic.

And in the ip adresses i have set ip only on ether 5, ether 4 not ip adress. i give ip adresse of my lan on ether4? (ex: ether5 10.10.1.100, ether4 10.10.1.101)

Paste your export here to get full picture of what is set.

I think que you want this:

/interface bridge
add comment=“W clientes e Ether7 as DHCP” name=“Bridge ether7-W clientes”
add comment=“Wlan e ether5 as IP” name=“bridge eth5-wlan”
add name=“test 9 e wifi”

/interface ethernet
set [ find default-name=ether1 ] comment=“Wan VDF 4G”
set [ find default-name=ether2 ] comment=“Wan Fibra Meo”
set [ find default-name=ether3 ] comment=“Vsphere esxi Clientes”
set [ find default-name=ether5 ] comment=“Lan 219”
set [ find default-name=ether7 ] comment=“Lan cliente”

/ip neighbor discovery
set ether1 comment=“Wan VDF 4G”
set ether2 comment=“Wan Fibra Meo”
set ether3 comment=“Vsphere esxi Clientes”
set ether5 comment=“Lan 219”
set ether7 comment=“Lan cliente”
set “Bridge ether7-W clientes” comment=“W clientes e Ether7 as DHCP”
set “bridge eth5-wlan” comment=“Wlan e ether5 as IP”
/interface ethernet
set [ find default-name=ether4 ] comment=“Lan 219” master-port=ether5

/interface bridge port
add bridge=“bridge eth5-wlan” interface=ether5
add bridge=“bridge eth5-wlan” interface=Wlan
add bridge=“Bridge ether7-W clientes” interface=ether7
add bridge=“Bridge ether7-W clientes” interface=“W Clientes”
add bridge=“test 9 e wifi” interface=ether9
add bridge=“test 9 e wifi” interface=“W Teste”

/ip address
add address=192.168.10.10/24 comment=“Wan VDF 4G” interface=ether1 network=
192.168.10.0
add address=219.21.221.201/24 comment=“Lan 219” interface=ether5 network=
219.21.221.0
add address=10.10.1.1/24 comment=“Lan Clientes” interface=
“Bridge ether7-W clientes” network=10.10.1.0
add address=10.10.3.1/24 comment=“Lan Esxi Clientes” interface=ether3
network=10.10.3.0
add address=10.10.4.1/24 comment=“Wifi Teste” disabled=yes interface=
“W Teste” network=10.10.4.0
add address=10.10.5.1/24 comment=“Wifi Visitas” interface=“W Visitas”
network=10.10.5.0
add address=192.168.1.100/24 comment=“Wan Fibra” interface=ether2 network=
192.168.1.0
add address=10.10.2.9/24 interface=“test 9 e wifi” network=10.10.2.0

/ip firewall nat
add action=masquerade chain=srcnat comment=“Internet VDF 4G” log-prefix=“”
out-interface=ether1
add action=masquerade chain=srcnat comment=“Bridge para ter rede na Wlan”
log-prefix=“” out-interface=“bridge eth5-wlan”
add action=masquerade chain=srcnat comment=“Vsphere Esxi” log-prefix=“”
out-interface=ether3
add action=masquerade chain=srcnat comment=“Internet Fibra” log-prefix=“”
out-interface=ether2

i’m not paste all because i think not necesary? Or you want all?