Hello.
I have multi vendor network and using VLANs.Trying move WiFi network from Unifi to CAPs. I have untagged MGMT vlan for accessing APs and multiple tagged VLANs for WiFi clients. I’ve deployed most of CAP ac that connected to Cisco switches, and they are works fine. But, when I tryed to disconnect Unifi (that works fine) from CRS112 and connect CAP ac to the same port it not appeared in CAPsMAN. No one in the same VLAN can see it in “Neighbours”. I can see that MAC address of CAP ac appears in CRS112 FDB. But nothing more happened and I didnt see that MAC on other network devices. If I connect CAPac to Cisco switch all works fine.
CAPac in CAPs mode. No changes.
# 1970-04-12 02:20:31 by RouterOS 7.11
# software id = UMES-ZX6D
#
# model = RBcAPGi-5acD2nD
/interface bridge
add admin-mac=48:A9:8A:XX:XX:XX auto-mac=no comment=defconf name=bridgeLocal
/interface bridge port
add bridge=bridgeLocal comment=defconf ingress-filtering=no interface=ether1
add bridge=bridgeLocal comment=defconf ingress-filtering=no interface=ether2
/interface wireless cap
#
set bridge=bridgeLocal discovery-interfaces=bridgeLocal enabled=yes interfaces=wlan1,wlan2
CRS112
# 2023-11-23 00:20:56 by RouterOS 7.12.1
# software id = 1IZU-P7VL
#
# model = CRS112-8P-4S
/interface vlan
add comment="Management VLAN" interface=bridge name=VLAN11 vlan-id=11
/interface ethernet switch
set forward-unknown-vlan=no
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether1
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
add bridge=bridge comment=defconf ingress-filtering=no interface=ether6
add bridge=bridge comment=defconf ingress-filtering=no interface=ether7
add bridge=bridge comment=defconf ingress-filtering=no interface=ether8
/interface ethernet switch egress-vlan-tag
add comment=HS tagged-ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=9
add comment=MGMT tagged-ports=switch1-cpu,ether1 vlan-id=11
add comment=WS1 tagged-ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=100
add comment=WS2 tagged-ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=101
add comment=WS3 tagged-ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=102
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=11 ports=ether2,ether3,ether5,ether4,ether6,ether7,ether8
/interface ethernet switch vlan
add ports=ether1,ether6 vlan-id=1
add comment=HS ports=ether1,ether2,ether3,ether5,ether6,ether7,ether8 vlan-id=9
add comment=MGMT ports=switch1-cpu,ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=11
add comment=WS1 ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=100
add comment=WS2 ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=101
add comment=WS3 ports=ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-id=102
Plese help me to solve that issue.