I have been using two engenius EAP1300's, one hAP ax2 and one hAP ac2. These latter are used for special purposes not general wifi. I also had a OpenWRT running on a Linksys 1900, that I needed to replace.
I bought a CAP ax gen6 expecting its performance to be good.
I got it configured and was underwhelmed, signal strength was mediocre and speed was as well, so I did a head to head test, putting it and an engenius in exactly the same place and testing with a laptop and cell pone about 40' away.
At 5ghz the CAP had better receiption (-74 vs -85dBm) and similar transmit (-75 vs -73dBm at my cell phone), this was despite the CAP running 24mw (defaulting) and the EAP running 20mw. But the speed difference was weird -- the CAP was 51 down and 93 up, the EAP was 125 down and 47 up (wired speed is 946/948 so not firewall or ips limited).
The EAP's are really old and low end. I was expecting significantly better performance from the CAP.
I put the Linksys there and tried again, got -72 / -83, but 244 down and 94 up.
Is there anything I may be simply missing? These really old, mediocre AP's should not be doing better than the CAP?
The CAP has firmware 7.14.2, and pretty much everything disabled except the AP functions. Below are what I think are the relevant portions of the config. Ethernet 2 is not plugged in yet. The upstream switch is the same one I can test at 1gbs speeds and same port configuration.
Am I missing anything? Does the config look correct?
Linwood
/interface bridge
add admin-mac=xx auto-mac=no comment=defconf name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan1 vlan-id=1
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk connect-priority=0 disabled=no name=GuestPSK wps=disable
add authentication-types=wpa2-psk,wpa3-psk connect-priority=0 disabled=no name=InternalPSK wps=disable
/interface wifi
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz configuration.country="United States" .mode=ap .ssid=Reboot2 disabled=no name=Reboot-2 security=InternalPSK security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0 .ft=yes .ft-over-ds=yes
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration.country="United States" .mode=ap .ssid=Reboot5 disabled=no name=Reboot-5 security=InternalPSK security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0 .ft=yes .ft-over-ds=yes
add configuration.mode=ap .ssid=RebootGuest2 disabled=no mac-address=xx master-interface=Reboot-2 name=Guest-2 security=GuestPSK security.connect-priority=0
add configuration.mode=ap .ssid=RebootGuest5 disabled=no mac-address=xx master-interface=Reboot-5 name=Guest-5 security=GuestPSK security.connect-priority=0
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf frame-types=admit-only-untagged-and-priority-tagged interface=Reboot-5
add bridge=bridge comment=defconf frame-types=admit-only-untagged-and-priority-tagged interface=Reboot-2
add bridge=bridge comment="hybrid port" interface=ether1
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged interface=Guest-2 pvid=134
add bridge=bridge frame-types=admit-only-untagged-and-priority-tagged interface=Guest-5 pvid=134
/interface bridge vlan
add bridge=bridge tagged=bridge untagged=Reboot-2,Reboot-5,ether1,ether2 vlan-ids=1
add bridge=bridge tagged=ether1,ether2 untagged=Guest-2,Guest-5 vlan-ids=134
/ip address
add address=192.168.130.214/24 comment=defconf interface=vlan1 network=192.168.130.0