Hello, we have decided to standardize all home APs that our WISP customers use. We are stil evaluating options between everything listed here https://mikrotik.com/products/group/wireless-for-home-and-office but are leaning towards hAP (RB951Ui-2nD) as base model and cAP ac (RBcAPGi-5acD2nD) as advanced model for customers who want to pay for better model. Device will be configured in bridge mode, since routering/NATing is done on roof device (integrated antena/router). Router has to support PoE out to power roof device. Internet speeds that customers get are mostly 10-20 Mbps, so wireless speed would never be bottleneck for internet speed, but I want to make sure to choose the best model for wireless coverage since this is rural area and most of our customers live in houses.
If I understand correctly, most of those devices listed on the link have similar range/coverage and same or similar antenna gain, so there is little difference in coverage area between the models. Which models would you recommend for this scenario? We are looking for one cheaper base model that customers get for free, and one advanced option that they can pay the price difference for if they want.
Also, I’m working on creating best standardized config for this scenario. Currently I have the following config defined. Not sure about including the fasttrack, since I have never used it, so I would really appreciate if someone could help me with expanding the config in best possible way.
/interface bridge add name=bridge
/interface bridge port add bridge=bridge interface=all
/ip address add address=192.168.1.2/24 interface=bridge network=192.168.1.0
/ip dns set servers=X.X.X.X,X.X.X.X
/ip route add distance=1 gateway=192.168.1.1
/interface wireless set [ find default-name=wlan1 ] antenna-gain=2 band=2ghz-g/n channel-width=20/40mhz-Ce country=croatia disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain installation=indoor mode=ap-bridge ssid=XXXXXX wireless-protocol=802.11 wps-mode=disabled security-profile=default
/interface wireless security-profiles set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys wpa-pre-shared-key=XXXXXX wpa2-pre-shared-key=XXXXXX
/snmp set contact=XXXXXX@XXXX.XX location=XXXXXX enabled=yes
/tool graphing interface add
/tool graphing queue add
/tool graphing resource add
/system package update set channel=long-term
/system clock set time-zone-name=Europe/Zagreb
/system ntp client set primary-ntp=X.X.X.X secondary-ntp=X.X.X.X enabled=yes
/user set [ find name=admin ] password=XXXXXX
We will use autoconfiguration system (either TR-069 or custom solution, still evaluating pros and cons) for mass config and software updates.