01-14-2022 07:27 AM - edited 01-14-2022 07:37 AM
Hello
We are facing a curious issue that I cannot manage to solve, maybe one of you can spot what I did wrong.
Here is the context:
The issue we have is weird, all our AP does the Discovery Request and get the Discovery Response, but never pass to the Join steps.
AP can ping the WLC WMI IP.
WLC can ping from WMI IP the AP.
In attachment there is a packet capture screenshot from the WLC point of view for example.
Here is the log from the AP side:
[01/11/2022 15:29:10.6930] DNS resolved CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:29:10.6930] DNS discover IP addr: 10.0.13.2 [01/11/2022 15:29:10.6980] Discovery Request sent to 10.0.13.2, discovery type DNS(3) [01/11/2022 15:29:10.7010] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0) [01/11/2022 15:29:10.7020] [01/11/2022 15:29:10.7020] CAPWAP State: Discovery [01/11/2022 15:29:40.2660] [01/11/2022 15:29:40.2660] CAPWAP State: Discovery [01/11/2022 15:29:40.2680] IP DNS query for CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:29:40.2710] DNS resolved CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:29:40.2710] DNS discover IP addr: 10.0.13.2 [01/11/2022 15:29:40.2840] Discovery Request sent to 10.0.13.2, discovery type DNS(3) [01/11/2022 15:29:40.2910] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0) [01/11/2022 15:30:09.7750] [01/11/2022 15:30:09.7750] CAPWAP State: Discovery [01/11/2022 15:30:09.7770] IP DNS query for CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:30:09.7820] DNS resolved CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:30:09.7820] DNS discover IP addr: 10.0.13.2 [01/11/2022 15:30:09.7870] Discovery Request sent to 10.0.13.2, discovery type DNS(3) [01/11/2022 15:30:09.8300] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0) [01/11/2022 15:30:39.3480] [01/11/2022 15:30:39.3480] CAPWAP State: Discovery [01/11/2022 15:30:39.3500] IP DNS query for CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:30:39.3530] DNS resolved CISCO-CAPWAP-CONTROLLER.local.example.com [01/11/2022 15:30:39.3530] DNS discover IP addr: 10.0.13.2 [01/11/2022 15:30:39.3690] Discovery Request sent to 10.0.13.2, discovery type DNS(3) [*01/11/2022 15:30:39.3770] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
If someone here have an idea of what I did wrong, that could help.
Thanks a lot
Solved! Go to Solution.
01-14-2022 01:39 PM
Hi
From the logs, I saw a lot of discovery but didn´t see any capwap request/response. Also, you could perform a test using a vlan only, whithout VRF.
01-14-2022 11:27 PM
- Can you have an overall sanity check of the 9800 configuration by using (CLI) show tech wireless and have the output analyzed by : https://cway.cisco.com/tools/WirelessAnalyzer/
M.
01-15-2022 12:50 AM
The problem was coming from the VRF. Thanks Flavio and Marce to led us here.
Removing VRF config from the WMI settings solved the issue.
Not sure why it didn't previously when we did other tests.
We will rely on ACL and VLAN to secure the network.
01-14-2022 01:39 PM
Hi
From the logs, I saw a lot of discovery but didn´t see any capwap request/response. Also, you could perform a test using a vlan only, whithout VRF.
01-14-2022 09:59 PM
AP and WLC are in two different location.
We tried to remove the VRF (but still can't rely on Layer 2 discovery) and the result is the same.
There is no firewall inbetween.
01-14-2022 03:38 PM
@ygi wrote:
WLC is in version 17.7.1
Is there any operational/critical reason why the WLC is loaded with 17.7.X?
Please check to make sure the APs are not loaded with eWLC firmware.
01-14-2022 10:01 PM - edited 01-14-2022 10:31 PM
17.7.1 is just the last one we tested.
It was shipped with a 16 one which is incompatible with 9105 so we updated to 17.6.2 initially and since it didn't changed anything we also tried 17.7.1.
Do you see any issue with that release?
(Once on site today I will check the firmware, but I don't think eWLC works on 9105)
01-14-2022 11:02 PM
Try 17.3.4c.
01-15-2022 12:31 AM
For whatever reason I can download all version from 17.4+ but not the 17.3 branch. I've opened a request to Cisco support for that
01-14-2022 11:27 PM
- Can you have an overall sanity check of the 9800 configuration by using (CLI) show tech wireless and have the output analyzed by : https://cway.cisco.com/tools/WirelessAnalyzer/
M.
01-15-2022 12:26 AM - edited 01-15-2022 12:37 AM
01-15-2022 12:50 AM
The problem was coming from the VRF. Thanks Flavio and Marce to led us here.
Removing VRF config from the WMI settings solved the issue.
Not sure why it didn't previously when we did other tests.
We will rely on ACL and VLAN to secure the network.
01-15-2022 01:04 AM
Hi
If you can spend a bit more money, a very good solution is to use Anchor WLC. You can put the Anchor WLC in a DMZ, maybe you can use VRF on this scenrio if you do not want to use Firewall.
01-15-2022 06:04 PM
If you go through all the webinars and best practice guides Cisco do not recommend using SVI on 9800 but rather terminate the IP on a router or switch where you're expected to provide whatever security is required (so your separation on the WLC is by vlan). If you use SVIs then you will need ACLs as you say because they're all in the same global default VRF.
As far as I know the only thing which can be in a separate VRF is the management and even that did not work properly until 17.6.1.
I don't think there are any plans to support VRF for wireless functions though.
01-16-2022 12:54 AM
I didn't see that parts in the guides I've read, and more over:
Also, there is another huge limitation (or bug actually): the WMI interface can only be loopback, GigabitEthernet, or SVI.
You cannot configure WMI on the twoGigabitEthernet, not on the tenGigabitEthernet, and not on the Port-Channel.
The system refuse it.
So when you are in double attachment between your WLC and you distribution stack, you have really limited options:
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