Hi,
I have a question regards to my configuration.
What is wrong with this particular case.
The problem appears when I’m trying to connect to devices connected directly to Mikrotik switch by the wifi.
Everything works when I’m connected by the cable to Mikrotik port.
On the ARP table host status is “incomplete”.
Did you have any idea what is could be wrong or what should I set?
I’ll appreciate.
My config:
############ interface ##############
/interface ethernet
set [ find default-name=ether2 ] comment=TRUNC speed=1Gbps
set [ find default-name=ether3 ] comment=APPLETV master-port=ether2
set [ find default-name=ether4 ] auto-negotiation=no comment=YAMAHA
mac-address=00:0C:42:B0:5B:A0 master-port=ether2
set [ find default-name=ether5 ] comment=TV mac-address=00:0C:42:B0:5B:A1
master-port=ether2
set [ find default-name=ether6 ] comment=WALL
############ switch ###################
/interface ethernet switch port
set 2 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure
set 3 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure
set 4 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure
set 5 default-vlan-id=30 vlan-header=always-strip
set 6 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure
/interface ethernet switch vlan
add ports=switch2-cpu,ether2 switch=switch2 vlan-id=50
add ports=ether2,ether3,ether4,ether5,switch2-cpu switch=switch2 vlan-id=30
add ports=switch2-cpu,ether2 switch=switch2 vlan-id=10
add ports=ether6,ether7,ether8,ether9 switch=switch1 vlan-id=10
add ports=ether6,switch1-cpu switch=switch1 vlan-id=30
############ wireless #####################
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1,2 band=2ghz-b/g/n
channel-width=20/40mhz-Ce disabled=no distance=indoors frequency=2422
ht-supported-mcs=“mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mc
s-9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15” l2mtu=1600 mode=ap-bridge
rx-chains=0,1,2 security-profile=stylenet ssid=stylenet tx-chains=0,1,2
vlan-id=30 vlan-mode=use-tag wireless-protocol=802.11
/interface vlan
add disabled=yes interface=ether6 name=VLAN10_SW1 vlan-id=10
add interface=ether2 l2mtu=1516 name=VLAN10_SW2 vlan-id=10
add interface=ether6 l2mtu=1516 name=VLAN30_SW1 vlan-id=30
add interface=ether2 l2mtu=1516 name=VLAN30_SW2 vlan-id=30
add interface=wlan1 l2mtu=1596 name=VLAN30_WLAN1 vlan-id=30
add disabled=yes interface=ether6 name=VLAN50_SW1 vlan-id=50
add interface=ether2 l2mtu=1516 name=VLAN50_SW2 vlan-id=50
############ bridge ##############
/interface bridge
add admin-mac=D4:CA:6D:A3:40:50 name=BR_30bled=yes mac-protocol=vlan vlan-id=30
/interface bridge port
add bridge=BR_30 interface=VLAN50_SW2
add bridge=BR_30 disabled=yes interface=VLAN10_SW2
add bridge=BR_30 disabled=yes interface=ether2
add bridge=BR_30 interface=VLAN30_WLAN1
add bridge=BR_30 interface=VLAN30_SW2
add bridge=BR_30 interface=VLAN30_SW1
/interface bridge port
add bridge=BR_30 interface=VLAN50_SW2
add bridge=BR_30 disabled=yes interface=VLAN10_SW2
add bridge=BR_30 disabled=yes interface=ether2
add bridge=BR_30 interface=VLAN30_WLAN1
add bridge=BR_30 interface=VLAN30_SW2
add bridge=BR_30 interface=VLAN30_SW1
/ip address
add address=172.20.50.254/24 interface=VLAN50_SW2 network=172.20.50.0
/ip route
add distance=1 gateway=172.20.50.1