I’m attempting to connect a cAP ap to a CSS326. The CSS port connected to the ap is configured as VLAN 1, strict, only-tagged. The ap config is as below however traffic doesn’t flow. Without the VLAN config, it seems to work fine. What am I missing?
/interface bridge
add name=bridge1 priority=0x8001
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=auto mode=ap-bridge ssid=MikroTik
set [ find default-name=wlan2 ] ssid=MikroTik
/interface vlan
add interface=bridge1 name=vlan1 vlan-id=1
/interface ethernet switch port
set 0 vlan-header=add-if-missing vlan-mode=secure
set 2 vlan-mode=secure
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=SomePassword
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=vlan1
/interface bridge vlan
add bridge=bridge1 tagged=ether1 untagged=wlan1,vlan1 vlan-ids=1
/interface ethernet switch vlan
add independent-learning=no ports=ether1,switch1-cpu switch=switch1 vlan-id=1
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=vlan1
/system clock
set time-zone-name=America/Chicago