I've posted about this problem before and I'm having the same problem that I can't solve.
https://community.extremenetworks.com/extremewireless-wing-230514/ap-7522-client-bridging-isn-t-work...
I've upgraded both APs to 5.9.3
I have set up AP1 with ssid myWireless
I have configured AP2 with the following
- en
- config t
- rf-domain default
- country-code us
- exit
- profile ap7522 default-ap7522
- interface radio 1
- shut
- interface radio 2
- rf-mode bridge
- bridge ssid myWireless
- bridge encryption-type ccmp
- bridge authentication-type none
- bridge wpa-wpa2 psk 0 myWirelessKey
- comm wr
- self
- interface vlan 1
- ip address 192.168.1.82/24
- exit
- ip default-gateway 192.168.1.1
- commit write
When I run "show wireless bridge candidate-ap" it shows "Total number of candidates displayed: 0"
Can anyone help me get this bridging configuration working?
Thank you