Configure Cisco wap 371ak9 with Mikrotik RB1100

Hello.

I’m new to mikrotik so pardon my silly question but I just bought my first RB1100 router and I want to connect my two cisco wap 371ak9. I did all the initial configuration on both devices but for some reason the still can’t get the Cisco aps to get internet access. I think when I connect wirelease to the aps I am not getting any ip address from the mikrotik router. Can someone please advise what should I do.

Thanks

Can you advise what ports you connecting the AP’s to the 1100. Also post export of config from RB1100

The mikrotik is not with me now but her is the config:
Port 1 is the wan port.
Port 2 till 13 bridged together and a dhcp is enabled on them 192.168.1.0/24
And the aps have a static IPs that are 192.168.1.245 and 192.168.1.246

Here is the configuration:

feb/25/2017 18:51:10 system,error,critical login failure for user root from 78.21
2.173.62 via ssh
feb/25/2017 18:51:10 system,error,critical login failure for user root from 78.21
2.173.62 via ssh
feb/25/2017 19:18:14 system,error,critical login failure for user root from 186.1
78.28.143 via ssh
feb/25/2017 19:18:14 system,error,critical login failure for user root from 186.1
78.28.143 via ssh
feb/25/2017 19:18:15 system,error,critical login failure for user root from 186.1
78.28.143 via ssh
feb/25/2017 19:18:15 system,error,critical login failure for user root from 186.1
78.28.143 via ssh
feb/25/2017 19:18:15 system,error,critical login failure for user root from 186.1
78.28.143 via ssh
feb/25/2017 19:18:15 system,error,critical login failure for user root from 186.1
78.28.143 via ssh

[admin@MikroTik] > export compact

feb/25/2017 19:45:47 by RouterOS 6.35.4

software id = PZ5T-NR90

/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether6 ] name=ether6-LAN
set [ find default-name=ether12 ] name=ether12-WIFI2
set [ find default-name=ether13 ] name=ether13-WIFI1
/ip pool
add name=dhcp_pool1 ranges=192.168.1.10-192.168.1.200
add name=dhcp_pool2 ranges=192.168.2.2-192.168.2.254
add name=dhcp_pool3 ranges=192.168.3.2-192.168.3.254
add name=dhcp_pool4 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool5 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool6 ranges=192.168.1.2-192.168.1.254
add name=dhcp ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool8 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool9 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool10 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool11 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool12 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool13 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool14 ranges=192.168.1.50-192.168.1.200
add name=dhcp_pool15 ranges=192.168.1.50-192.168.1.200
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool11 disabled=no interface=bridge1
lease-time=1d10m name=dhcp1
add add-arp=yes address-pool=dhcp_pool14 interface=ether12-WIFI2 lease-time=
1d10m name=dhcp2
add add-arp=yes address-pool=dhcp_pool15 interface=ether13-WIFI1 lease-time=
1d10m name=dhcp7
/queue simple
add name=queue1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6-LAN
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=ether11
add bridge=bridge1 interface=ether12-WIFI2
add bridge=bridge1 interface=ether13-WIFI1
/ip address
add address=89.249.222.218/29 interface=ether1-WAN network=89.249.222.216
add address=192.168.1.1/24 interface=ether6-LAN network=192.168.1.0
add address=192.168.1.1/24 disabled=yes interface=ether13-WIFI1 network=
192.168.1.0
add address=192.168.1.1/24 disabled=yes interface=ether12-WIFI2 network=
192.168.1.0
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=10.249.209.101 gateway=192.168.1.1
/ip dns
set servers=10.249.209.101,10.249.209.102
/ip firewall address-list
add address=192.168.1.10 list=InternetClients
add address=192.168.1.11 list=InternetClients
add address=192.168.1.12 list=InternetClients
add address=192.168.1.20 list=NoInternet
/ip firewall filter
add action=drop chain=input disabled=yes dst-port=53 in-interface=ether1-WAN
protocol=udp
add action=drop chain=forward content=facebook.com disabled=yes
src-address-list=InternetClients
add action=drop chain=forward disabled=yes src-address-list=NoInternet
/ip firewall nat
add action=masquerade chain=srcnat
/ip route
add distance=1 gateway=89.249.222.217
/system clock
set time-zone-name=Asia/Beirut
/system routerboard settings
set protected-routerboot=disabled
[admin@MikroTik] >

looking at your config there is one big issue standing out. you have mutiple dhcp pools and dhcp servers all operating in the same bride. I would suggest removing them all and creating 1 that covers what you are wanting to do. Second thing. Once you have completed the changes plug a computer into the port you Waps connect to and ensure you get a dhcp address. that way you know your router config is working.