Scenario (Router OS v6.46):
1x MikroTik CHR as SSTP.
1x MikroTik hEX PoE (is connected to MikroTik CHR via SSTP and recieves IP via DHCP-Client)
6x MikroTik wAP ac (each connected to the MikroTik hEX PoE (3x AP on Port 5))
We observe strange behaviour with LLDP where certain connected accesspoints are not listed, which we can not explain. In Neighbor-Discovery on Port 5 we only see 1 AP of the expected 3 AP.
But when i look at the SSTP-Server, i easily see the connected AP in Neighbor-Discovery
Now, when I change ARP mode in "management_vlan" from "enabled" to "proxy-arp" on MikroTik hEX suddenly all AP are visible. This will only last for ~180s, until the Age (s) Threshold is reached. Then the previously missing AP will be missing again.
I am looking for a solution, so that LLDP will work correctly again. Does anyone know why this might occur?
MikroTik hEX PoE Settings:
Code: Select all
/interface bridge
add fast-forward=no name=management_vpn
add comment=defconf name=hotspot_bridge protocol-mode=none
/interface vlan
add interface=hotspot_bridge name=managment_vlan vlan-id=420
/interface bridge port
add bridge=hotspot_bridge interface=ether2
add bridge=hotspot_bridge interface=ether3
add bridge=hotspot_bridge interface=ether4
add bridge=hotspot_bridge interface=ether5
add bridge=management_vpn interface=managment_vlan
/interface list
add comment="contains local interfaces" name=ether
add name=management_discovery
/interface list member
add interface=managment_vlan list=management_discovery
add interface=hotspot_bridge list=management_discovery
/ip neighbor discovery-settings
set discover-interface-list=management_discovery
/interface sstp-client
add connect-to=$RANDOMSSTPSERVER disabled=no name=manangement_sstp password=$RANDOMSSTPPASSWORD profile=vpn user=$RANDOMSSTPUSER
/ppp profile
add bridge=management_vpn name=vpn
/ip dhcp-client
add disabled=no interface=ether1
add add-default-route=no disabled=no interface=management_vpn
Code: Select all
/interface bridge
add auto-mac=no name=bridge
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=wlan1
add bridge=bridge interface=wlan2
/interface vlan
add interface=bridge name=management_vlan vlan-id=420
/ip neighbor discovery-settings print
discover-interface-list: !dynamic
/ip dhcp-client
add add-default-route=no disabled=no interface=management_vlan