09-21-2025 12:44 PM
Hello Dear
i have controller 9800-40 dont discover APs 9176 ?
anyone here faced same problem ?
Solved! Go to Solution.
09-29-2025 02:43 AM
still same issue
ip dhcp pool AA
network 172.18.250.0 255.255.255.0
option 43 hex f305.ac10.fac8.02
dns-server 172.18.250.200
lease infinite
09-29-2025 02:45 AM - edited 09-29-2025 03:53 AM
@Eng.AD27 wrote:option 43 hex f305.ac10.fac8.02
This syntax is incorrect.
09-29-2025 02:46 AM
which one correct ?
09-29-2025 03:49 AM - edited 09-29-2025 03:52 AM
Oh wait. This is Fast Offline Migration.
09-29-2025 09:34 AM
- @Eng.AD27 Have a try by leaving the dots out in the 'option 43 hex....' directive.
the DHCP server might accept it, but the AP won't be able to parse it correctly —
leading to the "no WLC IP in DHCP option 43" error you're seeing.
Also add a domain-name , coming down too :
ip dhcp pool AA
network 172.18.250.0 255.255.255.0
option 43 hex f305ac10fac802
dns-server 172.18.250.200
domain-name example.local
lease infinite
M.
09-29-2025 01:41 AM
> WLC assign the ips but the AP didn't receive IPs
That doesn't make sense - if the DHCP server shows them allocated that means the AP requested the IP!
| [2025-09-29 07:51:23.495] [offline-migration][v4] no WLC IP in DHCP option 43 <- option 43 missing from DHCP reply
| [2025-09-29 07:51:23.495] [offline-migration][v4] missing DNS config (server and/or domain) <- DNS config missing in DHCP
It's clear from those logs that your DHCP is not configured correctly - no DNS config and no option 43 configured for WLC discovery. Refer to the link in my previous reply for the new option 43 configuration.
09-29-2025 02:45 AM
still same issue
still same issue
ip dhcp pool AA
network 172.18.250.0 255.255.255.0
option 43 hex f305.ac10.fac8.02
dns-server 172.18.250.200
lease infinite
09-29-2025 04:11 AM
- @Eng.AD27 - Did you restart the DHCP server after making changes ?
+ Check the logs on the intended DHCP server and make sure a DHCP request is coming in
from the CW9176 access point.
+ What is the access point doing if you wait longer then 8 minutes ?
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide