cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6763
Views
4
Helpful
20
Replies

C9115AXI-D embeded wireless controller stops pinging after reboot

bijay.swain
Level 2
Level 2

I have installed the embedded controller image on C9115AXI-D access point and working fine till it is rebooted. once rebooted it boots in to IOSXE image but no connectivity (no ping no http or https). gig0 interface is up but self ping also fails.

I have saved the configuration before reboot.

Then I have to make it factory default and reconfigure it .and same issue after it reboots.

what could be the issue.

20 Replies 20

balaji.bandi
Hall of Fame
Hall of Fame

connect the console and post complete boot logs and check the configuration

BB

=====️ Preenayamo Vasudevam ️=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

bijay.swain
Level 2
Level 2

Hi Balaji

   please check running config and boot log and suggest for any solution.

after reboot I am also unable to ping the controller although show ip interface shows the same ip.

 

          - Ref : from AP-running config.txt
>...
         interface GigabitEthernet0
         mac-address 0000.5e00.0101
         ip dhcp client client-id GigabitEthernet0
         ip dhcp client broadcast-flag clear
         ip address 192.168.10.14 255.255.255.0
         no negotiation auto

  Don't mix DHCP related statements and fixed address setting(s) together ; choose either DHCP or a fixed address , if going for DHCP for starters use only : "ip address dhcp" ; for fixed address remove the dhcp related directives , 

 Appendix :  When the EWC AP is on the network ; have  a checkup of it's overall configuration with the CLI command show tech wireless ; feed the output into  https://cway.cisco.com/wireless-config-analyzer/  , this procedure is always advised as can be confirmed from This is so good (e.g.)

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

@Mark Elsen those dhcp client commands are default config on EWC and don't do any harm even when using static IP.
Mine works perfectly fine with static IP and the "ip dhcp client" commands are still there so I don't think that is an issue.

------------------------------
Please click Helpful if this post helped you and Accept as Solution 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
Field Notice: FN74383 APs Running 17.12.4/5/6/6a May Run Out of Flash Space Preventing Upgrades
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

 

@Rich R  - Probably correct but I would remove them anyway.

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Rich R
VIP
VIP

IOS-XE 17.9.3 should probably be ok but best to upgrade to 17.9.4 (currently recommended as per TAC - link below) or 17.12.1

Replace the default route:
no ip route 0.0.0.0 0.0.0.0 GigabitEthernet0 250
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0 192.168.10.1
assuming 192.168.10.1 is your default gateway.
interface GigabitEthernet0
 negotiation auto
Make sure you have not assigned a duplicate IP?

For info - you should always configure ssh v2:
ip ssh version 2

What status and stats do you see on the switchport the AP is connected to?

------------------------------
Please click Helpful if this post helped you and Accept as Solution 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
Field Notice: FN74383 APs Running 17.12.4/5/6/6a May Run Out of Flash Space Preventing Upgrades
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

bijay.swain
Level 2
Level 2

I configured the device EWC as per guide available on cisco site. It works fine I can login to the controller and configure it. but

It works fine until I Power off the device 

Once power Off the AP and power on again .I am unable to ping the device.

sh ip int bri shows the correct ip but self ping also fails .

I connected the device via console and show startup-config also shows the configurations I made. still not able to ping and login page also not opening

 

 - Did you already follow up and take actions according to the last reply from @Rich R ?

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Yes but no improvement same issue.

 

                   - What switch model is it connected to ?

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Switch is not the issue and I have tried with Cisco POE+ switch and also tried with a POE injector .

 

 - It is for me , please provide info as requested  , many tx.

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

right now i am using a poe injector which connects directly to my laptop

- Unsupported , use a switch(ed) solution in between,

M.


-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)
Review Cisco Networking for a $25 gift card