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).
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).
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.
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)
/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