- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 06:32 AM
I need to configure static IP on the BVI1 interface but the interface keeps resetting. I get the notification %CAPWAP-3-DHCP_RENEW: Could not discover WLC. Either IP address is not assigned or assigned IP is wrong. Renewing DHCP IP.
Solved! Go to Solution.
- Labels:
-
Community Feedback Forum
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2024 11:13 PM
- @n ochieng wrote : >...I do have the IOS, the main issue is the AP loses the IP hence cannot transfer any file.
Then factory reset the AP by pressing the mode button for longer then 20secs ; and follow this procedure afterwards : https://community.cisco.com/t5/wireless-mobility-knowledge-base/access-point-rommon-recovery-ap-prompt-recovery-example/ta-p/3119495
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:09 AM
@n ochieng wrote : > ....but I cannot ping it.
The only thing I can suggest is to verify the network parameters being set on the AP , and also check the logs on the tftp server to check if there is a connection attempt from the AP ; you can also set the tftp server in debugging mode , if available. The above is useful in the sense that I think , that the network stack on the AP is only being made active when the tftp server is being accessed from the AP. Hence checking the connection logs on the tftp server is strongly advised ,
M.
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 06:36 AM
This is a capwap AP as per the logs. You need to use capwap command
capwap ap ip <ip address> <mask> <default gateway>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 07:03 AM
@Flavio Miranda , Thank you for the feedback. I tried but none of the interface has the ip I configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 07:27 AM
Do you know the IP address of the WLC ?
You can use
capwap ap primary-base <WLC IP address>
And, if the AP is not on the same network as the WLC, you need to use gateway on the first command I sent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 09:00 AM
I don't have a WLC, i intend to convert it to autonomous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 09:28 AM
OK.
Try to use the commando
debug capwap console cli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 11:57 AM
I tried that too. I keep getting " %CAPWAP-3-DHCP_RENEW: Could not discover WLC. Either IP address is not assigned or assigned IP is wrong. Renewing DHCP IP."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:06 PM
Do you have the IOS for autonomous AP?
Try to transfer the IOS to the AP
archive download-sw /force-reload /overwrite tftp://
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2024 11:04 PM
I do have the IOS, the main issue is the AP loses the IP hence cannot transfer any file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2024 11:13 PM
- @n ochieng wrote : >...I do have the IOS, the main issue is the AP loses the IP hence cannot transfer any file.
Then factory reset the AP by pressing the mode button for longer then 20secs ; and follow this procedure afterwards : https://community.cisco.com/t5/wireless-mobility-knowledge-base/access-point-rommon-recovery-ap-prompt-recovery-example/ta-p/3119495
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 12:52 AM
@marce1000 , thank you for your feedback. configured the AP as indicated. I got the notification below: " Connection timeout" . I believe I'm supposed to be able to ping the device after set IP_ADDR 192.168.40.20 , set NETMASK 55.255.255.0 and set DEFAULT_ROUTER 192.168.40.254, but I cannot ping it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:09 AM
@n ochieng wrote : > ....but I cannot ping it.
The only thing I can suggest is to verify the network parameters being set on the AP , and also check the logs on the tftp server to check if there is a connection attempt from the AP ; you can also set the tftp server in debugging mode , if available. The above is useful in the sense that I think , that the network stack on the AP is only being made active when the tftp server is being accessed from the AP. Hence checking the connection logs on the tftp server is strongly advised ,
M.
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 04:58 AM
> I believe I'm supposed to be able to ping the device after set IP_ADDR 192.168.40.20 , set NETMASK 55.255.255.0 and set DEFAULT_ROUTER 192.168.40.254, but I cannot ping it.
Maybe it's just a typo but your netmask is missing a leading "2"?
If your TFTP server is on Windows did you disable Windows Firewall or allow the TFTP through the firewall. You should still be able to ping the AP though. Did you initialise the ethernet? Is the port up? You keep showing little pieces of screenshot - never a complete log of your console. Copy the complete output of the console from the time the AP is powered on including every command you typed and every response you got back from the AP. Paste the output into a text file (.txt) and attach the text file to your reply here so we can take a good look at exactly what is happening on the AP.
Do the TFTP server logs show any attempt to download a file?
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 01:12 AM
debug capwap console cli should work for you but dont run conf t first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:34 PM
Dont mind, this will not work until you fix the DHCP renew behavior.
The command debug capwap console cli should fix it.
One last attempt is to put the AP in rommon mode and do the IOS transfer from there.
