Hi, I am configuring these antennas (RBcAPGi-5acD2nD) under a CAPsMan and I need to implement on the ports of VLANs.
Let me explain, I have a Capman that creates me 3 wifi networks, in local forwarding, (Management, Office, Guests) correspondingly:
Management network: local network,
Office network: vlan 11,
Guests Network: vlan 13
The antenna, in port 2 (ether 2) must tag VLAN 15 and untagging VLAN 14.
All networks arrived tagged in port 1 (eth 1) except management which is in local dhcp.
My problem is that the Office and Guest WiFi networks are not working, when I try to connect to the Wifi network it does not give me the IP address.
This is the configuration:
/interface bridge
add mtu=1500 name=bridge-trunk protocol-mode=none vlan-filtering=yes
/interface wireless
managed by CAPsMAN
channel: 2442/20-eC/gn(28dBm), SSID: SSID , local forwarding
set [ find default-name=wlan1 ] disabled=no ssid=MikroTik station-roaming=
enabled
managed by CAPsMAN
channel: 5520/20-Ceee/ac/DP(24dBm), SSID: Another SSID, local forwarding
set [ find default-name=wlan2 ] disabled=no ssid=MikroTik station-roaming=
enabled
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas
sword,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=bridge-trunk interface=ether1
add bridge=bridge-trunk interface=ether2 pvid=14
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface bridge vlan
add bridge=bridge-trunk tagged=ether1 untagged=ether2 vlan-ids=14
add bridge=bridge-trunk tagged=ether1,ether2 vlan-ids=15
/interface wireless cap
set bridge=bridge-trunk caps-man-addresses=172.27.0.50 certificate=
Certificate enabled=yes interfaces=wlan1,wlan2 lock-to-caps-man=yes
/ip dhcp-client
add disabled=no interface=bridge-trunk
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
I would like to understand if my configuration is correct and possibly it is an external problem maybe that dhcp is not coming in the vlan