cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5649
Views
5
Helpful
10
Replies

Access Point C9115 cannot ping own interface

Stweak
Visitor

Hello everybody, I am a University student, my colleagues and I need to work with Cisco Access Points (embedded and lightweight).

We figured out that the first step should be to upgrade the firmware of our AP (it's currently in version 16.12).

I seem to have a problem on mine, i cannot ping the AP with my client or on itself (using the serial console).

I connected the AP to a PoE switch and connected the serial port to my Linux client.

I wrote this simple configuration:

en

conf t

interface gigabitEthernet 0

ip address 10.2.201.16 255.255.255.0

no shut

exit

ip default-gateway 10.2.201.1

After that, I cannot ping it with my client and I can't even ping its own interface in the serial terminal.

Stweak_0-1697546475992.png

I would be happy to hear any piece of advice or help, we only are a group of students and we are no experts.

I apologize if i have made mistakes and if my post is in the wrong forum category.

 

I also want to add that yesterday, I began to write a post like this one but for unknown reason it started to ping and i could even access the GUI (of course I added the remaining commands of configuration needed). I started to update it through a TFTP server but the update failed because it couldn't download the second file apparently.

I then tried to reopen the GUI but, again, I couldn't ping the AP and it couldn't ping itself.

It has been multiple times that it does this to me, I tried to reset the AP using the reset button and also with the command:

wireless ewc-ap factory-reset

 

The switch that I use has only 2 Linux VM clients and the AP.

The Access Point is a C9115AXI-E, my colleagues and I all have the same ones.

10 Replies 10

balaji.bandi
Hall of Fame
Hall of Fame

not seen this issue before install many EWC cat 9K - make sure you have EWC firmware - post complete boot log here

follow below guide :

https://www.wifireference.com/2019/12/07/cisco-embedded-wireless-controller-on-catalyst-access-points/

BB

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

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

How to Ask The Cisco Community for Help

Hello, I captured the serial output when entering the reload command, I think there is all in that file. Maybe you want me to provide some other log ?

 

I think it has EWC firmware

Thank you for the guide.

Here is the log when i connect the AP to a PoE switch

Rich R
VIP
VIP

I wouldn't obsess about the self-ping because there are some scenarios where that won't work - just make sure it can ping the default gateway.

Note that I believe "ip routing" is enabled by default on EWC so your "ip default-gateway" will be ignored.
You need to configure a static route instead. (ip route )

Try changing interface gigabitEthernet 0 to "negotiation auto"

16.12.4a is very old so don't try to upgrade directly to latest.
First upgrade to https://software.cisco.com/download/home/286322352/type/286323077/release/16.12.8
Then https://software.cisco.com/download/home/286322352/type/286323077/release/17.3.8
Then https://software.cisco.com/download/home/286322352/type/286323077/release/17.9.4

------------------------------
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

The thing is that technically I don't have a default gateway since there is only my Virtual Machine and the AP. I can't connect the internet access because the university has controllers and the AP tries to get some configurations.

Right now i can ping myself but cannot ping my Virtual Machine, I don't understand why sometimes I can ping myself, sometimes not. It pinged my VM once and I even could access the GUI but it did that only once, with the same configuration.

Yes gateway is only required to get out of the local subnet.

But the default config usually includes a default route without any next hop IP which can cause unpredictable behaviour.  You should remove that and replace it with a valid route if needed.

------------------------------
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

Stweak
Visitor

I also have this weird error when i use "write", it says:

Stweak_0-1698226752059.png

I'm not sure but I think I didn't have this error on the one time where it worked.

 

Never seen that before - might be time to do "erase /all nvram:" and "erase /all non-default" then reload and configure from fresh?

------------------------------
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

Stweak
Visitor

when I reset it, I used the button method and the command "wireless ewc-ap factory-reset".

Today I did "erase /all nvram:" and "erase /all non-default" then a "reload" but at the end it does the same problem.

I realized that when it starts with a fresh config, I could go into the SSID "CiscoAirProvision-0780" (0780 being my AP not my colleagues).

I could get a webpage by going to "mywifi.cisco.com", login then configuring what it asks. In the console it shows that it indeed gave the interface an ip address:

Stweak_0-1698328010605.png

After configuring that, it says that the page on mywifi.cisco.com won't be accessible as it should be.

The CiscoAirProvision-0780 SSID disappear.

The weird part after that is when I pinged that mangment address with my virtual machine, it sometimes worked sometimes didn't:

Stweak_1-1698328261493.png

4 sent with 3 received then 4 sent 2 received then 4 sent 0 received.

 

 

Rich R
VIP
VIP

Use debugs and packet captures on both sides to try to understand why it isn't working.

If you still don't make any progress you might have faulty hardware so open a TAC case for Cisco to assist.

------------------------------
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
Review Cisco Networking for a $25 gift card