09-30-2021 12:39 AM
Hello Experts,
I am testing Cisco 9800 series WLC with software version 17.3.3, 9115 AP is in local mode.
Issue: When I am using external DHCP server , also added the ip helper address command on upstream switch then all clients stuck in IP learn state.
If I use internal DHCP server then it working.
What could be the issue ?
Thanks
Solved! Go to Solution.
09-30-2021 10:37 PM - edited 09-30-2021 11:18 PM
did you try to upgrade the software to 17.6 and try again
09-30-2021 11:32 PM
I think you can go confirm the below;
Make sure that the Layer 2 vlans are create
!
vlan 180-195,172
!
If there is any SVI's for user VLAN's delete them, unless you need mdns or dhcp relay you really dont need any SVI's for user vlans.In the upstream switch configure the IP helper address under the interface.
!
Most importantly as @JPavonM mentioned please check the PCAP, if the upstream switch is IOS-XE you can run it in the switch itself, if not you may have to use SPAN. Alternatively you can use PCAP feature in 9800 (not AP PCAP).
!
Also make sure that no DHCP server IP address is configured under the policy profile. And use the VLAN ID is configured under the policy profile.
09-30-2021 12:58 AM
Is the WLC you are testing is a physical WLC or virtual? Did you check whether the DHCP discover messages are received by the upstream switch? You may do a PCAP or a debug if possible to check. Also post the upstream switchport config to the WLC (do not use any native VLANs)
09-30-2021 01:58 AM
Its a physical WLC and no native vlan configured.
Here is the config:
interface Port-channel3
description *** WLAN2 ***
switchport trunk allowed vlan 180-195,172
switchport mode trunk
ip dhcp snooping trust
!
interface GigabitEthernet1/0/4
description *** WLAN2, Port0 ***
switchport trunk allowed vlan 180-195,172
switchport mode trunk
channel-group 3 mode active
ip dhcp snooping trust
!
interface GigabitEthernet2/0/4
description *** WLAN2, Port1 ***
switchport trunk allowed vlan 180-195,172
switchport mode trunk
channel-group 3 mode active
ip dhcp snooping trust
Thanks !
09-30-2021 03:30 AM
Did you try disabling IP DHCP snooping for the Wireless VLAN's. (not adding ip dhcp snooping trust, remove VLAN's from ip dhcp snooping) Also if you have ARP inspection disable that as well for the wireless VLANs. Also check on the switch logs and if possible run a debug or PCAP to see DHCP discover packets from the client is hitting the Gateway.
09-30-2021 04:59 AM
disabled both (DHCP snooping & ARP inspection)...still same issue
09-30-2021 01:05 AM
- You may have some radioactive-trace (client debugging) . which you can let analyze with :
https://cway.cisco.com/tools/WirelessDebugAnalyzer/
M.
09-30-2021 01:12 AM
Disable IPv4 DHCP Required and try again!
09-30-2021 02:01 AM
Yes I did try but still not successful.
09-30-2021 03:22 AM - edited 09-30-2021 03:28 AM
I tested in my lab and it worked for me .
Please do these and test again:
1. Uncheck the box for IPv4 DHCP Required
2. Enter the correct DHCP server IP Address
if still not working then save the config and reboot WLC.
09-30-2021 05:02 AM
NO its not working.
06-07-2023 01:12 PM
where did you do these at?
09-30-2021 06:30 AM
HTH
-Jesus
*** Please rate helpful responses ***
09-30-2021 10:37 PM - edited 09-30-2021 11:18 PM
did you try to upgrade the software to 17.6 and try again
09-30-2021 11:32 PM
I think you can go confirm the below;
Make sure that the Layer 2 vlans are create
!
vlan 180-195,172
!
If there is any SVI's for user VLAN's delete them, unless you need mdns or dhcp relay you really dont need any SVI's for user vlans.In the upstream switch configure the IP helper address under the interface.
!
Most importantly as @JPavonM mentioned please check the PCAP, if the upstream switch is IOS-XE you can run it in the switch itself, if not you may have to use SPAN. Alternatively you can use PCAP feature in 9800 (not AP PCAP).
!
Also make sure that no DHCP server IP address is configured under the policy profile. And use the VLAN ID is configured under the policy profile.
10-01-2021 12:38 AM
ok I will try this and let you know.
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